A hard drive contains three components: cylinders, heads, and ____.
A. segments
B. sectors
C. platters
D. laser reader
Answer: B
You might also like to view...
How many String objects are instantiated by the following code segment (not including the literals)?
``` String s1, output; s1 = "hello"; output = "\nThe string reversed is: " ; for (int i = s1.length() - 1; i >= 0; i--) output += s1.charAt(i) + " " ; ``` a. 1. b. 4. c. 5. d. 7.
CMOS is a special kind of memory that uses a great deal of power
Indicate whether the statement is true or false
When using SUA in ____, every process that is run is treated as a Windows process.
A. native mode B. transitional mode C. mixed mode D. hybrid mode
Which of the following exists in the form of a single circuit board?
A. rack server B. tower server C. blade server D. bay server