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

The explanation: Buffering INVOLVES READING the DATA and storing it in a temporary memory location called as the data BUFFER for future requests. The data in the buffer is temporary and is deleted after usage.



Discussion

No Comment Found

Related InterviewSolutions