How does virtual memory differ from physical memory in memory management?
- Accessible directly by the CPU
- Exists as a logical extension of physical memory
- Stored on secondary storage
- Utilized primarily by the operating system for caching purposes
Virtual memory serves as a logical extension of physical memory, allowing the operating system to use secondary storage as an extension of RAM. This aids in managing larger programs and multitasking efficiently.
Loading...
Related Quiz
- Which SDLC model is best suited for large projects with uncertain or evolving requirements?
- A ___________ attack involves intercepting communication between two parties and altering it without their knowledge.
- You're designing a database schema for a social media platform. How would you structure the tables to efficiently handle user profiles and their relationships?
- Which layer of the OSI Model is responsible for routing and forwarding packets?
- Code ___________ tools analyze code for potential issues and violations of coding standards.