

InterviewSolution
Saved Bookmarks
1. |
Disk access time does not depends on which of the following factors __________(a) Seek time(b) Latency(c) Transfer rate(d) Arrival rateI have been asked this question during an interview.I need to ask this question from Magnetic Disks topic in portion Secondary Storage Devices of Computer Fundamentals |
Answer» RIGHT choice is (d) Arrival rate The best EXPLANATION: The disk access time depends on the seek time, LATENCY and transfer rate. Wherein, seek time is the time required to POSITION the read/write head over the DESIRED track. |
|