Multiple choice

Demand paging is commonly used in ___________.

  1. paged memory management system

  2. segmented memory management system

  3. virtual memory management

  4. compaction

  5. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is used in virtual memory management system, with demand paged virtual memory. Pages are only loaded when they are demanded during the program execution.