Question
What is busy waiting?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Continuously checking a condition while consuming CPU cycles
Explanation:
Busy waiting repeatedly executes instructions while waiting for a state change.
Unlike blocking, it does not release the processor for other work during the wait.
Leave a Reply