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.

Slides:



Advertisements
Similar presentations
CSC 360- Instructor: K. Wu Overview of Operating Systems.
Advertisements

Operating System.
COURSE: COMPUTER PLATFORMS
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Operating Systems: Software in the Background
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
 Introduction Introduction  Definition of Operating System Definition of Operating System  Abstract View of OperatingSystem Abstract View of OperatingSystem.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
9/14/2015B.Ramamurthy1 Operating Systems : Overview Bina Ramamurthy CSE421/521.
Operating Systems.  Operating System Support Operating System Support  OS As User/Computer Interface OS As User/Computer Interface  OS As Resource.
CHAPTER 2 OPERATING SYSTEM OVERVIEW 1. Operating System Operating System Definition A program that controls the execution of application programs and.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
 What is an operating system? What is an operating system?  Where does the OS fit in? Where does the OS fit in?  Services provided by an OS Services.
 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.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
◦ What is an Operating System? What is an Operating System? ◦ Operating System Objectives Operating System Objectives ◦ Services Provided by the Operating.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
Computers Operating System Essentials. Operating Systems PROGRAM HARDWARE OPERATING SYSTEM.
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.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Operating System Principles And Multitasking
CPSC 171 Introduction to Computer Science System Software and Virtual Machines.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Operating Systems.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
Introduction to Operating System. 1.1 What is Operating System? An operating system is a program that manages the computer hardware. It also provides.
MULTIMEDIA TECHNOLOGY SMM 3001 OPERATING SYSTEM. how operating systems software manage the computer how operating systems software manage the computer.
L ECTURE -6 Topics: Introduction to Operating system. Functions of an Operating system. Classification of Operating systems.
Systems Software / The Operating System CSC October 14, 2010.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
 Operating system.  Functions and components of OS.  Types of OS.  Process and a program.  Real time operating system (RTOS).
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.
Operating Systems & System Software
Applied Operating System Concepts
2. OPERATING SYSTEM 2.1 Operating System Function
Operating Systems : Overview
Operating System.
Introduction to Operating System (OS)
MOBILE DEVICE OPERATING SYSTEM
TYPES OFF OPERATING SYSTEM
What is an Operating System?
OPERATING SYSTEM OVERVIEW
OPERATING SYSTEMS.
Operating Systems : Overview
Operating Systems Bina Ramamurthy CSE421 11/27/2018 B.Ramamurthy.
CGS 3763 Operating Systems Concepts Spring 2013
Tiers vs. Layers.
Operating Systems : Overview
Computer software 2.
Unit 1: Introduction to Operating System
Functions of an operating system
Introduction to Operating Systems
Operating Systems : Overview
Operating Systems : Overview
Operating Systems : Overview
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Software - Operating Systems
Chapter 2 Operating System Overview
Necessary Background for OS
Presentation transcript:

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.

Ajmer Singh PGT(IP) Need of Operating System Operating system provides a software platform, on top of which, other programs, called application programs are run.

Ajmer Singh PGT(IP) Major Functions of an Operating System Communicate with hardware and the attached devices [Device Manager] Manage different types of memories [Memory Manager] Provide a user interface [Interface Manager] Provide a structure for accessing an application [Program Manager]

Ajmer Singh PGT(IP) Major Functions of an Operating System Communicate with hardware and the attached devices [Device Manager] Manage different types of memories [Memory Manager] Provide a user interface [Interface Manager] Provide a structure for accessing an application [Program Manager]

Ajmer Singh PGT(IP) Major Functions of an Operating System Enable users to manipulate programs and data [Task Manager] Manage the files, folders and directory systems on a computer [File Manager] Provide basic networking structure for LAN and Internet [Network Manager] A smart OS also provides a minimal security to the computer system through authorization (user name) and authentications (password) [Security manager]

Ajmer Singh PGT(IP) Types of Operating System  Single Program OS: In this, only one user program can be supported and executed at any time.  Multiprogram OS: In this, more than one user program can be supported and executed.  Time Sharing OS: In this, each active user program is given a fair share of CPU time, if the time elapses or an I/O operation is requested, CPU shifts over to the next program waiting and the previous program is put to wait.

Ajmer Singh PGT(IP) Types of Operating System  Real Time OS: In this, jobs have fixed deadlines and the jobs have to be completed within their deadlines.  Multiprocessing OS: It is capable of handling more than one processor.