01 operating systems final

18
OPERATING SYSTEMS

Upload: aman-garg

Post on 19-Feb-2017

197 views

Category:

Education


0 download

TRANSCRIPT

Page 1: 01 operating systems final

OPERATING SYSTEMS

Page 2: 01 operating systems final

WHAT IS OS? Operating System is a software, which makes a

computer to actually work.

It is the software the enables all the programs we use.

The OS organizes and controls the hardware.

OS acts as an interface between the application programs and the machine hardware.

Examples: Windows, Linux, Unix and Mac OS, etc.,

Page 3: 01 operating systems final

WHAT OS DOES? An operating system performs basic tasks

such as,

controlling and allocating memory, prioritizing system requests, controlling input and output devices, facilitating networking and managing file systems.

Page 4: 01 operating systems final

LAYERS OF COMPUTER SYSTEM

Page 5: 01 operating systems final

SERVICES PROVIDED BY THE OPERATING SYSTEM Program development

Editors and debuggers Program execution Access to I/O devices Controlled access to files System access

Page 6: 01 operating systems final

STRUCTURE OF OPERATING SYSTEM (CONTD…): The structure of OS consists of 4 layers:

1. Hardware Hardware consists of CPU, Main

memory, I/O Devices, etc,

2. Software (Operating System) Software includes process

management routines, memory management routines, I/O control routines, file management routines.

(Contd…)

Page 7: 01 operating systems final

STRUCTURE OF OPERATING SYSTEM (CONTD…):

3. System programs This layer consists of compilers,

Assemblers, linker etc.

4. Application programs This is dependent on users need. Ex.

Railway reservation system, Bank database management etc.,

Page 8: 01 operating systems final

OPERATING SYSTEMS FUNCTIONS: The main functions of operating systems

are:

1. Program creation2. Program execution3. Input/Output operations4. Error detection5. Resource allocation6. Accounting7. protection

Page 9: 01 operating systems final

FUNCTIONS OF OPERATING SYSTEMS Provide a user interface Run programs Manage hardware devices Organized file storage

7A-9

Page 10: 01 operating systems final

RUNNING PROGRAMS Many different applications supported System call

Provides consistent access to OS features Share information between programs

Copy and pasteObject Linking and Embedding

Page 11: 01 operating systems final

MANAGING HARDWARE Programs need to access hardware Interrupts

CPU is stoppedHardware device is accessed

Device drivers control the hardware

Page 12: 01 operating systems final

ORGANIZING FILES AND FOLDERS Organized storage Long file names Folders can be created and nested All storage devices work consistently

Page 13: 01 operating systems final

TYPES OF OPERATING SYSTEMS Real-time operating system

Very fast small OSBuilt into a deviceRespond quickly to user inputMP3 players, Medical devices

Page 14: 01 operating systems final

TYPES OF OPERATING SYSTEMS Single user/Single tasking OS

One user works on the systemPerforms one task at a timeMS-DOS and Palm OSTake up little space on diskRun on inexpensive computers

Page 15: 01 operating systems final

TYPES OF OS:Operating System can also be classified as,-

Single User Systems

Multi User Systems

Page 16: 01 operating systems final

SINGLE USER SYSTEMS:

Provides a platform for only one user at a time.

They are popularly associated with Desk Top operating system which run on standalone systems where no user accounts are required.

Example: DOS

Page 17: 01 operating systems final

MULTI-USER SYSTEMS:

Provides regulated access for a number of users by maintaining a database of known users.

Refers to computer systems that support two or more simultaneous users.

Another term for multi-user is time sharing.

Ex: All mainframes and  are multi-user systems.

Example: Unix

Page 18: 01 operating systems final

RAJSHER SINGH DUDHAN

CLASS 6-P