Useful documents
Useful documents
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.