Multiple choice

What will be the main objective of a multiprogrammed operating system?

  1. To increase response time

  2. To increase CPU utilization

  3. To minimize CPU utilization

  4. Both options 1 and 2

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

By executing multiple programmes at a same time, it will increase or maximize the CPU utilization. By running more than one programmes it uses more resources for executing in less time. Multiprogramming is accomplished due to the differences in I/O and processing speed. While one program is waiting for input, instructions in another program can be executed.