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 mentioned
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 mentioned
The essential content(s) in each entry of a page table is/are ____________
A. Virtual page number
B. Page frame number
C. Both virtual page number and page frame number
D. Access right information
Increasing the RAM of a computer typically improves performance because ____________
A. Virtual memory increases
B. Larger rams are faster
C. Fewer page faults occur
D. None of the mentioned
In the stack implementation of the LRU algorithm, a stack can be maintained in a manner ____________
A. Whenever a page is used, it is removed from the stack and put on bottom
B. The bottom of the stack is the lru page
C. The top of the stack contains the lru page and all new pages are added to the top
D. None of the mentioned
When using counters to implement LRU, we replace the page with the ____________
A. Smallest time value
B. Largest time value
C. Greatest size
D. None of the mentioned