Whats the difference between multitasking, multiprogramming & multiprocessing
This comes regularly for my university OS exams and I can’t find a good answer.
I know quite a bit about multitasking and multiprogramming, but need to confirm it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Paraphrasing wikipedia:
Multiprogramming – A computer running more than one program at a time (like running Excel and Firefox simultaneously)
http://en.wikipedia.org/wiki/Multiprogramming
Multiprocessing – A computer using more than one CPU at a time
http://en.wikipedia.org/wiki/Multiprocessing
Multitasking – Tasks sharing a common resource (like 1 CPU)
http://en.wikipedia.org/wiki/Computer_multitasking#Multithreading