Computer Science, asked by torbaba9774, 1 year ago

Difference between job scheduler and process scheduler in operating system

Answers

Answered by Student213
0

While Job scheduler selects the processes from the job pool (Job pool is on the Hard disk) and load them in to the memory (Main Memory or RAM) for execution. in other hand CPU scheduler selects among the processes (in RAM) that are ready for execution and allocates the CPU to one of them.S


akanshasachita: hii
Answered by Anonymous
3

Answer:

★ Job scheduler is also called long term scheduler and CPU scheduler is called short term scheduler.

★ CPU scheduler selects among the processes (in RAM) that are ready for execution and allocates the CPU to one of them.

Similar questions