Menu

Memory Management Questions

MCQ
131.
A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates a fixed number of frames to a process. Consider the following statements. P : Increasing the number of page frames allocated to a process sometimes increases the page fault rate Q : Some programs do not exhibit locality of reference Which of the following is TRUE?
forum Discussion
MCQ
132.
Users _______ that their processes are running on a paged system.
forum Discussion
MCQ
133.
If no frames are free, _____ page transfer(s) is/are required.
forum Discussion
MCQ
134.
When a page is selected for replacement, and its modify bit is set ____________
forum Discussion
MCQ
135.
The aim of creating page replacement algorithms is to ____________
forum Discussion
MCQ
136.
A FIFO replacement algorithm associates with each page the _______
forum Discussion
MCQ
137.
What is the Optimal page-replacement algorithm?
forum Discussion
MCQ
138.
Optimal page-replacement algorithm is difficult to implement, because ____________
forum Discussion
MCQ
139.
LRU page-replacement algorithm associates with each page the ______
forum Discussion
MCQ
140.
For 3 page frames, the following is the reference string: 7 0 1 2 0 3 0 4 2 3 0 3 2 1 2 0 1 7 0 1 How many page faults does the LRU page replacement algorithm produce?
forum Discussion