InterviewSolution
Saved Bookmarks
| 1. |
What are the two methods of the LRU page replacement policy that can be implemented in hardware?(a) Counters(b) RAM & Registers(c) Stack & Counters(d) RegistersThis question was addressed to me in an online quiz.This is a very interesting question from Virtual Memory in chapter The Linux System of Operating System |
|
Answer» The correct answer is (C) STACK & Counters |
|