Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
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.
What is an operating system? Is it software?
Operating Systems Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
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.
Operating Systems CS101 – Autumn 2005 Wk04 - Lecture 1.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Understanding Computer Hardware Continued…. How fast is your computer? Depends on a lot of factors Depends on a lot of factors –Processor design –Clock.
Chapter 5 System Software.
Systems Software Operating Systems.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Week 6 Operating Systems.
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
Write today’s date and title in the front of your book. Underline it.
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
Systems Software & Operating systems
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
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
Operating Systems.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Standard Grade Computing System Software & Operating Systems.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Computer Parts. Two Basic Parts Hardware & Software.
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 The Five Parts of an Information System
Lecture 6 Operating System CSCS100 - Spring 2008 – Forman Christian College Asher Imtiaz Wajeeha Akram *Several of these slides have been adapted and modified.
© 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.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Computer Systems Nat 4/5 Computing Science Operating Systems.
Operating System Principles And Multitasking
Introduction to Computer Operating Systems
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.
Application Software System Software.
Operating Systems & Applications Software Lesson 8.
1 3 Computing System Fundamentals 3.3 Computer Systems.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Chapter 3: Software Explain the difference between systems software and application software
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Types of Software Chapter 2.
Operating Systems Morrison / WellsCLB: A Comp Guide to IC 3 3E 1 Morrison / Wells.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
9NL Ayomi Hasenclever.  You cant touch a software  It is stored in a computer or laptop  Allows the hardware to do something useful, without the software.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
1 Lesson 8 Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Operating System (Reference : OS[Silberschatz] + Norton 6e book slides)
System Software (1) The Operating System
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.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Systems Software / The Operating System CSC October 14, 2010.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
Nat 4/5 Computing Science Software
Operating Systems What an Operating System is.
Computer Systems – Hardware, Operating System, & Software
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
TYPES OFF OPERATING SYSTEM
Software Introduction
Nat 4/5 Computing Science Operating Systems
Functions of an operating system
Introduction to Computer Software
The Main Features of Operating Systems
LO2 – Understand Computer Software
Chapter 3 – Operating Systems
Function of Operating Systems
Presentation transcript:

Ch 26 & 27 Operating Systems

 Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system

 An operating system is a special piece of software that manages the general operation of a computer system.

 provide a user interface so that we can interact with the computer  manage applications that are running on the computer, starting them when the user requests, and stopping them when they are no longer needed

 manage files, helping us save our work, organise our files, find files that we have saved and load files  manage the computers memory, deciding what should be loaded into memory and what should be removed

 look after computer security, preventing unauthorized access to the system  manage the computer’s input and output hardware such as printers, etc.

 On its own, the hardware of a computer is a fairly useless lump of plastic and metal.

 (But still not very useful) Add in an operating system and you have a computer that actually works. +

 To do any useful work you will also have to add application software. + +

 Without an operating system, a computer is of little use.  But, just having an operating system running alone on a computer is also not very useful - we need to have application software (such as Word, Excel, etc.) so that we can actually do useful tasks with the computer.

 Windows XP  Windows Vista  Windows 7  Mac OS X  Linux  Unix  Sun  Ubuntu

An operating system is a bit like the manager of a factory - the manager’s job is to keep the factory running smoothly, to make sure all the sections of the factory work together, to check that deliveries arrive on time, etc. But, for the factory to actually make anything, other people (the workers) are required - the manager cannot make anything him/herself.

The general tasks for a typical operating system include:  Controlling the operation of the input, output and backing storage devices  Supervising the loading, runnig and storage of applications programs  Dealing with errors that occur in applications programs

 Other main tasks for a typical operating system include:  Maintaining the security of the whole computer system  Maintaining a computer log (which holds details of all the usage of the computer)  Allowing communication between the user and the computer system

 Communication between the user and the operating system is managed through the User Interface – this will be covered in a future lesson.