InterviewSolution
Saved Bookmarks
| 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 mentionedI got this question at a job interview.My question comes from Virtual Memory topic in chapter The Linux System of Operating System |
|
Answer» The correct choice is (c) Replace the page that will not be USED for a long time |
|