0
0
Operating Systemsknowledge~5 mins

Why virtual memory extends physical memory in Operating Systems - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is virtual memory in an operating system?
Virtual memory is a technique that allows a computer to use more memory than the physical RAM installed by temporarily transferring data to disk storage.
Click to reveal answer
beginner
How does virtual memory extend physical memory?
Virtual memory extends physical memory by using disk space to hold parts of programs and data that are not currently needed in RAM, making the system appear to have more memory.
Click to reveal answer
intermediate
What role does the page file or swap space play in virtual memory?
The page file or swap space on the disk stores data that is moved out of RAM, allowing the system to free up physical memory for active processes.
Click to reveal answer
intermediate
Why can't virtual memory replace physical memory completely?
Because accessing data on disk is much slower than RAM, virtual memory is slower and is used only to extend memory temporarily, not as a full replacement for physical memory.
Click to reveal answer
beginner
What happens when a program tries to use more memory than the physical RAM available without virtual memory?
Without virtual memory, the program may crash or the system may become unstable because it cannot allocate enough memory to run the program properly.
Click to reveal answer
What does virtual memory use to extend the available memory?
ACPU cache
BDisk storage
CMore RAM chips
DGraphics card memory
Why is virtual memory slower than physical memory?
ABecause disk access is slower than RAM access
BBecause it uses faster hardware
CBecause it uses the CPU directly
DBecause it stores data in the cloud
What is the purpose of the page file or swap space?
ATo store data moved out of RAM temporarily
BTo increase CPU speed
CTo store permanent files
DTo cool down the computer
What happens if a system runs out of both physical and virtual memory?
AThe system automatically adds more RAM
BThe system speeds up
CPrograms may crash or the system may freeze
DThe CPU takes over memory tasks
Virtual memory makes the system think it has:
ALess memory than physically installed
BNo memory at all
COnly the physical memory available
DMore memory than physically installed
Explain how virtual memory helps a computer run larger programs than its physical RAM allows.
Think about how the system manages memory when RAM is full.
You got /4 concepts.
    Describe the difference between physical memory and virtual memory in terms of speed and usage.
    Consider where data is stored and how fast it can be accessed.
    You got /4 concepts.