What is different between multiprogramming, multiprocessing and multithreading?

Showing Answers 1 - 4 of 4 Answers

Guest

  • Oct 18th, 2006
 

Multi Programming: CPU will work more than one process by switching among them

Multi Processing: Some systems have more than one processer to complete work quickly and efficient

Multi Threading: It has no of flow of controls in the memory space.

  Was this answer useful?  Yes

megha

  • Feb 2nd, 2015
 

multiprogramming---multiprogramming is interleaved execution of multiple program(jobs) by same computer(processor)

multiprocessing--- it is a coordinated processing of programs by more than one computer processor

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions