Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. 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
Correct Option: B

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.
Hence (b) is correct option.



Your comments will be displayed only after manual approval.