recategorized by
1,100 views

2 Answers

2 votes
2 votes
Access time = seek time + rotational latency

if rotational latency is not given we take rotational latency as half the rotation time.

Given, 30 rotation in 1 second => 1 rotation in 1/30 second

so rotational latency = (1/30)*(1/2) = 1/60 second = 1000/60 ms = 16.67 ms

seek time = 30 ms

access time = 30 + 16.67 = 46.67 = 47 ms approximately,

Option (D) is the answer.
Answer:

Related questions

2.0k
views
6 answers
1 votes
admin asked Apr 2, 2020
1,985 views
The file manager is responsible fornaming filessaving filesdeleting filesall of these
1.3k
views
4 answers
4 votes
admin asked Apr 2, 2020
1,295 views
In real-time operating systems, which of the following is the most suitable scheduling scheme?round-robinfirst-come-first-servedpreemptiverandom scheduling
1.4k
views
2 answers
3 votes
admin asked Apr 2, 2020
1,407 views
If there are $32$ segments, each of size $1$ K byte, then the logical address should have$13 \text{ bits}$14 \text{ bits}$15 \text{ bits}$16 \text{ bits}$
1.7k
views
2 answers
2 votes
admin asked Mar 31, 2020
1,722 views
When we move from the outermost track to the innermost track in a magnetic disk, then density(bits per linear inch) increases.decreases.remains the same.either remains constant or decreases.