Mechanical hard drives have self-parking heads that

A) Use software to make the heads pull away from the data area and park in a safe zone on top of the platter
B) Make the drive safe from any jolts and jarring vibrations
C) Automatically lock the heads in place away from the area where data is stored when the computer is turned off
D) Allow the drive to be disassembled and reassembled without the fear of losing data


C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) A loop control variable is a variable whose value controls the data type of the repetition condition. 2) A counting loop is a data input loop that exits on entry of a predetermined value. 3) A sentinel loop is a repetition structure that executes a predetermined number of times and is controlled by a counter. 4)Assuming the following declarations, ``` int data; ifstream infile ("program.txt", ios::in); ``` as long as the extraction operation ``` infile >> data; ``` finds values in program.txt that are the expected data type for data, the value of ``` infile.fail() ``` will be false. 5) The body of a do-while loop is always executed at least one time.

Computer Science & Information Technology

The same paragraph cannot have both text level and paragraph level styles

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ feature sets Windows XP to automatically place items on the desktop in columns and rows

Fill in the blank(s) with correct word

Computer Science & Information Technology

Why is it important for a page layout program to support transparency?

What will be an ideal response?

Computer Science & Information Technology