Difficulty: Easy
Correct Answer: Rotational delay
Explanation:
Introduction / Context:
Overall disk access time is the sum of multiple components. Distinguishing these helps diagnose bottlenecks and compare storage technologies. After a head moves to the correct track, the disk must still rotate until the specific sector arrives under the head—this waiting period has its own name.
Given Data / Assumptions:
Concept / Approach:
Rotational delay (also called rotational latency) is the average time for one-half revolution at the drive’s rotational speed because, on average, the target sector is halfway around the disk when the head arrives at the track. Access time typically equals seek time + rotational delay + transfer time.
Step-by-Step Solution:
Verification / Alternative check:
Example: At 7,200 rpm, one rotation takes 8.33 ms, so average rotational delay ≈ 4.17 ms, which aligns with vendor specifications.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Rotational delay.
Discussion & Comments