Recent questions tagged least-recently-used

0 votes
0 answers
8
3 votes
1 answer
10
Self doubt:What is the rule or keyb point we should keep in mind while solving problems on LRU page replacement algorithm? Please explain with examples.
0 votes
1 answer
15
Answer given is B, but I think it should be D. Stack will pop the least recently used page from the top. How can having most recently used page on top help in LRU impleme...
0 votes
1 answer
19
In LRU policy for cache replacement. the least recently used block is replaced. So, what happens when all the slots are empty at beginning?Is LRU or MRU easier to impleme...
To see more, click for the full list of questions or popular tags.