Question

In a system using the Least Recently Used (LR

  • U page replacement algorithm, which of the following statements holds true? 
A LRU replaces the page that has been in memory the longest
B LRU can be implemented efficiently using a hash map and a queue
C LRU replaces the page that has been accessed the least
D LRU causes high page fault rates in large systems
E LRU is less efficient than FIFO in systems with a large number of processes
Practice Next

Relevant for Exams:

Hey! Ask a query