explain the process of transition in detail....
Answers
Answered by
2
Explanation:
Process State Transition
A process is running if the process is assigned to a CPU. ...
A process is runnable in memory if the process is in primary memory and ready to run, but is not assigned to a CPU.
A process is sleeping in memory if the process is in primary memory but is waiting for a specific event before continuing execution.
Similar questions