0
84kviews
Draw and explain five state process model.
1 Answer
8
7.8kviews

Five State Process Model

enter image description here

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.

Thnx Again For Ur Help


Please log in to add an answer.