Multiple choice Demand paging is commonly used in ___________. paged memory management system segmented memory management system virtual memory management compaction 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.