InterviewSolution
Saved Bookmarks
| 1. |
What is the full form of LRU (in buffer replacement strategy)?(a) Least Reactive User(b) Least Recently Used(c) Least Read URL(d) Lowest Reading User |
|
Answer» Correct option is (b) Least Recently Used Easy explanation: The full form of LRU is Least Recently Used. In this, the least recently used program is substituted by the new request. |
|