Operating Systems What an Operating System is.

Slides:



Advertisements
Similar presentations
Operating System.
Advertisements

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 * Section A: Introduction * Section B: The importance of the operating system * Section C: Types of operating systems * Section D: Operating.
Operating Systems: Software in the Background
IT Systems Operating System EN230-1 Justin Champion C208 –
Computer Basics Flashcards #2
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Operating Systems Chapter 4.
Week 6 Operating Systems.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
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.
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.
Software GCSE COMPUTING.
Standard Grade Computing System Software & Operating Systems.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
© 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.
A computer is a machine that is used to store and process data electronically Computer Definition.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
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.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Systems Software / The Operating System CSC October 14, 2010.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
System SOFTWARE.
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Nature & Types of Software
Lecture 1-Part 2: Operating-System Structures
King Saud University- College OF Applied Studies
Operating System Review
Resource Management IB Computer Science.
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
THE OPERATION SYSTEM The need for an operating system
Introduction to Operating System (OS)
Operating Systems What are they and why do we need them?
TYPES OFF OPERATING SYSTEM
Chapter 4 The Power behind the Power
Computers Are Your Future
Operating System Review
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Software Introduction
Operating System Review
Functions of an operating system
Chapter 4 The Power behind the Power
Types of Software.
The Main Features of Operating Systems
Lecture 3: Main Memory.
LO2 – Understand Computer Software
Software - Operating Systems
Presentation transcript:

Operating Systems What an Operating System is. By the end of this session, you will know: What an Operating System is. The functions it performs.

Operating Systems What is it? An OS is a set of programs that controls how the hardware of a computer works… It is the means of communication between the user and the computer, deals with the loading and running of application programs and manages the transfer of data and files to and from the peripheral devices.

Applications Software Operating Systems The OS acts like a bridge between the applications software and the computer hardware. User Applications Software Users need applications software to carry out tasks, the software needs the operating system in order to communicate with the hardware. Operating System Computer Hardware

Operating Systems Functions: Accepts data from input devices and transfers it to the computer’s memory. Makes sure any output is sent to the correct output device. Manages the transfer of data between the computer’s memory and backing storage devices.

Operating Systems Functions: Allocates memory space to programs and data. Loads applications software into memory and controls the running of them. Deals with any errors that occur when a program is being run and informs the user.

Operating Systems Functions: …So, the OS is quite important! Provides a human computer interface for the user Provides special facilities for multiprogramming. Manages system security by restricting access to prevent unauthorised access to the system. …So, the OS is quite important!

Examples of operating systems There are a number of operating systems that you could use on your computer. The one that you are most likely to be familiar with is one of the Microsoft Windows operating systems. Almost all personal computers are loaded with Windows before you purchase them and most schools use a network version.

If you use an Apple Mac computer then you will be familiar with Apple's unique operating system, Mac OS. Many people find this far easier and more intuitive than Microsoft's Windows versions.

Linux is an alternative operating system for most computers Linux is an alternative operating system for most computers. It has the advantage of being free of charge. This is because it is 'open source' software.

Which 3 of the following is an OS responsible for? Operating Systems Question! Which 3 of the following is an OS responsible for? Transferring data to a printer? Allocating storage space on a disk? Positioning text in a word processing document? Finding a database record? Accepting keyboard input? Adding colour to a drawing on screen?

SELF ASSESSMENT One of the roles of an operating system is to allocate - A well known brand of operating system – 3. Which operating system would a Mainframe computer use? Windows,Mac-OS,Unix,Office 4. Which operating system would a desktop PC most often use? Windows,Unix,Office,Linux 5. Software and hardware cannot communicate without an ____________

Rubrics Q.Nos Answers Marks (1) (0) 1. Resources Correct wrong 2. (1) (0) 1. Resources Correct wrong 2. Windows 3. Unix 4. 5. Operating System

RECAP

Tasks of the operating system

Next Class Will be studying about : Multiprogramming Multitasking Multiuser

Operating System Learning Onjectives: 1) Recap of Previous Class: Definition of OS, Tasks, Examples. 2) What are Multiprogramming, Multitasking, Multiuser?

A multiprogramming OS holds more than one program in memory. Operating Systems Multiprogramming: A multiprogramming OS holds more than one program in memory. There are 2 Types of Multiprogramming OS you need to know : Multitasking and Multiuser

Operating Systems Multitasking: A Multitasking OS allows two or more programs to run at the same time. …It’s like having MS Word, iTunes and Solitaire open on your computer at the same time!

Operating Systems Multitasking: Multitasking is allowed as the OS swaps each program in and out of memory in turn when needed. The program not being used is temporarily stored on the backing storage until needed again.

Operating Systems Multitasking: CPU Backing Store Program A (Not used) Program C (Being used) Program B (Just used)

Operating Systems Multiuser: A Multiuser OS allows many different users at different terminals (in a network) to share the processing time on a central computer.

Operating Systems Multiuser: This is allowed as the OS switches quickly between the terminals and giving each one a small amount of processing time on the central computer (called a time slice).

Processing power will be given in a ‘round robin’ way! Operating Systems Multiuser: Terminal 2 Terminal 1 Central Computer OS Terminal 3 Terminal 4 Processing power will be given in a ‘round robin’ way!

PEER ASSESSMENT ____________ is allowed as the OS swaps each program in and out of memory in turn when needed. The program not being used is temporarily stored on the __________until needed again. An operating system that can be used by many people at once. An operating system that is designed for use by one person at a time - 5. There are 2 Types of Multiprogramming OS ____________ & ________________

Rubrics Q.Nos Answers Marks (1) (0) 1. Multitasking Correct wrong 2. (1) (0) 1. Multitasking Correct wrong 2. Backing storage 3. Multiuser 4. Singleuser 5. Both Correct – 1 If one correct - ½ Both wrong