InterviewSolution
Saved Bookmarks
| 1. |
In priority scheduling algorithm ____________(a) CPU is allocated to the process with highest priority(b) CPU is allocated to the process with lowest priority(c) Equal priority processes can not be scheduled(d) None of the mentionedI have been asked this question in an interview for internship.I'm obligated to ask this question of CPU Scheduling in section CPU Scheduling of Operating System |
|
Answer» Right OPTION is (a) CPU is allocated to the process with HIGHEST priority |
|