The LRU algorithm
- A. pages out pages that have been used recently
- B. pages out pages that have not been used recently
- C. pages out pages that have been least used recently
- D. pages out the first page in a given area
Answer: Option C
The LRU algorithm
Answer: Option C