Mention two advantages and two disadvantages of multiprocessing.
Answer:
Advantages;
- Enables efficient use of processor.
- Gives the user an opportunity to run more than one program at the same time.
Disadvantages;
- Requires complex operating system that can multitask.
- Requires a powerful processor. If the system crashes, a lot of unsaved data get lost.