Question - What Are The Differences Between Multitasking And Multiprocessing?
Answer -
Multitasking: Enables the processor to do multiple programs simultaneously by fast switching through the programs. Here doesn't have the involvement of multiple processors.
Multiprocessing: Enables the processor to do multiple programs simultaneously by the use of multiple processors.