Multiple choice

Which page replacement algorithm swaps out the page whose next use will occur farthest in the future?

  1. Least Recently Used

  2. First In First Out

  3. Optimal Page Replacement Policy

  4. Second-chance Algorithm

  5. Clock Algorithm

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Optimal Page Replacement Policy, when a page needs to be swapped in, the operating system swaps out the page whose next use will occur farthest in the future.