Respuesta :

Answer:

Process scheduling is needed in a uni-processor system to provide a balanced mix of jobs.

Explanation:

It selects processes from the queue and loads them into memory for execution. Process loads into the memory for CPU scheduling. The primary objective of the job scheduler is to provide a balanced mix of jobs, such as I/O bound and processor bound.

ACCESS MORE