What is a long-term scheduler?
20252024
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 mentioned
Attempted by 252 students.
Show answer & explanation
Correct answer: A
Answer: a
Explanation: A long-term scheduler selects processes which have to be brought into the ready queue. When processes enter the system, they are put in the job queue. Long-term scheduler selects processes from the job queue and puts them in the ready queue. It is also known as Job Scheduler.