Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.

Slides:



Advertisements
Similar presentations
including File Management
Advertisements

OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
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.
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.
Computer Main Parts.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Operating System.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
© Oxford University Press España S. A., 2012 Unit 2 Hardware and software.
Types of Operating System
SOFTWARE.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Introduction To Computer System
 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.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
◦ What is an Operating System? What is an Operating System? ◦ Operating System Objectives Operating System Objectives ◦ Services Provided by the Operating.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
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.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
Computer Systems Nat 4/5 Computing Science Operating Systems.
Computer Components: Software Computer Technology.
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.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Application Software System Software.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Operating Systems.
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
Copyright Prentice Hall, Inc. 1 Operating System Overview.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
 Refers to instructional information that directs the activities of computer hardware, or which helps the user control the computer.  Another name of.
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.
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Nature & Types of Software
Resource Management IB Computer Science.
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
Types of Operating System
Advanced OS Concepts (For OCR)
The Operating System Nick Sims.
THE OPERATION SYSTEM The need for an operating system
Introduction to Operating System (OS)
7 Operating system Foundations of Computer Science ã Cengage Learning.
TYPES OFF OPERATING SYSTEM
Systems Software Keywords Operating Systems
Nat 4/5 Computing Science Operating Systems
Functions of an operating system
Types of Software.
The Operating system Gives life to the hardware
Ainsley Smith Tel: Ex
Operating System Introduction.
The Main Features of Operating Systems
Chapter 3 – Operating Systems
Software - Operating Systems
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
Chapter 1: Introduction
An Introduction to Operating Systems
Presentation transcript:

Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics of different types of operating systems and their uses: batch, real-time, single-user, multi-user, multi-tasking and distributed systems; s.describe a range of applications requiring batch processing, and applications in which a rapid response is required;

Applications Software Operating system An Operating System (OS) is a piece of software that manages the computer's hardware and provides common services (memory allocation etc) to applications software and Users. Common Operating Systems include Microsoft Windows, Linux, Mac OS X. User Applications Software Operating System Hardware

Types of OS There are many different types of operating system each with very different capabilities. Some of the different types: Single user, single process Multi-programming Multi-user Batch Real time 6. Knowledge based

Single User - Single Process The operating system supervises the loading and running of one program at a time as well as the input and output of data from peripheral devices. Used in simple manufacturing environments.

Multi-programming\ Multi-tasking Multi Programming is defined as the apparent simultaneous execution of two or more programs. A Multi-programming operating system enables two or more programs to be held in memory at the same time. Each program is given a small amount of processor time before moving to the next program. This system makes efficient use of valuable processor time because when one program is held up waiting input\output the processor can be allocated to another program. It is the job of the operating system to maximise throughput while ensuring all jobs are completed in a reasonable time.

Multi - user A multi user operating system is defined as one that allows two or more users to communicate with the computer at any one time. Each user has their own monitor, keyboard etc but connects to the same computer. The processor gives a small amount of time to each user before moving on, as long as there aren't too many users each user has the impression only they are using the system.

Batch In Batch operating systems a job runs from beginning to end without intervention from the user. The running of Batch jobs is controlled by a program written in a JCL which specifies things like job priority, print lines, execution time required etc. Multi-programming systems were first developed so many Batch jobs could be run simultaneously.

Real time systems Real-time systems are used when data input must be processed immediately. Some times a delay of a few seconds is acceptable (ie booking your flight) sometimes it’s not (when the pilot wants to land).

Knowledge based systems Knowledge based systems (expert systems) attempt to replicate human knowledge on a specific area. They are able to store information and help users solve a problem. The main features of an expert system are: 1.Limited a specific area of expertise. 2. Rule based. 3. Delivers advice. Knowledge based systems consist of: A knowledge base of facts An interface 3. A way of using or manipulating the facts they have stored