List at least three things that a running process might do
that would cause the scheduler not to move it to the
ready state when it stops running.
Answer Posted / anand kumar
1- if this process has requested for a reserve resource.
2- if it creates any false deadlock.
3- if it comes under thrashing problem.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How does a memory leak work?
How does reference counting manage memory allocated objects?
What are the reasons for process termination?
Why is 32 bit referred to as x86?
Explain what is meant by heap?
What are the basic operations?
When would you choose Top-down methodology?
What is BSS(Block Started by Symbol)?
What is the code of mobile?
What is plumbing/piping?
What are significance of semaphores?
What is gang scheduling in operating system (os)?
What is the difference between a file and a directory?
Will chkdsk delete my files?
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.