In a folder hierarchy, the top, or primary, level is referred to as which of the following?

A. subdirectory
B. branch
C. trunk
D. root


Answer: D

Computer Science & Information Technology

You might also like to view...

Do the following two statements in (I) and (II) result in the same value in sum?

``` (I): for (int i = 0; i < 10; ++i) { sum += i; } (II): for (int i = 0; i < 10; i++) { sum += i; } ``` a. Yes b. No

Computer Science & Information Technology

An Access database uses a ________ field to uniquely identify a record

A) primary key B) foreign key C) data key D) super key

Computer Science & Information Technology

Which button is used to display two different parts of the same document in the document window?

A. Two Pages B. Divide C. Split D. Double Window

Computer Science & Information Technology

What type of malware is a virus that operates at the same privilege as the hypervisor and utilizes various methods to hide from detection?

A. worm B. rootkit C. adware D. trojan

Computer Science & Information Technology