Subject - Operating System, Summaries of Operating Systems

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

2025/2026

Available from 05/07/2026

sukhmeen-dhiman
sukhmeen-dhiman ๐Ÿ‡ฎ๐Ÿ‡ณ

15 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
BCA-Bachelor of Computer Applications
Operating System
Definition
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.
โ€ข Booting - Booting is an important process of starting a computer,
initializing hardware, and loading the operating system (OS) into memory.
Need of Operating System
The Operating System is Like a House Manager
Imagine This...
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.
Why Is This Manager Needed?
1. Sharing the Kitchen (Resource Management)
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.
2. Keeping a Task List (Process Management)
pf3
pf4
pf5

Partial preview of the text

Download Subject - Operating System and more Summaries Operating Systems in PDF only on Docsity!

BCA-Bachelor of Computer Applications

Operating System

Definition

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.

  • Booting - Booting is an important process of starting a computer, initializing hardware, and loading the operating system (OS) into memory.

Need of Operating System

The Operating System is Like a House Manager

Imagine This...

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.

Why Is This Manager Needed?

1. Sharing the Kitchen (Resource Management)

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.

2. Keeping a Task List (Process Management)

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.

3. Locking Certain Rooms (Security)

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.

4. Organising the Cupboards (File Management)

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.

5. Talking to Devices (Device Management)

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.

The Bottom Line

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.

Functions of Operating System

There are multiple functions that an operating system offers to provide smooth running of the system.

1) Process Management

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.

4) Secondary Storage Management

The OS manages secondary storage like a pen drive and it handles file storage organization. For example โ€“ Pen drives store data.

5) File System Management

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.

6) Performance Monitoring

It tracks system efficiency.

7) Error Detection

It generates error logs, traces and dumps to detect and fix issues.

8) Protection and Security

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.

9) User Interface (UI)

The OS provides an interface for users to interact with the system.

10) Networking

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.