ITPEC IP April 2021 Question 17

Source exam: ITPEC IP April 2021Topic: Software

ITPEC IP April 2021 — Question 17 of 100

Virtual memory allows a program whose required address space exceeds physical main memory to execute. The operating system keeps currently needed pages in RAM and stores less active pages on secondary storage, moving them between the two as execution demands.

Answer (c)

Why not others:
- protecting OS memory is memory protection, not the primary purpose stated here

- writing memory to storage before power-off concerns hibernation or power management

- secondary storage is slower, not faster, than main memory

Key rule: Virtual memory extends the usable address space with secondary storage, trading speed for capacity.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.