Computer Science, asked by anjalisharma911, 1 year ago

Difference between process scheduling and cpu scheduling

Answers

Answered by aslamalikumazalea
10
CPU Scheduler or (Short-Term scheduler):

Schedules the execution of processes in the ready queue of the system.
Sometimes it is the only scheduler in the Operating System.
It is invoked frequently (in milliseconds) so it must be fast.
Process Scheduler or (Long-Term scheduler):

Selects which processes to be brought to the ready queue of the CPU.
Invoked infrequently (in seconds, sometimes minutes), it maybe slow.
It controls the degree of multiprogramming
Similar questions