A recursive search on a directory is one where:
a) a directory is searched and then all of its sub directories are searched.
b) each sub directory is searched and then the main directory is searched.
c) a search is done randomly on all directories.
d) a and c.
e) a and b
e) a and b
Computer Science & Information Technology
You might also like to view...
The All at Once animation may appear to be the same as the One Object animation, but with different animation types, such as the Fly In, it will be more evident
Indicate whether the statement is true or false
Computer Science & Information Technology
A ____ statement is used to iterate or loop through the elements in an array.
A. for B. while C. foreach D. if...else
Computer Science & Information Technology