Question:medium

A program requires more memory than the available physical memory. The system allows execution by loading only required parts of the program into memory while keeping the rest on disk. This mechanism is known as?

Show Hint

While "Paging" is a specific method used to implement this, "Virtual Memory" is the name of the general mechanism that allows the execution of processes larger than physical memory.
Updated On: Jul 4, 2026
  • Paging
  • Virtual Memory
  • Deadlock
  • Multiprocessing
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0