chapter 1 os
chapter 1 os
Introduction
Introduction
• What is operating system
• Computer System Structure
• Examples of operating system
• History of operating system
• Classes of operating system
• Types of operating system
What is operating system
• It is a system software
• An operating system is simply a group of computer
programs, sometimes called ‘program files’ or
simply ‘files’, that are generally stored (saved) on a
computer disk
• Most computers need an operating system to be able
to ‘boot’ (start-up), interact with devices such as
printers, keyboards and joysticks, and to provide
disk management tasks such as saving or retrieving
files to/from your computer disks or to analyse
problems with your computer.
Cont.
A program that acts as an intermediary between a user
of a computer and the computer hardware
• OS is a resource allocator
Manages all resources
Decides between conflicting requests for efficient and fair resource
use
• OS is a control program which Controls execution of programs to
prevent errors and improper use of the computer
Cont..
• Basic function of the OS are:
– Process management
– Memory management
– Devise management
– File management
– Security management
– User interfacing
– Coordination of communication on the network
• Operating system goals:
– Execute user programs and make solving user problems easier.
– Make the computer system convenient to use.
– Use the computer hardware in an efficient manner.
Computer System Structure