InterviewSolution
Saved Bookmarks
| 1. |
What is buffering?(a) The blocks read from disk are directly accessed(b) The blocks read from disk are temporarily stored in a memory(c) The blocks read from disk are organized in a particular fashion to cater requests.(d) None of the mentionedThis question was addressed to me at a job interview.My question is based upon Magnetic Disk and Flash Storage topic in division Storage and File Structure of RDBMS |
|
Answer» Right CHOICE is (b) The blocks read from disk are temporarily stored in a memory |
|