
It's Exam Season !
From all of us at Edukatte, we wish you the very best of luck in your upcoming CXC exams! Stay focused, believe in yourself, and remember that all your hard work will pay off. You've got this!
Evolution of OS
This topic speaks about the Evolution of the os
Edu Level: Unit2
Date: Aug 10, 2024
⏱️Read Time: 1 min
Evolution From Batch Processing to Multi-User Marvels
Batch processing | Real-time Processing |
---|---|
Jobs submitted on punched cards. | Prioritise task deadlines and ensure predictable response times. |
Processed sequentially. | Crucial for embedded systems and critical applications. |
Gather info over a specific period of time then processed. | Processing and updating done immediately. |
Powered scientific and military applications. | Online shopping. |
Multiprogramming
• Juggles multiple programs on a single CPU, keeping it busy and responsive.
• Includes interactive multiprogramming, where users directly interact with programs, forming the basis of modern personal computing.
Multiprocessing:
Harnesses multiple CPUs for true simultaneous execution, significantly boosting overall performance and handling demanding tasks.
Multiprogramming | Multiprocessing |
---|---|
Juggles multiple programs on a single CPU, keeping it busy and responsive. | Harnesses multiple CPUs for true simultaneous execution, significantly boosting overall performance and handling demanding tasks. |