Types of OS
throughput
it means the number of jobs completed for unit time is called throughput of a system
1. Batch OS

1 / 5
- If one job is finished completely then only another job will be scheduled into CPU
- Increased cpu idleness
- Decreased throughput of the systems
- ex: IBM os 2
2. Multi-Programming OS

1 / 3
- if job is leaving the CPU then the another job which is ready for execution will be scheduled on to the CPU
- Increased CPU utilization
- increased throughput of the system
- ex: windows, unix, linus.
Multi-Taksing
