List all of the paths a process can take between the three (3) states of the Process Scheduler.
The process starts with a new state, Then it moves to ready
queue.. When the process is started using Scheduler, it moved to
Running stage.. If The process stops after start for some I/O, then
it goes to waiting stage.. Again after waiting stage, It can move
to ready queue, based on available resource in the system.
Once program is done after completing its work, then it moved to
terminated state.
Get Answers For Free
Most questions answered within 1 hours.