InterviewSolution
Saved Bookmarks
| 1. |
What is a short-term scheduler?(a) It selects which process has to be brought into the ready queue(b) It selects which process has to be executed next and allocates CPU(c) It selects which process to remove from memory by swapping(d) None of the mentionedThe question was posed to me at a job interview.Enquiry is from Process Scheduling Queues in chapter Processes of Operating System |
|
Answer» Correct answer is (b) It SELECTS which PROCESS has to be EXECUTED next and ALLOCATES CPU |
|