+0 -0
State of Process is basically a state from creation of process to termination of process.
The following is the states of Process
1.New (Creation of Process)
2.Ready (Process comes from new to ready queue)
3.Running (Process run at the CPU)
4.Waiting (Process waiting in waiting queue when Interrupt is happen)
5.Termination (End of the process)