Computer Science, asked by vkapadia51, 5 months ago

When process is waiting for some I/O device which is not available then it is in which state?

Answers

Answered by Haruhi22
0

Answer:

For the efficient use of cpu the waiting process is swapped with another process which is in queue and ready for execution. Using interrupt signals this done. When the I/o device is available it is brought back to CPU for further execution

Similar questions