0 votes
in Operating System by
Describe the objective of multi-programming.

1 Answer

0 votes
by

Multi-programming increases CPU utilization by organizing jobs (code and data) so that the CPU always has one to execute. The main objective of multi-programming is to keep multiple jobs in the main memory. If one job gets occupied with IO, the CPU can be assigned to other jobs. 

...