Computer Science, asked by Gautamkr6141, 6 months ago

In computer processing, __________ selects processes from the pool and loads them into memory for execution.
A) Job Scheduler B) Resource Scheduler C) CPU Scheduler D) Process Scheduler

Answers

Answered by poojan
4

Answer:

Option A

In computer processing, Job Scheduler selects processes from the pool and loads them into memory for execution.

Explanation:

In Operating Systems, Job Scheduler is what determines to send the next program to be processed, to the CPU. This scheduler takes the jobs need to be processed (programs), from the Job Queue.

Types:

1. First In First Out.

2. Round Robin

3. Shortest Job First.

4. Priority Based.

Hope it helps. Cheers!!!

Similar questions