Types of computer operation. There a several different methods of operation. Most computers can undertake each of these simultaneously. These methods.

Slides:



Advertisements
Similar presentations
Ch 26.
Advertisements

including File Management
?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
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.
Chapter 3 Operating Systems. Chapter 3 Operating Systems 3.1 The Evolution of Operating Systems 3.1 The Evolution of Operating Systems 3.2 Operating System.
Types of Operating Systems
Group SIX Lu ping Strahan Yin Tong. Input Devices.
Types of Operating System
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
SOFTWARE.
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Communications. How do computers work?  Computer is made up of many different parts  Receives input from user  Processes information  Produces an.
1. Outline 4 functions of a typical operating system of a PC(4) Resource management Operating systems organise how to: Load programs from backing storage.
 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.
Dawn Pedersen. Flick the switch… What happens when you turn a computer on?
Chapter 1: Introduction to oerating system
Part one. overview  Operating system is the software that controls the overall operation of a computer.  It provide the interface by which a user can.
Standard Grade Computing System Software & 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.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Types of Operating System Unit 3 Section 4.1.
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.
1 Components of a Computer System Lesson 17: Modes Of Use.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Types of Processing. Data Processing Types of Processing Batch processing Interactive processing Real Time processing.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
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.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Outcome 1: Describe the structure and function of an operating system.
INFORMATION TECHNOLOGY
Application Software System Software.
The Functions of Operating Systems Scheduling(multi-programming)
ISG We build general capability Introduction to Olympus Shawn T. Brown, PhD ISG MISSION 2.0 Lead Director of Public Health Applications Pittsburgh Supercomputing.
Typical Computer System. What's an O.S. and What Does it Do? Software extensions to Hardware Provides for efficient control of and access to system facilities.
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.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
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.
The operating system may be loaded into the computers memory in two ways.  it is already present in ROM (so is permanent, immediately accessible and.
Computer Systems Nat 4/5 Computing Science
2. OPERATING SYSTEM 2.1 Operating System Function
Introduction.
Operating System.
Types of Operating System
The Operating System Nick Sims.
Operating Systems What are they and why do we need them?
TYPES OFF OPERATING SYSTEM
OPERATING SYSTEMS.
Intel Microprocessor.
Unit I Flash Cards Start.
The Operating system Gives life to the hardware
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
The Main Features of Operating Systems
Process Management -Compiled for CSIT
Introduction to Operating Systems
Operating System Overview
Process Management -Compiled for CSIT
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Presentation transcript:

Types of computer operation

There a several different methods of operation. Most computers can undertake each of these simultaneously. These methods of operation are: Single program mode Multitasking mode Multiuser mode Multiprocessor mode Batch mode Real time mode

Single program mode is where one program is being run on one computer at a particular time.

Multitasking takes place when two or more programs are being run on one computer at the same time. In order for this to happen, the operating system shares the processor time between the tasks.

Multiusing takes place when two or more computers are being run on the same system at the same time. The operating system shares the processor time between the computers. This share of processor time is called a TIME SLICE.

In a larger computer system that contains several processors, the multiprocessor mode allows the processors to work together and to share the same memory.

In larger computer systems it is sometimes more efficient to group together programs (in a BATCH) before they are run through the computer system (e.g. a company payroll). Whilst the computer system is operating in batch mode, no user input can take place.

Real time mode is used in computers that have to react very quickly to inputs that require immediate outputs (e.g. aircraft ‘fly-by-wire’ controls).