OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

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.
© Paradigm Publishing, Inc.
Objectives Overview Define an operating system
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Chapter 8 Operating Systems and Utility Programs.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
The Operating System and the User Interface
Tutorial 1 Exploring the Windows 7 Operating System
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
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 The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
SOFTWARE.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
University of Management & Technology 1 Operating Systems & Utility Programs.
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Explain the purpose of an operating system
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 TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating 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.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Computer Components: Software Computer Technology.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Computing Fundamentals Module Lesson 23 — Computer Software
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
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.
Operating System and Utility Programs
Computers: Tools for an Information Age
Introduction to comp. and prog. CS 101 G 964
Operating System Review
Chapter 5: Using System Software
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Review
Operating System Review
Presentation transcript:

OPERATING SYSTEM

- program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware in the computer, peripherals, manages memory and files. - enables the user to communicate with the computer and other software

TYPES PC platform OS Cross-platform OS Disk Operating System (DOS) -Used command line interface -Closed source Microsoft Windows -Used GUI (graphical User Interface) -Closed source Disk Operating System (DOS) -Used command line interface -Closed source Microsoft Windows -Used GUI (graphical User Interface) -Closed source UNIX -Multitasking OS -Command line interface/ GUI LINUX -Open source -GUI UNIX -Multitasking OS -Command line interface/ GUI LINUX -Open source -GUI Apple platform OS Mac OS -GUI -Closed source Mac OS X -Multitasking OS -Close source Mac OS -GUI -Closed source Mac OS X -Multitasking OS -Close source

Function of OS Starting the computer Providing a user interface Managing data and programs Managing memory Configuring devices

When we start a computer, it loads the operating system into the computer's memory. This process is called booting. to load and initialize the operating system on a computer machine. It can happen in two ways: warm boot or cold boot.

From the user's perspective, the most important function of an operating system, is providing the user interface. The user interface typically enables users: -to start an application program -to shut down the computer safely by following the correct procedures Command-Line Menu-DrivenGUI Types of OS

In the early days of personal computing, single-tasking operating systems could run only one application at a time. Multitasking operating systems enable users to work with two or more application programs at the same time.

The computer's operating system is responsible for managing memory such as: optimizing the use of random access memory (RAM) allocating data and instruction to an area of memory while being processed monitoring the contents of memory releasing data and instructions from being monitored in memory when the process is done

Another function of an operating system is handling input and output, as well as enabling communication with input and output devices. Most operating systems come with drivers for popular input and output devices.

Differences Between Dos And Windows Display Disk Operating System Windows Command lineIcon based difficult to use because it requires exact spelling, syntax or a set of rules of entering commands and punctuation. Easy to interact with buttons, icons and other graphical objects to issue commands. Single taskingMulti tasking