InterviewSolution
Saved Bookmarks
| 1. |
What is the reason for using the MFU page replacement algorithm?(a) an actively used page should have a large reference count(b) a less used page has more chances to be used again(c) it is extremely efficient and optimal(d) all of the mentionedThe question was asked in quiz.The origin of the question is Virtual Memory in section The Linux System of Operating System |
|
Answer» The CORRECT CHOICE is (B) a less used PAGE has more CHANCES to be used again |
|