6,350 views
5 votes
5 votes

Which of the following strategy is employed for overcoming the priority inversion problem?

  1. Temporarily raise the priority of lower priority level process
  2. Have a fixed priority level scheme.
  3. Implement Kernel pre-emption scheme.
  4. Allow lower priority process to complete its job. 

7 Answers

0 votes
0 votes
The whole problem is due to dragging away the process out of cpu so . answer wil be d . a can solve but all low level will go up and the high priority process will run after a lot more time.  A and d will be the answer if a is for that process only . i think a is for processes. Not process
0 votes
0 votes

Answer is A

we have to raise the priority temporarily so that process will get chance to execute. 

Answer:

Related questions

4 votes
4 votes
2 answers
1
makhdoom ghaya asked May 2, 2016
4,052 views
A starvation free job scheduling policy guarantees that no job indefinitely waits for a service. Which of the following job scheduling policies is starvation free?Priorit...
5 votes
5 votes
2 answers
2
makhdoom ghaya asked Apr 29, 2016
6,498 views
Consider the following set of processes, with arrival times and the required CPU-burst times given in milliseconds.$\begin{array}{|l|l|l|l|} \hline \textbf{Process} & \te...
3 votes
3 votes
1 answer
3
makhdoom ghaya asked May 2, 2016
7,815 views
A CPU scheduling algorithm determines an order for the execution of its scheduled processes. Given 'n' processes to be scheduled on one processor, how many possible diffe...