Menu

Memory Management Questions

MCQ
141.
What are the two methods of the LRU page replacement policy that can be implemented in hardware?
forum Discussion
MCQ
142.
When using counters to implement LRU, we replace the page with the ____________
forum Discussion
MCQ
143.
In the stack implementation of the LRU algorithm, a stack can be maintained in a manner ____________
forum Discussion
MCQ
144.
There is a set of page replacement algorithms that can never exhibit Belady
forum Discussion
MCQ
145.
Applying the LRU page replacement to the following reference string. 1 2 4 5 2 1 2 4 The main memory can accommodate 3 pages and it already has pages 1 and 2. Page 1 came in before page 2. How many page faults will occur?
forum Discussion
MCQ
146.
Increasing the RAM of a computer typically improves performance because ____________
forum Discussion
MCQ
147.
The essential content(s) in each entry of a page table is/are ____________
forum Discussion
MCQ
148.
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by ____________
forum Discussion
MCQ
149.
What is the reason for using the LFU page replacement algorithm?
forum Discussion
MCQ
150.
What is the reason for using the MFU page replacement algorithm?
forum Discussion