InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between multitasking and multiprocessing OS? |
||||||||||||||
|
Answer» Multitasking: It is a system that allows more efficient USE of COMPUTER hardware. This system WORKS on more than one task at one time by rapidly switching between various tasks. These systems are also known as time-sharing systems. Multiprocessing: It is a system that allows multiple or various processors in a computer to process two or more different portions of the same PROGRAM simultaneously. It is used to complete more work in a shorter period of time.
|
|||||||||||||||