Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Types of Operating System Unit 3 Section 4.1.

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Advertisements

P2 – Describe the purpose of different types of computer systems
Chapter 1:Introduction to the world of computers
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 Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
Elements of a Microprocessor system Central processing unit. This performs the arithmetic and logical operations, such as add/subtract, multiply/divide,
Introduction to the World of Computers
Operating Systems * Section A: Introduction * Section B: The importance of the operating system * Section C: Types of operating systems * Section D: Operating.
B1051 Fundementals of Information Technology (Intro)
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Installing software on personal computer
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
DC Chp 1 Jeopardy Review Section 1Section 2Section 3Section 4Section
Types of Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
SOFTWARE.
Module Designing Computer-based Information Systems
Laurie Shteir Temple University CIS Dept. Fasttrack to Computers.
Classification station
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
Chapter 4 System 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?
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
1 1 Computer  The computer is basically a digital machine that accepts inputs, process them, and provide outputs  Computers use electronic circuits to.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
Computers Parts/Types. Topics Definition Types of Computers Parts of Computer System Impact on Society.
Input and output (IO) systems Last week we considered the memory management layer of the operating system. This week we will look at another layer of the.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
1 The Five Parts of an Information 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.
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.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Parts of the Computer System
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Five SOFTWARE.
Outcome 1: Describe the structure and function of an operating system.
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.
Looking Inside the Computer System
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
Keyboard Computer Mouse Input devices is the information you put into the computer.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
Defining the terms assignment. I will define the following terms: computer literate, computer, storage, Data, Information, input, output, information processing.
CSC 480 Software Engineering Lecture 17 Nov 4, 2002.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
“Candidates were not advantaged by defining every type of operating system provided as examples in the explanatory notes of the standard. Candidates who.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Identify internal hardware devices (e. g
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
Types of Operating System
Technology Literacy Hardware.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Configuration for Network Security
TYPES OFF OPERATING SYSTEM
The Main Features of Operating Systems
LO2 – Understand Computer Software
Introduction to Operating Systems
Presentation transcript:

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Types of Operating System Unit 3 Section 4.1

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Types of operating system There are many different types of operating system. Some of the different types are: interactive, real- time, network, mobile device, embedded, desktop, server. They are not all mutually exclusive, e.g. you can have an operating system that is real-time and also embedded.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Interactive operating system The user interacts directly with the system. The user supplies commands and data. The results of processing are given to the user immediately. The user and the computer are in two-way communication. The operating system on your computer at home is likely to be an interactive OS.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Real-time operating system When an input is received it is processed in a timely manner. If no input is received in time then a time out will often happen and a default value will be used for the input. The output can affect the source of the inputs, so has to happen quickly enough for this to be possible. They normally need to be able to cope with multiple inputs happening at the same time. The Eden Project in Cornwall uses a real-time operating system on the computers used to monitor and control the environment in the greenhouses.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Network operating system This is a layer of software that is added to the operating system of a computer. It allows a computer to be connected to a network. It intercepts all commands that reference resources elsewhere on a network and redirects the request without the user knowing it is happening. In other words, it allows you to connect your computer to a network without you having to know how the network itself works.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Server operating system This is an OS that provides a specialised service to client machines on a network. Examples of services that may be provided include file storage, running applications, printer management and domain control. This specialisation results in a much better performance that could be achieved by a server conducting more general purpose processing.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Desktop operating system A general purpose operating system. Allows a user to carry out a large range of tasks and are very complex pieces of software. They tend to be written in a modular fashion to allow for easier updates. They take up a large amount of memory and take a while to load.

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Embedded operating system An embedded operating system is one that is placed inside a larger machine for the purpose of controlling that machine, e.g. a computer inside a DVD player. Inputs often come from sensors; outputs are usually actuators. They generally have no user interface (or a very limited one). Operating systems for these devices need to work with limited memory and processing power

Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Mobile device operating systems Mobile devices – like PDAs, mobile phones, mp3 players – need an operating system. They often need to work in real time to cope with multimedia applications. Processing power and memory on these devices can be quite limited. They may need to cope with maintaining a network connection that can vary in strength due to the mobility of the device.