What are the different process states?
4 years ago
Operating System
A process may be in anyone of the following states
- NEW
- READY
- WAIT
- RUNNING
- TERMINATE
Note: TERMINATE is not a state, if the process “TERMINATE” it still exists
Sanisha Maharjan
Jan 20, 2022