Question:

Which of the following scheme of virtual memory will never bring a page until it is required?

Show Hint

Pure demand paging defers all loading until first access (page fault).
Updated On: May 26, 2025
  • Swapping
  • Paging
  • Demand paging
  • Pure demand paging
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Pure demand paging loads a page into memory only when a page fault occurs (i.e., the page is actually needed), making it memory efficient.
Was this answer helpful?
0
0