Multi-programming OS Vs. multiprocessing OS:
Multi-programming OS
|
Multiprocessing
|
||
This process can be executed by a
single process.
|
1
|
This process can be executed by two or
more processor.
|
|
User doesn’t have to wait to end the
program.
|
2
|
Many programs can be processed separately.
|
|
Process over lapping occurs here.
|
3
|
Process over lapping doesn’t occur
here.
|
|
The whole system stops if the CPU is
damaged.
|
4
|
The system runs smoothly even often
the damage of one or more CPU.
|
No comments:
Post a Comment