25.9k views
0 votes
The objective of multi-programming is to : (choose two)

a) Have some process running at all times
b) Have multiple programs waiting in a queue ready to run
c) To minimize CPU utilization
d) To maximize CPU utilization

User Amay
by
8.2k points

1 Answer

1 vote

Final answer:

The objective of multi-programming is to have some process running at all times and to maximize CPU utilization.

Step-by-step explanation:

The objective of multi-programming is to have some process running at all times and to maximize CPU utilization.

Multi-programming is a technique used in operating systems where multiple programs are loaded into memory simultaneously and the CPU switches between them. The goal is to keep the CPU busy and maximize its utilization.

By having multiple programs waiting in a queue ready to run, the operating system ensures that there is always a process running, even if one program is waiting for I/O or other resources.

User Sardorek Aminjonov
by
8.5k points