What is the different states of process in os?
Answers
Answered by
4
In general, a process can have one of the following five states at a time. This is the initial state when a process is first started/created. The process iswaiting to be assigned to a processor.Ready processes are waiting to have the processor allocated to them by the operating system so that they can run...
Similar questions