Multiple choice

Which of the following describes throughput in CPU scheduling?

  1. The measurement of work done by completion of number of processes per unit time.

  2. The amount of time that a process spends waiting in the ready queue.

  3. It is the sum of the time spent in waiting in the ready queue, executing by the CPU and doing I/O.

  4. It is the measure of time from the submission of a request till the first response is produced.

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Yes, this is known as the 'Throughput' in CPU scheduling.