InterviewSolution
Saved Bookmarks
| 1. |
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(c) parent process(d) init processI got this question in examination.My enquiry is from CPU Scheduling in chapter CPU Scheduling of Operating System |
|
Answer» RIGHT answer is (b) currently RUNNING process Easy EXPLANATION - None. |
|