-
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 10 ms. Rotational speed of disk is 6000 rpm. If all 100 libraries are loaded from random location 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?
-
- 0.50 s
- 1.50 s
- 1.25 s
- 1.00 s
- 0.50 s
Correct Option: B
6000 rotations ............. 60 sec
1 rotation ............. 10 ms
∴ Rotational latency = 5 ms
Time for one disk access = 15 ms
Time to load all libraries = 15 × 100 = 1500 ms = 1.5 s