homework2 Version 0 |
|
👤 Author: by 1589080613qqcom 2019-09-18 15:39:20 |
A process life includes five states: New(create ), Running(execute ), Waiting(wait for some event to occur(such as an I/O completion or reception of signal) ), Ready(wait to be assigned to a processor)and Terminated(finish execution).
Each PCB contains import information about a process to save all the information. When the process restart later, it return the state before change.
Please login to reply. Login