InterviewSolution
Saved Bookmarks
| 1. |
The subsystem responsible for the allocation of buffer space is called the ___________(a) Buffer(b) Buffer manager(c) Storage(d) Secondary storageThe question was posed to me in an international level competition.My doubt stems from Database Buffer in section Storage and File Structures of Database Management |
|
Answer» RIGHT option is (b) BUFFER manager Best explanation: Programs in a database system make REQUESTS (that is, calls) on the buffer manager when they need a BLOCK from disk. |
|