Operating Systems. Operating System  A program running in a computer from the moment it is switched on.  Part of the Systems Software of the computer.

Slides:



Advertisements
Similar presentations
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Advertisements

including File Management
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Operating System.
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Computer Parts There are many parts that work together to make a computer work.
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Systems Software Operating Systems.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
© Oxford University Press España S. A., 2012 Unit 2 Hardware and software.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
SOFTWARE.
Slide 1 System Software Software The term that we use for all the programs and data that we use with a computer system. Two types of software: Program.
Systems Software & Operating systems
Software Computer Systems Standard Grade Computing Studies Clydebank HIGH SCHOOL Computing Department.
There are different types of translator. An Interpreter Interpreters translate one instruction at a time from a high level language into machine code every.
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?
General Purpose Package GPPs are a group of programs which include:- word processors; databases; spreadsheets; graphics packages; desk top publishing.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics & Keyboarding. What Is A Computer? An electronic device operating under the control of instructions stored in its own memory unit An electronic.
Standard Grade Computing System Software & Operating Systems.
Introduction to Computers
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Computer Components Checklist There are many parts that work together to make a computer work.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
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.
Parts of a Computer - Introduction
Computer Basics & Keyboarding. What Is A Computer? An electronic device operating under the control of instructions stored in its own memory unit An electronic.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Operating and Filing Systems Standard Grade1 Operating and Filing Systems Standard Grade Computing Studies.
There are many parts that work together to make a computer work. System Unit Computer Parts.
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.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Chapter 3: Software Explain the difference between systems software and application software
Digital Literacy: Computer Basics
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Identify internal hardware devices (e. g
Introduction to Computers Mrs. Gambucci
Section 2.1 Section 2.2 Identify hardware
Operating Systems & System Software
Nature & Types of Software
Operating System Review
Operating System.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Operating Systems What are they and why do we need them?
Operating System Review
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
OPERATING SYSTEMS.
Operating System Review
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
There are different types of translator.
The Main Features of Operating Systems
Software - Operating Systems
Windows.
Windows 10 An Operating System
Presentation transcript:

Operating Systems

Operating System  A program running in a computer from the moment it is switched on.  Part of the Systems Software of the computer.  It is needed to control how the computer works and to control any devices attached to the computer.  The CPU works much faster than its peripheral devices. The operating system co-ordinates all of the activities of a computer system so that the CPU is used efficiently.  For example Windows XP and MacIntosh OS

What does an Operating System do? 1.It checks all input devices: keyboard for key presses and mouse for movement and button presses. 2.It manages the sending of data to output devices like the screen and the printer 3.It controls where programs and data are placed in the main memory. 4.It manages the filing system 5.In some network systems it controls the security of the system. 6.Provides a human computer interface (HCI) to the user 7.Lets the user know if any mistakes have occurred.

Summary of OS Functions Memory Management Controls where data and programs are placed in memory. File Management Organises data that is sent to backing storage and controls the loading of files into memory. Input/Output Controls input and output devices. Job Scheduler Organises the way in which different tasks are carried out.

Error Reporting Informs the user if any problems occur. Human Computer Interface Most computer systems use a graphical user interface (GUI). One type of graphical user interface is a WIMP system. The Operating System controls the way the WIMP system works. The user may choose to tailor or customise the WIMP system to suit their own preference.

Types of Operating Systems Real Time Systems Interactive Systems

Real Time Systems Immediate response. Provides accurate and up to date information at any one time although many alterations are made continuously. Examples:  Booking an aeroplane seat. If the information is not up to date then more than one person could book the same seat.  Guidance systems for rockets and space crafts.  Monitoring equipment for nuclear or chemical plant.

Interactive Systems An interactive system, used by most computers, responds immediately to user commands. Example:  Bar code read at the checkout till gives the price and name of item.

Interactive Systems with Background Job Capability Interactive operating systems can spend a large amount of time waiting for something to happen. Other tasks can be carried out in this idle time. These tasks are called background jobs/tasks and are suspended as soon as the main task requires the processor. Credit

Example of Background Job Most time in a word processor is spent waiting for characters to be typed in at a keyboard. The OS can use these gaps to share out the processor between word processing and background printing. The sending of data to the printer is carried out by the CPU in-between each key press. This means that you don’t have to wait for the printer to finish before you can continue using the computer. See Walsh page 273 for more info example

Device Driver A program which is an add-on to the Operating System to allow the computer to operate a particular device which is attached to it. Eg) if you buy a new printer, scanner or digital camera for your computer system then you will need to load a new device driver so that the device will operate correctly. This is usually supplied on a CD-ROM and must be loaded when the new device is installed for the first time. Credit

Printer Driver A printer driver takes the codes used in the document and translates them into the appropriate code for the type of printer in use. Credit

Printers can produce many different printing styles such as underline, bold, italic, and different type faces such as Times New Roman, Courier, Comic Sans, Arial, Harrington, Chiller, Gigi Before a printer can produce these styles, it must have the correct code sent to it from the computer. The code which is required for any given style is different depending on the style of printer that is in use. Eg) one code may produce bold print on a Brother laser printer and italic print on an Epson inkjet printer. A program driver program is used to overcome this problem.

Filing Systems The OS is responsible for the information stored on backing storage. It has to maintain information on:  How many files there are  Where the files are located on the disc  How large the files are Each time a file is modified, added or deleted the catalogue is updated.

Directories and Catalogues A catalogue is a list of all the files or programs stored in a directory. A directory (folder) is an area on backing storage where files are stored.

Types of Files 2 main types of files :  Data File  Program File

Data File Contains the data to be operated on by programs or applications. Example: Text produced by a word processing program.

Program File These contain the instructions telling the computer what to do make a particular program or application work. Example : Word Processing Programs like Microsoft Word, Claris Works etc.

Hierarchical Filing System This filing system allows different levels to be set up and so files can be grouped together as the user wishes. It is organised into sub-directories and folders. Credit

Example of Hierarchical Filing System Root WordProcessing Folder Database Folder Spreadsheet Folder Diary Moon Soccer Tables Tables 2 File Folder

Example of Hierarchical Filing System Folder Root Sub Folder File

Advantages – Hierarchical Filing Systems Files can be organised better into folders and sub-folders. Files can have the same names if they are in different folders. Each folder will have fewer files in it, so its easier to view the complete catalogue on screen at one time.

Disadvantages – Hierarchical Filing Systems Easy to over-organise your work and have too many levels of folders, making it hard to find things. More memory used.

Sequential + Direct (random) access devices Tape = Sequential access as the data can only be read back in sequence. Disks=Direct access because the the read/write head on the disc can go straight to the track where the data is stored, without having to read all the data in between. Credit

John Walsh Questions Answer the Foundation, General and Credit questions on pages 276 and 277.