The smallest division on a hard disk is a
A) Track
B) Sector
C) Cylinder
D) Cluster
B
Computer Science & Information Technology
You might also like to view...
If the input stream is
abcde what will be the output of the following code? char ch; for (int i = 0; i < 4; i++){ cin.get(ch ); if (ch != ‘b’) cout << ch; } a) abcd b) abcde c) acde d) acd
Computer Science & Information Technology
? Referring to the figure above, the link that has been visited is ____.
A. Home B. About Us C. Reservations D. Local Weather
Computer Science & Information Technology