31.0k views
2 votes
Scheduling is done so as to :

a) increase CPU utilization
b) decrease CPU utilization
c) keep the CPU more idle
d) None of these

1 Answer

5 votes

Final answer:

Scheduling in computing is done to increase CPU utilization, optimizing performance and ensuring the CPU processes more tasks efficiently.

Step-by-step explanation:

Scheduling in the context of computing and operating systems is concerned with the management of processes and threads to optimize performance and resource utilization. The main goal of scheduling is typically to increase CPU utilization, thereby ensuring that the CPU is not idle unnecessarily and can process more tasks in a given amount of time. Effective scheduling algorithms aim to maximize CPU usage while maintaining an equitable distribution of computing resources among processes, which can lead to improved system responsiveness and efficiency.

User GoSmash
by
8.6k points