homework 2 Version 0 |
|
👤 Author: by weiwall617921672sinacom 2018-10-07 13:40:10 |
1.New
The process is being created
2.Running
Instructions are being executed
3.Waiting
The process is waiting for some event to occur(such as an I/O completion or reception of a signal)
4.Ready
The process is waiting to be assigned to a processor
5.Terminated
The process has finished execution
These five states are necesary and can't be divided into smaller parts.