Differentiate between multiprocessing and multi processor operating system?
Answers
Answered by
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