Important Note On Process State in Operating System | Operating System EP - 06
In this article, we will discuss some important thing about process state
Note 1: A process necessarily goes through a minimum of 4 states.
- The minimum number of states through which a process compulsorily goes through is 4.
- These states are new states, ready states, run states, and terminate states.
- However, if a process also requires the I/O operation, then the minimum number of states is 5.
Note 2: A single processor can execute only one process at a time.
- A single processor can not execute more than one process simultaneously.
- If n processors are present in the system, then only n processes can be executed simultaneously.
Note 3: Which state present in which memory
- New State:- Secondary Memory
- Ready State:- Main Memory
- Running State:- Main Memory
- Wait/Block State:- Main Memory
- Suspend Wait State:- Secondary Memory
- Suspend Ready State:- Secondary Memory
- Terminate State:- Not In Memory