Multi Processing
If a system contains more than one processor (CPU) then it is known as multi processor system.
Single processor (single CPU) system executes a process at a time. As multi processor system has more than one processor, it executes more than one process at a time (multi processing simultaneously). So, we can save time.
These processors (CPUs) share memory, power supply, and peripheral devices. Thus, we can…