InterviewSolution
Saved Bookmarks
| 1. |
What is the reason for using the LFU 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 class test.The doubt is from Virtual Memory topic in division The Linux System of Operating System |
|
Answer» The CORRECT option is (a) an actively used page should have a LARGE reference count |
|