Once the access mechanism is positioned, the time required for the data to rotate to the read/write head is called __________.
a. rotational delay
b. lag time
c. access time
d. seek time
a. rotational delay
Computer Science & Information Technology
You might also like to view...
Technical editors do not specifically address grammatical and spelling errors
Indicate whether the statement is true or false
Computer Science & Information Technology
Given the following function definitions and program fragments, what is the output?
void f1(int& z, int &q) { int temp; temp=q; q=z; z=temp; } void f2( int& a, int& b) { if( a
Computer Science & Information Technology