Computer Science, asked by RohithRock3129, 1 year ago

What is not a disadvantage of priority scheduling in operating systems? A) a low priority process might have to wait indefinitely for the cpu b) if the system crashes, the low priority systems may be lost permanently c) interrupt handling d) none of the mentioned

Answers

Answered by Anonymous
5

Explanation:

In heavily loaded computer system , a steady stream of higher-priority processes can prevent a low-priority process from ever

Answered by mindfulmaisel
0

Interrupt handling is not a disadvantage of priority scheduling in OS.

Option: (c)

Explanation:

  • ‘Priority scheduling’ can be defined as a non-preemptive algorithm. It is considered to be one of the most commonly used ‘scheduling algorithms’ in batch processing systems.  
  • Here, each of the processes are assigned as a priority. The processes with highest priority should be ‘executed first’ and so on.  
  • If the processes are assigned with similar priority, then they are executed in ‘First Come First Serve’ basis.  
  • Here, the interrupt handling is considered to be the advantage as the interrupts should be given high priority than the ordinary tasks.  

Learn more about priority scheduling

What is non preemtive priority scheduling?

https://brainly.in/question/11571172

In priority scheduling algorithm when a process arrives at the ready queue, its priority is compared with the

https://brainly.in/question/9816762

Similar questions