π From Operating System β’ 18. The Linux System β’ 40 questions available
Practice MCQs for Virtual memory in The Linux System. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-27
Q1. A program calls clone() with only the CLONE_VM flag. Which resource is shared between the parent and child?
π‘ Difficulty: easy | β Correct: A
Q2. Why does storing a processβs virtualβmemory context in a separate substructure allow Linux to treat threads and processes similarly?
π‘ Difficulty: medium | β Correct: C
Q3. Compare fork() with clone() called without any flags. Which statement best describes their differences in resource sharing and performance?
π‘ Difficulty: hard | β Correct: C
β¬οΈ View all questions in the quiz below