If a disk has an average seek time of 5ms and rotates at 5400 rpm, what is the average access time?
Q1. If a disk has an average seek time of 5ms and rotates at 5400 rpm, what is the average access time?
Answer: 11.11ms
Explanation: Average rotational latency = 0.5 * (60 / 5400) = 5.55ms. Average access time = seek time + rotational latency = 5 + 5.55 = 10.55ms, closest answer is 11.11ms.