InterviewSolution
Saved Bookmarks
| 1. |
The time from when a read or write request is issued to when the actual data transfer begins is called _______(a) Seek time(b) Access time(c) Average latency time(d) Data transfer rateI have been asked this question in an interview.I need to ask this question from Magnetic Disk and Flash Storage topic in division Storage and File Structure of RDBMS |
|
Answer» RIGHT option is (b) Access time The best EXPLANATION: The time from when a read or WRITE request is issued to when the actual data transfer begins is called access time. Data transfer rate is the rate at which data can be retrieved from the storage. |
|