Final answer:
Scheduling in computing is designed to decrease the response time, allowing for a faster user experience by optimizing the way system resources are allotted to processes.
Step-by-step explanation:
Scheduling is done to decrease the response time of the system. The objective of scheduling in terms of computing is to allocate system resources to running processes in a manner that optimizes certain aspects of system behavior.
A scheduler tries to optimize the time it takes from the point an instruction is issued to when the operation has been completed, which is also known as the response time.
For example, in a multitasking operating system, the goal is to give users a fast or responsive experience by quickly switching between processes, hence reducing the apparent time each one takes.