Menu

Memory Management Questions

MCQ
151.
The implementation of the LFU and the MFU algorithm is very uncommon because ____________
forum Discussion
MCQ
152.
The minimum number of frames to be allocated to a process is decided by the ____________
forum Discussion
MCQ
153.
When a page fault occurs before an executing instruction is complete if ____________
forum Discussion
MCQ
154.
Consider a machine in which all memory reference instructions have only one memory address, for them we need at least _____ frame(s).
forum Discussion
MCQ
155.
The maximum number of frames per process is defined by ____________
forum Discussion
MCQ
156.
The algorithm in which we split m frames among n processes, to give everyone an equal share, m/n frames is known as ____________
forum Discussion
MCQ
157.
The algorithm in which we allocate memory to each process according to its size is known as ____________
forum Discussion
MCQ
158.
With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.
forum Discussion
MCQ
159.
_________ replacement allows a process to select a replacement frame from the set of all frames, even if the frame is currently allocated to some other process.
forum Discussion
MCQ
160.
_________ replacement allows each process to only select from its own set of allocated frames.
forum Discussion