InterviewSolution
Saved Bookmarks
| 1. |
The frequently used buffer replacement strategy is(a) Most recently used(b) Least recently used(c) Longest block(d) All of the mentionedI got this question by my school teacher while I was bunking the class.This question is from Database Buffer topic in section Storage and File Structures of Database Management |
|
Answer» CORRECT choice is (b) Least recently used The EXPLANATION is: If a BLOCK must be REPLACED, the least recently referenced block is replaced. |
|