๐ From Operating System โข 18. The Linux System โข 36 questions available
Practice MCQs for The fork() and exec() process model. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
๐ Last updated: 2026-07-27
Q1. What is the primary purpose of the fork() system call in a UNIXโlike operating system?
๐ก Difficulty: easy | โ Correct: A
Q2. Why does UNIX separate process creation (fork) from program execution (exec) into two distinct system calls?
๐ก Difficulty: medium | โ Correct: C
Q3. How does the address space of a child process immediately after a successful fork() compare to that of the parent before any exec()?
๐ก Difficulty: hard | โ Correct: B
โฌ๏ธ View all questions in the quiz below