Multiple choice

The optimal page replacement algorithm will select the page that

  1. has not been used for the longest time in the past

  2. will not be used for the longest time in the future

  3. has been used least number of times

  4. has been used most number of times

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

Optimal page replacement algorithm assumes that the pages that will come in future are already known, so replacement of the page which will not be used in future occurs.