What is busy waiting?
Answers were Sorted based on User's Feedback
Answer / guest
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.
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / mesfin adugna
AS i answered the question it is a loop of code while
waiting for an event to occur is called busy waiting. Here
the cpu is interact with.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / chitra
It is a techniqe in which a process repeatedly cheaks to see if a condition is true.
(for example while a process is in its critical section,any other process that tries to enter its cs must loop continuously in the entry section.)
| Is This Answer Correct ? | 2 Yes | 0 No |
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
How to take backup using active directory recyclebin concept
Can I change a 32 bit to 64 bit?
What do you mean by a semaphore?
What are the different operating systems?
Can you move your program files to another drive?
Discuss some of the reasons for implementing process migration ?
What are the 3 types of software?
What is risc technology?
What are the basic functions of an operating system?
Can a 64 bit run a 32bit program?
What mean operating system?