Multiple choice technology operating systems

An orphaned process can never become a zombie process

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The statement is false because orphaned processes can become zombies. When a parent dies, the child becomes orphaned and is adopted by init. When the orphan terminates, it enters zombie state until init reaps it by calling wait().