C: denotes a(n) ________ directory that is at the top of the filing structure of a computer

A) cluster B) root C) upper-level D) top-level

B

Computer Science & Information Technology

You might also like to view...

When using wildcard characters in a query, [!charlist] will allow you to retrieve any character in a charlist

Indicate whether the statement is true or false

Computer Science & Information Technology

A pointer can not be assigned to:

a. Another pointer of the same type without using the cast operator. b. A pointer to void without using the cast operator. c. A pointer of a type other than its own type and void without using the cast operator. d. Any other pointer by using the cast operator.

Computer Science & Information Technology