Question
Which page-replacement algorithm removes the page that has been in memory the longest?
Select an option. Your answer will be checked instantly.
Correct Answer: A. First-in, first-out
Explanation:
FIFO keeps pages in arrival order and selects the oldest resident page as the victim.
It is simple but ignores how recently or frequently a page has been used.
Leave a Reply