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.