Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 36)
36.
The average time necessary for the correct sector of a disk to arrive at the read write head is _____
Down time
Seek time
Rotational delay
Access time
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
7 comments Page 1 of 1.

Sandy said:   1 decade ago
Please tell me what is down time, seek time and access time?

Divya said:   1 decade ago
The read write head have to rotate to find correct sector, so time taken to rotate is called rotational delay.

Opeoluwa said:   1 decade ago
Access time is the time between when one access request has begun and when the next one can begin.

Seek time is the time it takes for the head to move to the data area sought.

Seek time is a component of access time, and will therefore always be smaller. Note, however, that these times as given in specifications will always be averages, since the seek time can vary wildly, depending on how far the head is from the data area it needs to read or write.

Akansha Singh said:   1 decade ago
Seek Time: It is the time taken by the disk head to position itself over the desired track.

Rotational Latency: Once the desired track has been found, the disk needs to rotate until the required sector aligns itself according to the rotation head. This time taken is referred to as Rotational Delay or Rotational Latency.

Access Time = Seek Time+Rotational Latency.
(1)

Shewangizaw Bogale said:   9 years ago
Seek Time ; is the time to find & get the desired track.

Rotational Delay / Rotational Latency : is the time to find & get the desired sector out of the already Known track. (this time is after the Seek Time).

Access Time = (Seek Time + Rotational Latency).
(1)

Vandna Gautam said:   6 years ago
Seek time is the time taken by the disk head to position itself over desired track.

Fatema said:   5 years ago
What is Down time? Explain, please.

Post your comments here:

Your comments will be displayed after verification.