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.