home work -2 Version 0 |
|
👤 Author: by 930300924qqcom 2019-12-20 12:54:32 |
describe the life circle of process and why each process must have one PCB.
new: The process is being created
running: Instructions are being executed
waiting: The process is waiting for some event to occur
ready: The process is waiting to be assigned to a process
terminated: The process has finished execution
PCB is the only sign of process existence and Operating System manage every process by PCB.