Multiple choice

Under virtual storage,

  1. a single program is processed by two or more CPU's

  2. two or more programs are stored concurrently in primary storage

  3. only active pages of a program are stored in primary storage

  4. inter-program interference may occur

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

Virtual storage, or virtual memory, is a memory management technique where secondary memory can be addressed as if it were part of the main memory. Operating systems load only the active pages of a program into primary storage, bringing in other pages as needed.