Ask Question
10 July, 05:36

A disk rotates at a rate of 7200 revolutions per minute. Seek operations (i. e., moving the access head to a desired track) take on average 20 milli-seconds. Once the access head is on the appropriate track, it takes an average of one half revolution of the disk to get to the beginning of a requested sector. Each track contains 128 sectors and each sector contains 512 bytes of data. How long on average does it take to get the access head to the beginning of a randomly selected sector on a randomly selected track? Express your answer in micro-seconds (not seconds or milli-seconds).

+3
Answers (1)
  1. 10 July, 06:44
    0
    24.167 micro seconds.

    Explanation:

    The given rotation rate = 7200 rpm = 7200 rounds per minute

    Rotational latency is the average time taken for the head to reach starting of sector.

    Rotational latency (in micro seconds) = (1 / (RPM / 60)) * 0.5 * 1000

    (1 / (7200/60)) * 0.5 * 1000 = 4.167 ms

    Thus, rotational latency = 4.167 ms.

    Seek time = 20 ms

    The average time taken for the access head to get to the beginning of randomly selected sector will be equal to the average time to first reach the random track plus the average time taken to reach random sector.

    = 20 ms + 4.167 ms = 24.167 micro seconds.

    Thus, it would take 24.167 micro seconds to get the access head to the beginning of a randomly selected sector on a randomly selected track.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A disk rotates at a rate of 7200 revolutions per minute. Seek operations (i. e., moving the access head to a desired track) take on average ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers