Computer Science, asked by bhatirohit56, 4 months ago

Differentiate between multiprocessing and multi processor operating system?

Answers

Answered by DeathAura
2

Answer:

A multiprocessing system has more than two processors whereas Multithreading is a program execution technique that allows a single process to have multiple code segments. Multiprocessing improves the reliability of the system while in the multithreading process, each thread runs parallel to each other.

Similar questions