Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The child process completes execution, but the parent keeps executing, then the child process is known as __________

a) Orphan
b) Zombie
c) Body
d) Dead

Answer: b
Explanation: The child process completes execution, but the parent keeps executing, then the child process is known as Zombie. When a child process terminates, its resources get deallocated but its entry in the Process Control Block (PCB) remains there until its parent calls wait system call.

Join The Discussion