The main directory on a storage device is referred to as the ________ directory.

A. root
B. boot
C. partition
D. DOS


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following are valid function calls to the pow function?

a. pow(int x, int y); b. pow(2); c. pow(1.1,3.0); d. double pow(1.1,3.0);

Computer Science & Information Technology

The time complexity of counting sort is unusual because:

A. it does not depend on the number of elements B. it depends only upon the range of element values C. it can be better than O( n ) D. it depends on two factors: the number of elements and the range of element values

Computer Science & Information Technology

A cell in the third column and third row of a table would be referred to as ________ in a formula

A) 3 3 B) C3 C) 3C D) C C

Computer Science & Information Technology

Which port is used by secure HTTP?

a. 53 b. 161 c. 80 d. 443 e. 143

Computer Science & Information Technology