When process executes it changes states. Process states are -
New - The process is being created.
Ready - Process is waiting to be assigned by another processor.
Running - Instructions are being executed.
Waiting - Process is waiting for some event to occur (I/O completion).
Terminated - Process has finished execution.
Post a Comment