31.3k views
1 vote
What is the purpose of multiprogramming in multiprogrammed batch?

1) To increase CPU utilization
2) To decrease CPU utilization
3) To increase memory utilization
4) To decrease memory utilization

User ArnaudR
by
7.7k points

1 Answer

2 votes

Final answer:

The purpose of multiprogramming in multiprogrammed batch is to increase CPU utilization.

Step-by-step explanation:

The purpose of multiprogramming in multiprogrammed batch is to increase CPU utilization. In this system, multiple programs are loaded into the memory at the same time and the CPU switches between them. This allows the CPU to be busy executing instructions from one program while another is waiting for I/O operations or other resources. By keeping the CPU busy, the overall utilization of the CPU is increased.

User Macropod
by
8.2k points