Multiple choice technology operating systems

Which is the not valid state of Unix process?

  1. Waiting

  2. stopped

  3. Zombie

  4. None

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

UNIX processes have valid states including Running, Waiting (sleeping), Stopped (suspended), and Zombie (terminated but not yet cleaned up by parent). The question asks for the 'not valid' state, and since all listed states (Waiting, stopped, Zombie) are valid UNIX process states, 'None' is logically the correct answer as there is no invalid state among the options.