Computer Studies
Computer Memory
A student has 4GB of RAM but wants to run a program that needs 6GB. Which feature allows this?
Explanation
Virtual memory allows programs that require more memory than physically available RAM to run. The OS uses part of the hard disk as extra memory through paging.
Reference: Computer Studies Textbook
, Page 5