InterviewSolution
Saved Bookmarks
| 1. |
What is a long-term scheduler?(a) It selects processes which have to be brought into the ready queue(b) It selects processes which have to be executed next and allocates CPU(c) It selects processes which heave to remove from memory by swapping(d) None of the mentionedI got this question in an online interview.This interesting question is from Process Scheduling Queues topic in portion Processes of Operating System |
|
Answer» Right OPTION is (a) It selects processes which have to be brought into the ready queue |
|