Multiprocessing : Several jobs can run at the same time.
Multi-threading : Same job can be broken logically and executed simultaneously and the results are combined at the end of processing
Asymmetric multiprocessing - In asymmetric multiprocessing (ASMP), the operating system typically sets aside one or more processors for its exclusive use. The remainder of the processors run user...