Which mechanism allows an operating system to simulate more memory than the computer physically contains by transferring data temporarily to secondary storage? MCQ with Answer and Explanation
Which mechanism allows an operating system to simulate more memory than the computer physically contains by transferring data temporarily to secondary storage?
A. Cache Memory
B. Read-Only Memory
C. Virtual Memory
D. Dynamic RAM
Answer: Option C
Solution (By JKExamLibrary)
Virtual memory combines physical RAM with temporary space on the hard drive (paging/swap file) to let the system handle larger memory loads than physical RAM capacity allows.
Explanation:
The memory management subsystem tracks memory allocation status, allocating chunks to active processes and reclaiming them upon task completion.
No comments yet. Be the first to start the discussion!