Gate
Exam
An application loads 100 libraries at startup. Loading each library requires exactly
one disk access. The seek time of the disk to a random location is given as 10ms.
Rotational speed of disk is 6000rpm. If all 100 libraries are loaded from random
locations on the disk, how long does it take to load all libraries? (The time to
transfer data from the disk block once the head has been positioned at the start
of the block may be neglected)
option
(A) 0.50s
(B) 1.50s
(C) 1.25s
(D) 1.00s
Read Solution (Total 1)
-
- disk access time =seek time +rotational latency+transfer time (given that transfer time is neglected)
here seek time=10msec
rotational speed=6000rpm
60sec ----- 6000 rotation
1 rotation------60/6000 sec
rotational latency---1/2 *60/6000 sec=5msec
total time to transfer one library=10+5=15 msec
total time to transfer 100 libraries=100*15msec=1.5 sec - 9 years agoHelpfull: Yes(0) No(0)
Gate Other Question