Why is hard disk storage much slower to access than main memory?
a) Accessing data on a hard disk requires mechanical movement of the read/write head.
b) Disks are located farther from a system’s processors.
c) Disks must be access via a hardware controller.
d) all of the above
a) Accessing data on a hard disk requires mechanical movement of the read/write head.
Computer Science & Information Technology
You might also like to view...
How many times will the following code print "Welcome to Java"?
int count = 0; while (count < 10) { System.out.println("Welcome to Java"); count++; } a. 8 b. 9 c. 10 d. 11 e. 0
Computer Science & Information Technology
A___________ is a group of related files.
a) field b) database c) collection d) byte
Computer Science & Information Technology