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

To EXPLAIN: A short-term scheduler selects a process which has to be executed next and allocates CPU. Short-term scheduler selects a process from the ready queue. It selects processes frequently.



Discussion

No Comment Found

Related InterviewSolutions