What is the difference between multiprogramming and multipro
What is the difference between multiprogramming and multiprocessing? Multiprogramming and multithreading?
Solution
Multiprogramming refers to the situation when computer is running more than one programs eg (Excel,browser etc) simantaneously.
Multiprocessing refers to the situation when a single computer is using multiple CPU\'s at same time.
MultiThreading refers to the ability of the Computer to execute smallest unit of program call threads simantaneously during the execution of the program.
