Question
Which page-replacement algorithm evicts the page that has not been used for the longest time in the past?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Least recently used
Explanation:
LRU uses recent past behavior as an estimate of near-future use.
Accurate implementation requires timestamps, counters, stack ordering, or hardware-assisted approximations.
Leave a Reply