In memory management, what is the term for the memory management technique that allows execution of processes that are not completely loaded in physical RAM?
AVirtual Memory
BStatic Partitioning
CCompaction
DSegmentation
Explanation
Virtual Memory uses demand paging to map secondary storage (swap/page file) as an extension of RAM. This enables programs larger than physical memory capacity to execute seamlessly.
Exam Relevance
- Topic: Operating Systems
- Subtopic: Memory Management & Virtual Memory

No Comments