



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
It includes notes of subject operating system. Topics covered in the document are- Definition of Operating System Need of Operating System Functions of operating system
Typology: Summaries
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Operating system is a software that manages and handles hardware and software resources of a computing device such as CPU, memory and files. It performs core functions like process, memory and file management. It acts as an interface between user and hardware. It is the first program that gets loaded into memory through a process called booting. For example โ Linux, Unix, Windows-7,8,10,11, Android, macOS, iOS.
The Operating System is Like a House Manager
You live in a busy house. There's a cook, a cleaner, a guard, and many guests arriving everyday. Someone needs to manage everything โ who uses the kitchen, who sleeps where, who gets inside. That someone is the Operating System.
Only one person can use the stove at a time. The manager decides whose turn it is, so nobody fights and nothing burns. Similarly, the OS decides which app uses the processor and when.
The manager writes down every task โ cook breakfast, clean the room, fix the door. They make sure everything gets done in order, nothing is forgotten, and no two people collide doing the same job.
Some rooms are private. The manager only gives keys to the right people. The OS does the same โ it protects your personal files from unauthorised programs.
Without the manager, clothes would be stuffed anywhere. The manager labels every shelf. The OS organises your files into folders so you can find things instantly.
When a guest wants to use the telephone, the manager connects them properly. The OS handles your keyboard, mouse, and printer the same way โ acting as a translator between you and the hardware.
Without a house manager, the house becomes chaos โ fights over resources, lost items, uninvited guests everywhere. Without an Operating System, a computer is just dead hardware. The OS gives it life, order, and purpose โ silently managing everything so you can simply enjoy using it.
There are multiple functions that an operating system offers to provide smooth running of the system.
It controls hardware devices using device drivers. Devices include keyboard, mouse, scanner, printer etc. For example โ When you print a file, the OS sends data to the printer.
The OS manages secondary storage like a pen drive and it handles file storage organization. For example โ Pen drives store data.
It organizes and controls how data is stored, named and accessed on storage devices. It makes it easy for users to find and use their files. It includes: create, delete, and rename files. For example โ Saving a document in a folder.
It tracks system efficiency.
It generates error logs, traces and dumps to detect and fix issues.
The mechanisms in an OS are designed to safeguard system resources from unauthorized access or misuse. It ensures authorized users can perform specific actions. It includes: Authentication โ It provides security against malware and data theft.
Resource Protection โ It prevents misuse of files, memory or devices. Access Control โ It limits user and process permissions.
The OS provides an interface for users to interact with the system.
It is used for exchanging information among different computers that are distributed across various locations. For example โ Sharing data from one system to another through a network.