Final answer:
Dispatch latency is the time to stop one process and start running another one.
Step-by-step explanation:
Dispatch latency refers to the time it takes to stop one process and start running another one. It is the delay between when a process completes and the next process begins execution on the CPU.
For example, let's say we have two processes, Process A and Process B, and Process A finishes executing. The time it takes for Process B to start running is the dispatch latency.
So, the correct answer to the question is option c) the time to stop one process and start running another one.