what is busy waiting?
Answers were Sorted based on User's Feedback
Answer / sunil kumar parida
The repeated execution of a loop of code while waiting for
an event to occur is called busy-waiting
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / parveen harit mca
If two or more processes requests for a common resource
and which one does not find the resource is considered as
Waiting and the one occupied the resource is called as Busy.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about dynamic memory allocation algorithm?
Explain the ways to infect the system by virus?
What is the difference among deadlock avoidance, detection and prevention?
if You do not cd drive then how will u format c drive ?
can you create con folder in windows, if not why?
If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?
absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?
Write short note on Dynamic memory allocation algorithm.
What are the reasons for implementing process migration?
List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes?
What is LOM and how do you access it?
Explain about busy waiting?