Question
Which scheduling policy always selects the ready process with the highest assigned importance?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Priority scheduling
Explanation:
Priority scheduling bases selection on a priority value rather than only arrival order or burst length.
It may be preemptive or nonpreemptive depending on the system design.
Leave a Reply