1.

Under which of the following scenarios is page replacement algorithm required?(a) When total memory exceeds physical memory(b) To determine the number of frames for each process(c) When paging and segmentation are to be used(d) Execution of a process, not in memoryI have been asked this question by my school teacher while I was bunking the class.My doubt stems from Page Replacement Algorithms in portion Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

The correct choice is (a) When TOTAL memory EXCEEDS physical memory

Best explanation: An appropriate page REPLACEMENT algorithm is required when the total memory requirements exceed the physical memory.



Discussion

No Comment Found

Related InterviewSolutions