Question
What does memory-mapping a file do?
Select an option. Your answer will be checked instantly.
Correct Answer: C. It maps file contents into a process's virtual address space so memory operations can access the file
Explanation:
Memory mapping lets ordinary loads and stores reference file-backed virtual pages.
The operating system handles page faults, caching, and eventual write-back.
Leave a Reply