Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 16)
16.
Seeks analysis
is used for analyzing paging problems
is used for analyzing device busy problems
is used for analyzing control-unit busy problems
is only shown on real-time displays
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Amit said:   9 years ago
Seek time is the time taken for a hard disk controller to locate a specific piece of stored data. Other delays include transfer time (data rate) and rotational delay (latency).

When anything is read or written to a disc drive, the read/write head of the disc needs to move to the right position. The actual physical positioning of the read/write head of the disc is called seeking. The amount of time that it takes the read/write head of the disc to move from on part fo the disk to another is called the seek time. The seek time can differ for a given disc due to the varying distance from the start point to where the read/write head has been instructed to go. Because of these variables, seek time is generally measured as an average seek time.

Anonymous said:   9 years ago
Can someone explain seeks analysis?

Post your comments here:

Your comments will be displayed after verification.