Multiple choice

What is the memory that appears to exist as main storage although most of it is supported by data held in secondary storage called?

  1. Paging

  2. Segmentation

  3. Virtual Memory

  4. PROM

  5. Flash Memory

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

Virtual memory is a memory management technique developed for multitasking kernels. This technique virtualizes the main storage available to a process or task, as a contiguous address space which is unique to each running process, or virtualizes the main storage available to all processes or tasks on the system as a contiguous global address space.