65.5k views
3 votes
With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.

a) greater than
b) same as
c) lesser than
d) None of the mentioned

User Poli
by
8.3k points

1 Answer

0 votes

Final answer:

In an equal or proportional algorithm, a high priority process is treated equally as likely as a low priority process, meaning both have an equal chance of being selected or executed.

Step-by-step explanation:

In an equal or proportional algorithm, a high priority process is treated equally as likely as a low priority process.

This means that both the high priority and low priority processes will have an equal chance of being selected or executed.

For example, in a round-robin scheduling algorithm, each process is given an equal time slice to run, regardless of priority.

User Quantumpotato
by
8.2k points