Which of the following provides the fastest access to data?

A. CD
B. network disk drive
C. solid state drive
D. hard disk drive


Answer: C

Computer Science & Information Technology

You might also like to view...

In a ____________ file, records are typically stored in order by a record-key field.

a) chronological b) non-sequential c) sequential d) record-key

Computer Science & Information Technology

How many times will the following function call itself if 5 is passed as the argument?

``` void showMessage(int n) { if (n > 0) { cout << "Good day!" << endl; showMessage(n + 1); } } ``` a. 1 b. 4 c. 5 d. An infinite number of times

Computer Science & Information Technology

The domain controller in the Windows 2000 domains is encapsulated into a product called the ____.

A. Windows Directory B. Activated Directory C. Network Directory Services D. Active Directory

Computer Science & Information Technology

The fovea contains _______________.

a. only rods b. both rods and cones c. only cones d. the optic nerve

Computer Science & Information Technology