Operating Systems

What term describes the following? a process that has completed execution but still has an entry in the process table because its exit status has not been read.

Correct answer

C. Zombie process

Explanation

Zombie process refers to a process that has completed execution but still has an entry in the process table because its exit status has not been read.