Computer Science, asked by mkdh5407, 10 months ago

What kinds of waiting are there in an operating system?

Answers

Answered by mannat200891
0

Answer:

Busy waiting means that a process is waiting for a condition to be satisfied in a tight loop without relinquishing the processor. Alternatively, a process could wait by relinquishing the processor, and block on a condition and wait to be awakened at some appropriate time in the future.

Similar questions