Interview Question
Created by admin on Sat, 17/11/2012 - 17:39
Question:
What is busy waiting?
Language:
Answer:
The repeated execution of a loop of code while waiting for an event to occur is called busy-waiting. The CPU is not engaged in any real productive activity during this period, and the process does not progress toward completion.