0
85kviews
Draw and explain five state process model.
1 Answer
written 8.5 years ago by |
The states in the five state process models are:
1) New: The process has not yet been loaded into main memory.
2) Ready: the process is now prepared to execute when given the opportunity.
3) Running: the process is currently being executed.
4) Blocked: Process that is waiting for some event to occur.
5) Exit: Process is released from main memory because it has halted or aborted.