O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.

Slides:



Advertisements
Similar presentations
Operating-System Structures
Advertisements

Chapter 8: Operating Systems and Utility Programs
OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
What is an operating system? Is it software?
A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus.
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
Chapter 6 Review System Software: Operating Systems and Utilities.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Chapter 8 Operating Systems and Utility Programs.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
1 Chapter 2 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.
Operating Systems BTEC IT Practitioners.
Introduction to windows operating system i
The Operating System and the User Interface
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Operating systems.
Operating System.
SOFTWARE.
Week 6 Operating Systems.
Group 6 Comp 129 Chapter 4.  An operating system s a set of programs made to manage the resources of a computer.  The OS performs five basic functions:
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
SOFTWARE.
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
Software GCSE ICT.
WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
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.
◦ What is an Operating System? What is an Operating System? ◦ Operating System Objectives Operating System Objectives ◦ Services Provided by the Operating.
System Software CSCI-N 100 Department of Computer and Information Science.
The Role of the Operating System
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application.
W HAT IS AN O PERATING S YSTEM A program that acts as an intermediary between a user of a computer and the computer hardware. Operating system goals: Execute.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Application Software System Software.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 OS 1.
Operating Systems.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
L ECTURE -6 Topics: Introduction to Operating system. Functions of an Operating system. Classification of Operating systems.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
Systems Software / The Operating System CSC October 14, 2010.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
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.
System SOFTWARE.
Operating System and Utility Programs
2. OPERATING SYSTEM 2.1 Operating System Function
Chapter 4 – Introduction to Operating System Concepts
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
Chapter 4 The Power behind the Power
The Operating system Gives life to the hardware
4. OPERATING SYSTEM DONE BY DINESH.A.
The Main Features of Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
Introduction to Operating Systems
Necessary Background for OS
Presentation transcript:

O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO C OMPUTING Aug-Dec,2010

W HAT ' S OPERATING SYSTEM? OS, is a system software program that enables the computer hardware to communicate and operate with the computer software. It manages other resources of a computer System. Without a computer Operating System, a computer would be useless. Is the process of loading an Operating System in to a computer main memory Booting:

E VOLUTION OF OS Different generation of computers. Serial processing. Simple batch system multi-programmed batch system, IBSYS ‘60. Timesharing OS Parallel systems, Distributed systems, Real time systems, Embedded systems

R OLE OF AN O PERATING S YSTEM Operating System Input/output devices CPU Files & Directories Programs Controls Operates handlesManagers

F UNCTIONS OF O PERATING S YSTEMS controls and coordinates the use of the hardware OS controls and coordinates the use of the hardware among the various applications programs for various uses. OS acts as resource allocator and manager. Some Important Functions of OS are: Process Management Memory Management File Management Device Management Security Management Task Management

T YPES OF I NTERFACES : CLI – C OMMAND L INE I NTERFACE is a type of “user interface” that enable the users to interact with the Operating System by means issuing some specific commands. Examples: Unix & DOS command interface GUI - G RAPHICAL U SER I NTERFACE is a type of “user interface” that enable the users to interact with the Operating System by means of pint-and –click operations. contains graphics and icons commonly navigated by using a computer mouse. Examples: System 7.x, Windows 98, Windows CE

OPERATING SYSTEM TYPES As computers have progressed and developed so have the types of operating systems. types of Operating Systems: Batch Processing Multi-user Multitasking Time-Sharing Multiprogramming Multiprocessing Multithreading

B ATCH P ROCESSING – O PERATING S YSTEM allows for multiple users to use the same computer at the same time and/or different times. Examples: Linux, Unix, Windows 2000, Windows XP, Mac OS X M ULTI - USER – O PERATING S YSTEM Capable of executing only one job at a time. Jobs submitted by different users are grouped into batches and one batch of job is provided as input to computer at a time.

M ULTITASKING - O PERATING SYSTEM Multitasking is the execution of two or more programs by one user concurrently on the same computer with one central processor. Multitasking OS is capable of allowing multiple software processes to run at the same time. Examples: Unix Windows 2000 Windows XP Mac OS X

M ULTIPROGRAMMING - O PERATING SYSTEM Multiprogramming is the execution of two or more programs concurrently on a multiuser operating system. Examples: Unix Windows 2000 Windows XP Mac OS X

M ULTIPROCESSING – O PERATING S YSTEM Multiprocessing is the processing done by two or more computers or processors linked together to perform work simultaneously. Multiprocessing OS is capable of supporting and utilizing more than one computer processor. examples of multiprocessing Operating Systems. Linux Unix Windows 2000 Windows XP Mac OS X

M ULTITHREADING - O PERATING SYSTEMS that allow different parts of a software program to run concurrently. Examples: Linux, Unix, Windows 2000, Windows XP, Mac OS X M ULTI - SHARING - O PERATING SYSTEM A single computer processes the tasks of several users at different computers in round robin fashion. Examples: Unix, Windows 2000

P OPULAR O PERATING S YSTEM DOS Windows UNIX Linux MAC-OS

T HANK Y OU Questions?