Computer Science, asked by raviravipawar1, 11 months ago

In priority scheduling algorithm, when a process arrives at the ready queue,

its priority is compared with the priority of

(a) all process

(b) currently running process


raviravipawar1: (c) parent process
(d) init process

Answers

Answered by aqibkincsem
3

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


Because, there are two options to this situation, first starts with finishing the current program and the other one starts with executing the current program.


That’s why the current program’s priority is taken into consideration.

Answered by hamzaarif1441
1

Answer:

currently running processExplanation:

Similar questions