Question
A child has finished, but its parent has not yet collected the termination status. What is the child called?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Zombie process
Explanation:
A zombie has completed execution but retains a small process-table entry containing exit information.
The entry disappears when the parent performs the appropriate wait operation.
Leave a Reply