InterviewSolution
Saved Bookmarks
| 1. |
The portion of the process scheduler in an operating system that dispatches processes is concerned with ____________(a) assigning ready processes to CPU(b) assigning ready processes to waiting queue(c) assigning running processes to blocked queue(d) all of the mentionedThe question was posed to me in a job interview.I would like to ask this question from CPU Scheduling Algorithms-1 in section CPU Scheduling of Operating System |
|
Answer» The CORRECT option is (a) ASSIGNING ready PROCESSES to CPU |
|