π From Operating System β’ 18. The Linux System β’ 25 questions available
Practice MCQs for Management of Physical 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 programmer wants to create a thread that shares the parentβs memory and file descriptors but not the signal handlers. Which combination of clone flags should be used?
π‘ Difficulty: easy | β Correct: A
Q2. What does the CLONE_SIGHAND flag specifically cause to be shared between parent and child?
π‘ Difficulty: medium | β Correct: C
Q3. A programmer observes that after using clone() with CLONE_VM, changes to a global array in the child are visible in the parent. Which concept does this illustrate?
π‘ Difficulty: hard | β Correct: A
β¬οΈ View all questions in the quiz below