Operating System.

Slides:



Advertisements
Similar presentations
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
Advertisements

Silberschatz, Galvin and Gagne  Operating System Concepts Common System Components Process Management Main Memory Management File Management.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
By Mr. Abdalla A. Shaame.  An operating system is a software component that acts as the core of a computer system.  It performs various functions and.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Lecture By : Rupinder Kaur Lect. IT SRS Govt. Polytechnic college Ludhiana Topic : Overview of Operating System.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Introduction Operating Systems. No. 2 Contents Definition of an Operating System (OS) Role of an Operating System History of Operating Systems Classification.
Chapter 3: Operating-System Structures System Components Operating System Services System Calls System Programs System Structure Virtual Machines System.
UNIX and Shell Programming (06CS36)
Operating Systems.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Distributed System Concepts and Architectures 2.3 Services Fall 2011 Student: Fan Bai
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
UNIX and Shell Programming
Parts of the Computer System
Operating System Provides a set of services to system users Manages memory (primary and secondary) and I/O devices Exploits the hardware resources of one.
Computer Components: Software Computer Technology.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
3.Data Communications 3.3Network Operating Systems.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
System Components Operating System Services System Calls.
Operating System Structure Lecture: - Operating System Concepts Lecturer: - Pooja Sharma Computer Science Department, Punjabi University, Patiala.
1.3 Operating system services An operating system provide services to programs and to the users of the program. It provides an environment for the execution.
Chapter 2 Operating System Overview Dave Bremer Otago Polytechnic, N.Z. ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William.
Operating Systems {week 01.b}
ITC 4 ESO 3rd TERM Operating Systems YEAR
Operating Systems What an Operating System is.
Module 3: Operating-System Structures
Lecture 1-Part 2: Operating-System Structures
Applied Operating System Concepts
2. OPERATING SYSTEM 2.1 Operating System Function
Credits: 3 CIE: 50 Marks SEE:100 Marks Lab: Embedded and IOT Lab
Operating System.
Introduction to Operating Systems
Operating Systems Introduction
Operating System Structure
THE OPERATION SYSTEM The need for an operating system
Introduction to Operating System (OS)
OPERATING SYSTEM CONCEPTS & LINUX
Computer Technology Notes #3
OPERATING SYSTEM OVERVIEW
Chapter 1: Introduction
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Shell & Kernel Concepts in Operating System
What is an Operating System?
Chapter 2: System Structures
Computers: Tools for an Information Age
Unit 1: Introduction to Operating System
Functions of an operating system
Lecture 1-Part 2: Operating-System Structures
The Operating system Gives life to the hardware
Chapter 2: Operating-System Structures
Operating Systems Lecture 3.
Introduction to Operating Systems
Operating System Introduction.
Introduction to Operating Systems
Chapter 2: Operating-System Structures
Computers: Tools for an Information Age
An Introduction to Operating Systems
Overview of Computer system
Presentation transcript:

Operating System

What is Operating System An operating system (OS) is a collection of software that manages computer hardware resources and application programs and provides common services for computer programs. Eg: MS-Windows MS-DOS UNIX MAC-OS etc

Program Execution   Operating systems provides an environment where the user can conveniently run programs. Operating system takes care of the chores like memory allocation or multitasking or anything. Relieving the user from this burden.

I/O Operations The operating systems hides the user the details of underlying hardware for the I/O. All the user sees is that the I/O has been performed without concern by the user of the underlying details.

File System Manipulation The reading and writing to/from a file involves the exchange of information to/from secondary storage devices. The operating systems here makes it easier for user programs to accomplished their task that involves the services of secondary storage management.

Communications Operating systems helps communication between processes , when they need to exchange information. The processes may be on the same computer or on the different computers.

Error Detection An error may cause a failure in the functioning of system. Operating system constantly monitors the system for detecting the errors, their level and severity and takes appropriate actions according to the error.