Beginner Operating Systems
Q4 / 100

What is virtual memory?

Correct! Well done.

Incorrect.

The correct answer is B) A memory management technique that gives each process its own large address space, mapping to physical memory and disk as needed

B

Correct Answer

A memory management technique that gives each process its own large address space, mapping to physical memory and disk as needed

Explanation

Virtual memory abstracts physical memory, giving each process its own address space. Pages not in RAM are swapped to disk (paging/swapping).

Progress
4/100