Computer Science, asked by loneayash4605, 10 months ago

Difference between multiprogramming and multiprocessing operating system

Answers

Answered by sawanthakur
14

Multiprocessing Multiprogramming

1) Multiprocessing refers to processing of multiple processes at same time by multiple CPUs.

1) Multiprogramming keeps several programs in main memory at the same time and execute them concurrently utilizing single CPU.

2 )It utilizes multiple CPUs.

2) It utilizes single CPU.

3)It permits parallel processing.

3)Context switching takes place.

4) Less time taken to process the jobs.

4More Time taken to process the jobs.

5) It facilitates much efficient utilization of devices of the computer system.

5)Less efficient than multiprocessing.

Answered by jitekumar4201
5

Difference between multiprogramming and multiprocessing operating system

Multiprocessing

  1. 1 Multiprocessing refers to processing of multiple process at same time by multiple C.p.u
  2. 2 it utilizes multiple CPU
  3. 3 It Permits parallel processing  
  4. 4 Less time taken to process the jobs  
  5. 5 it Facilities much efficient  utilization of devices of the computer system  

Multiprogramming  

  1. 1 Multi programming keeps servals programs in main memory at the same time and execute them concurrently  
  2. utilize single cpu
  3. 2 It Utilize single CPU
  4. 3 Context switching takes place.
  5. 4 More Time taken to process the jobs.
  6. 5 Less efficient than multiprocessing.

Similar questions