0% found this document useful (0 votes)
6 views

Useful documents

An operating system is system software that serves as an interface between the user and computer hardware, managing the execution of programs. Key functions include process management, memory management, I/O device management, and file management. Each function addresses specific tasks such as determining process execution order, memory allocation, device access, and organizing file systems.

Uploaded by

fareedasoomro41
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Useful documents

An operating system is system software that serves as an interface between the user and computer hardware, managing the execution of programs. Key functions include process management, memory management, I/O device management, and file management. Each function addresses specific tasks such as determining process execution order, memory allocation, device access, and organizing file systems.

Uploaded by

fareedasoomro41
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

TOPIC:

OPERATING SYSTEM
& ITS FUNCTION
Presented by: 23IT02
What is Operating System?
• An operating system is a system software that acts
as an interface b/w the user and the computer
hardware and controls the execution of all kind of
program.
1) Process Management:
1. Which process will be executed first?
2. Which process will be executed for how much time?
2) Memory Management
1. How much memory to allocate to a process.
2. Deallocating the memory from the process.
3. How much memory is currently being used.
4. How much of memory is free.
3) I/O Device Management
1. Which process gets the device for how much time.
2. Managing the connection of these device.
4) File Management:
1. A file system contains many file & directories which are well
organized.
2. Keeping track of information, location, users, status.

You might also like