You must right-click the disk in the graphical portion of Disk Management and select which of the following from the pop-up menu to initiate the import process?

A. Unknown Disk
B. Foreign Disk
C. Import Foreign Disk
D. Bad Disk

Answer: C

Computer Science & Information Technology

You might also like to view...

Each item in a Drop-Down List content control is identified by a ________ property

A) name B) name and value C) value D) title

Computer Science & Information Technology

How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 5, 6, 7, 3, 0 - are input, one on each record?

``` Read SCORE DOWHILE SCORE > 0 Write SCORE ENDDO ``` a) 0 b) 4 c) 5 d) infinite

Computer Science & Information Technology