Tanishka Yadav
Participant
2 months, 1 week ago
1 Replies
Q:
What is virtual memory?
How does virtual memory work and why do computers need it?
Tags: virtual memory
- Join the conversation — log in or create an account to reply.
Login to the community
You must be logged in to reply to this topic.

Virtual memory is a memory management feature in a computer that uses a part of the hard drive or SSD to act like extra RAM (main memory).
When the computer’s RAM is full, virtual memory temporarily stores data on the storage device so that programs can continue running.
In short:
Virtual memory is an extension of RAM that helps the computer run more programs smoothly when actual memory is limited.