Computer Sciences > GATE 2026 SET-1 > Storage
Consider a hard disk with a rotational speed of 15000 rpm. The time to move the read/write head from one track to an adjacent track is 2 ms. The average seek time is 5 ms. The disk has 400 sectors per track.

The average time to read a random sector is _______. (answer in integer, in ms)

Correct : 7

To find the average time to read a random sector, we must calculate the total disk access time. This consists of three main components: Average Seek Time, Average Rotational Latency, and Transfer Time.

1. Average Seek Time
This is the time it takes for the read/write head to move to the correct track. The problem directly provides the average seek time. (Note: The adjacent track time of 2 ms is a distractor for a random sector calculation).
Average Seek Time = 5 ms.

2. Average Rotational Latency
This is the time it takes for the target sector to rotate under the read/write head. On average, this takes half of a full rotation.
First, find the time for one full rotation:
Rotational speed = 15000 revolutions per minute (rpm).
Revolutions per second = 15000 / 60 = 250 rps.
Time for 1 full rotation = 1 / 250 seconds = 0.004 seconds = 4 ms.
Average Rotational Latency = Half of a full rotation = 4 ms / 2 = 2 ms.

3. Transfer Time
This is the time it takes to actually read the data from the sector as it passes under the head.
Since one full rotation (4 ms) reads an entire track consisting of 400 sectors:
Transfer Time for 1 sector = 4 ms / 400 = 0.01 ms.

4. Total Average Access Time
Total Time = Average Seek Time + Average Rotational Latency + Transfer Time
Total Time = 5 ms + 2 ms + 0.01 ms = 7.01 ms.

The question asks for the answer as an integer in milliseconds. Rounding 7.01 gives us exactly 7.

Correct Answer: 7

Similar Questions

A palindrome is a word that reads the same forwards and backwards. In a game of words, a player has the following two plates painted with letters. From...
#1 MCQ
Which number does not belong in the series below? 2, 5, 10, 17, 26, 37, 50, 64
#4 MCQ
Choose the word that is opposite in meaning to the word “coherent”.
#5 MCQ

Related Topics

disk access time calculation average seek time hard disk average rotational latency hard disk transfer time 15000 rpm disk latency operating systems GATE questions computer architecture disk scheduling GATE CS previous year solutions

Unique Visitor Count

Total Unique Visitors

Loading......