๐ From Operating System โข 9. Virtual Memory โข 12 questions available
Practice MCQs for Copy on Write in virtual Memory. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
๐ Last updated: 2026-07-26
Q1. What does the term copyโonโwrite (COW) describe in virtual memory management?
๐ก Difficulty: easy | โ Correct: C
Q2. Process A calls fork(), creating Process B. Both have a readโonly mapping of libX.so. Immediately after fork, Process B writes to a global variable in libX. Which mechanism handles the write?
๐ก Difficulty: medium | โ Correct: A
Q3. A processโs virtual address space has a hole from \(0x60000000\) to \(0x70000000\). The stack grows downwards and currently ends at \(0x60100000\). If the stack expands by \(0x20000\) bytes, which address will cause the first page fault?
๐ก Difficulty: hard | โ Correct: A
โฌ๏ธ View all questions in the quiz below