OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

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.
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Operating Systems * Section A: Introduction * Section B: The importance of the operating system * Section C: Types of operating systems * Section D: Operating.
Introduction to Operating Systems CS-2301 B-term Introduction to Operating Systems CS-2301, System Programming for Non-majors (Slides include materials.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Operating Systems: Software in the Background
Understanding Operating Systems 1 Overview Introduction Operating System Components Machine Hardware Types of Operating Systems Brief History of Operating.
CS101 Introduction to Computing Lecture 11 Operating Systems
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Operating System.
Week 6 Operating Systems.
Computer for Health Sciences
IT Introduction to Information Technology CHAPTER 08 – Operating System.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
OPERATING SYSTEMS UNIT – I R.SOUJANYA IT Dept. UNIT I Computer System and Operating System Overview Chapter 1: IntroductionIntroduction Overview of Computer.
Operating System What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. An operating.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating System Principles And Multitasking
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Application Software System Software.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Types of OS and OS Components
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 3 Types of Software.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Computer Operating Systems And Software applications.
Principles of Information Systems, Sixth Edition 1 Software: Systems and Application Software Chapter 4.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
Computer Software. Two Major Types of SW System SW Programs that generally perform the background tasks in a computer. These programs, many times, talk.
Systems Software / The Operating System CSC October 14, 2010.
CT101: Computing Systems Introduction to Operating Systems.
1 OPERATING SYSTEMS. 2 CONTENTS 1.What is an Operating System? 2.OS Functions 3.OS Services 4.Structure of OS 5.Evolution of OS.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Software.
Operating System and Utility Programs
Nature & Types of Software
THE OPERATION SYSTEM The need for an operating system
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
TYPES OFF OPERATING SYSTEM
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Chapter 1: Introduction
Lecture 1: Introduction to Network Operating Systems
Shell & Kernel Concepts in Operating System
Introduction to Computer Software
The Operating system Gives life to the hardware
Lecture 09 & 10 Operating Systems Network, Communication, OSI.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
Introduction to Operating Systems
Lecture 1: Introduction to Network Operating Systems
Presentation transcript:

OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first program loaded into the computer by a boot program and remains in memory at all times. In other words, it’s what runs your computer

Functions of an Operating system 1. Processor Management duty of processor to different tasks being performed by the computer system. 2. Memory Management allocation of main memory and other storage areas to the system programs as well as user programs and data. 3. Input/output Management coordination and assignment of the different output and input device while one or more programs are being executed.

4. File Management the storage of file of various storage devices to another. It also allows all files to be easily changed and modified through the use of text editors or some other files manipulation routines. 5. Establishment and enforcement of a priority system. it determines and maintains the order in which jobs are to be executed in the computer system. 6. Automatic transition from job to job as directed by special control statements. 7. Interpretation of commands and instructions. 8. Coordination and assignment of compilers, assemblers, utility programs, and other software to the various user of the computer system. 9. Facilities easy communication between the computer system and the computer operator (human). It also establishes data security and integrity.

Components of Operating system The kernel, which represents the operating system's basic functions such as management of memory, processes, files, main inputs/outputs and communication functionalities. The shell, allowing communication with the operating system via a control language, letting the user control the peripherals without knowing the characteristics of the hardware used, management of physical addresses, etc. The file system, allowing files to be recorded in a tree structure. 

4 Types of Operating System Real-Time Operating System (RTOS) Single-User, Single Task Single-User, Multi-Tasking Multi-User

Real time Operating System (RTOS) Used to run computers embedded in machinery, robots, scientific instruments and industrial systems. Typically, it has little user interaction capability, and no end-user utilities, since the system will be a "sealed box" when delivered for use. An important part of an RTOS is managing the resources of the computer so that a particular operation executes in precisely the same amount of time every time it occurs Examples: Wind River, QNX, Real-time Linux, Real-time Windows NT

Single-User, Single Task   OS designed to manage the computer so that one user can effectively do one thing at a time The Palm OS used in many palmtop computers (PDA's) is an example of a single-user, single-task OS 59

Single-User, Multi-Tasking Lets a single user interact with several programs, simultaneously Most popular OS Used by most all PC's and Laptops Examples: Windows, Mac OS, Linux

Multi-User A multi-user OS allows many users to take advantage of the computer's resources, simultaneously The OS must make sure that the requirements of the various users are balanced, and that the programs they are using each have sufficient and separate resources so that a problem with one user doesn't affect any of the other users. Examples: Linux, Unix, VMS and mainframe OS, such as MVS

Examples of Operating System Windows 7, Vista, XP Mac OS Unix Linux Embedded Operating system

Advantages of Operating System Easy to use User friendly Intermediate between all hardware and software of the system

Disadvantages of Operating System If any problems affected in OS, you may lose all the contents which have been stored already Unwanted user can use your own system Compatibility