📖 From Operating System • 9. Virtual Memory • 10 questions available
Practice MCQs for Memory mapped I/O. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
🔄 Last updated: 2026-07-26
Q1. A child process created by fork() needs to write to a stack page that is marked copy‑on‑write. Which action ensures the parent’s stack remains unchanged?
💡 Difficulty: easy | ✅ Correct: B
Q2. A system has a limited pool of free pages for copy‑on‑write operations. If two processes simultaneously fork, how should the OS allocate pages to avoid running out of free pages?
💡 Difficulty: medium | ✅ Correct: D
Q3. Assume a system uses zero‑fill‑on‑demand for new pages. If a process requests a new stack page, what initial content will the page contain?
💡 Difficulty: hard | ✅ Correct: C
⬆️ View all questions in the quiz below