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.
- A. Batch operating system
- B. Bootloader
- C. Zombie process ✓
- D. Real-time operating system (RTOS)
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.