115k views
5 votes
Which statements about virtual memory is true?

User Baudsp
by
8.0k points

1 Answer

1 vote

Final answer:

Virtual memory is a system that allows a computer to use more memory than the physical RAM installed by utilizing space on the hard drive to simulate additional RAM.

Step-by-step explanation:

When discussing virtual memory, it's important to understand that virtual memory is a feature of an operating system (OS) that uses hardware and software to allow a computer to compensate for physical memory shortages, temporarily transferring data from random access memory (RAM) to disk storage. This process allows for the execution of large applications or the operation of multiple applications simultaneously, even if the available RAM is insufficient.

A true statement about virtual memory might be that it allows the system to handle larger amounts of data than the physically installed RAM could accommodate by itself. On the other hand, a false statement could be that virtual memory increases the physical RAM of the computer - instead, it simulates additional memory using the computer's hard drive.

User Rockyb
by
8.2k points