recategorized by
20,316 views
27 votes
27 votes

A certain moving arm disk storage, with one head, has the following specifications:

  • Number of tracks/recording surface $= 200$
  • Disk rotation speed $= 2400$ rpm
  • Track storage capacity $= 62,500$ bits

The average latency of this device is $\text{P}$ ms and the data transfer rate is $\text{Q}$ bits/sec. Write the values of $\text{P}$ and $\text{Q}$.

recategorized by

5 Answers

0 votes
0 votes
1.
 In 60 seconds, the disk rotates 2400 times. So it takes 25ms to rotate it one time. There are 200 tracks. On average, 100 tracks need to be traveresed to reach a specific track.So 25ms*100 tracks= 2.5s time is taken on average to reach a particular track on avg.

2.
In 25 ms, one rotation is completed and all the 62500 bits are transferred. So in 1ms, 2500 bits are transferred. Accordingly, in 1s, 2.5Mb are transferred. Thats why the speed is 2.5Mb/s

Related questions

32 votes
32 votes
2 answers
1
Kathleen asked Sep 29, 2014
13,241 views
The root directory of a disk should be placedat a fixed address in main memoryat a fixed location on the diskanywhere on the diskat a fixed location on the system diskany...
28 votes
28 votes
4 answers
2
Kathleen asked Sep 29, 2014
6,516 views
The details of an interrupt cycle are shown in figure.Given that an interrupt input arrives every $1$ msec, what is the percentage of the total time that the CPU devote...
25 votes
25 votes
4 answers
3
Kathleen asked Sep 29, 2014
5,761 views
Write a concurrent program using $\text{parbegin-parend}$ and semaphores to represent the precedence constraints of the statements $S_1$ to $S_6$, as shown in figure belo...