What is an Operating System
What is an Operating System
Operating
System?
An operating system is the software that manages a
computer's hardware and software resources, providing a
platform for programs to run. It acts as an intermediary
between the user, applications, and the computer's
physical components.
by Rony
History of Operating Systems
1980s-1990s
1960s
The widespread adoption of graphical user
Early mainframe operating systems, such as interfaces (GUI) revolutionized how users
IBM's OS/360, were developed to manage the interacted with their computers, led by
complex hardware of large computers. Microsoft Windows and the Apple Macintosh.
1 2 3
1970s
The rise of personal computers led to the
development of operating systems like
Microsoft's DOS and Apple's macOS, designed
for smaller, more accessible machines.
Functions of an Operating Syst
1 Process Management
Scheduling and controlling the execution of programs on the
computer's processor.
2 Memory Management
Allocating and deallocating memory resources to programs as needed.
3 File Management
Organizing and managing the storage and retrieval of files on the
computer's storage devices.
4 Device Management
Controlling and coordinating the operation of various input/output
devices connected to the computer.
Types of Operating Systems
Windows macOS Linux
Touch-Based Interface
A user interface designed for touchscreen devices, allowing users to interact with
the operating system using gestures and taps.
Process Management in Operating System
Memory Allocation
The operating system allocates and deallocates memory to processes
as they are created and terminated.
Memory Protection
The operating system ensures that processes can only access the
memory they are authorized to, preventing unauthorized access or
interference.
File Management in Operating Systems
File Creation The operating system allows users to
create new files and directories.