If the executing program size is greater than the existing RAM of a computer,…
2008
If the executing program size is greater than the existing RAM of a computer, it is still possible to execute the program if the OS supports
- A.
multitasking
- B.
virtual memory
- C.
paging system
- D.
none of the above
Attempted by 116 students.
Show answer & explanation
Correct answer: B
When a program exceeds available RAM, the operating system uses virtual memory. This technique maps disk space to act as additional memory, enabling program execution despite physical limitations.
A video solution is available for this question — log in and enroll to watch it.