Operating System » Virtual Memory Page Replacement Algorithms 1
What is the Optimal page – replacement algorithm?

A. Replace the page that has not been used for a long time
B. Replace the page that has been used for a long time
C. Replace the page that will not be used for a long time
D. None of the mentioned

Optimal page – replacement algorithm is difficult to implement, because ____________

A. It requires a lot of information
B. It requires future knowledge of the reference string
C. It is too complex
D. It is extremely expensive

LRU page – replacement algorithm associates with each page the ______

A. Time it was brought into memory
B. The time of that page’s last use
C. Page after and before it
D. All of the mentioned