Systems Software / The Operating System CSC 101 1.0 October 14, 2010.

Slides:



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

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Today’s Agenda Chapter 4: System Software Chapter 4: System Software Chapter 5: Application Software Chapter 5: Application Software.
Operating Systems: Software in the Background
1 Chapter 2 Operating Systems: Software in the Background.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Introduction to windows operating system i
The Operating System and the User Interface
Operating Systems.
LECTURE 14 Operating Systems and Utility Programs
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
System Software Operating System Boot Process Files Misc.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
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.
Week 6 Operating Systems.
Lesson 4 Computer Software
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Group 6 Comp 129 Chapter 4.  An operating system s a set of programs made to manage the resources of a computer.  The OS performs five basic functions:
Systems Software CSC 101 Unit 2 CSC 101 Unit 2. Software A collection of instructions that tells the computer what to do.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Chapter 4 System Software.
Standard Grade Computing System Software & Operating Systems.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
University of Management & Technology 1 Operating Systems & Utility Programs.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
How Hardware and Software Work Together
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
© 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.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Computer Systems Nat 4/5 Computing Science Operating Systems.
© 2009 Prentice-Hall, Inc. 1 Chapter 4 Using System Software: The Operating System, Utility Programs, and File Management Computer Skills For Preparatory.
Chapter 5 Presentation Meghan McCabe & Abby Lane Chapter 5 : Lane & McCabe.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Application Software System Software.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
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.
Computer Operating Systems And Software applications.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Software.
Operating System & Application Software
Chapter Objectives In this chapter, you will learn:
Operating System Review
Chapter 5: Using System Software
Computer Software.
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Operating System Review
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Nat 4/5 Computing Science Operating Systems
Operating System Review
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Software - Operating Systems
Presentation transcript:

Systems Software / The Operating System CSC October 14, 2010

What is Software? Intangible A file Performs tasks / jobs A set of instruction Run/executed by the Central Processing Unit (CPU) Must be in the computer’s memory to run

Two Types of Software Systems Software Applications Software

What is Systems Software Controls the system – Hardware – Software – Input / Output (I/O) Middle man Comprised of – Operating system (OS) – Utility Programs

Platform Computer processor & operating system

Flavor Version of an operating system

Systems Software Programs Mainframe computers – Unix Desktop / Laptop computers – Windows – Mac OSX – Linux

Unix Bell AT&T labs Runs on large computers

Windows Microsoft Bill Gates Leading market share Windows 3.1 Windows 9 Windows 98 Windows ME Windows 2000 Windows NT Windows XP Windows Vista Windows 7

Mac OSX Apple Computers Steve Jobs Control hardware & software Based on Unix

Linux Linus Tovalds Open source Based on Unix Free Distros

Operating System Parts Kernel – Heart of the operating system – Must be in memory while the computer is running – All the important tasks the OS must do User Interface – How a human gives commands to the OS

Types of Operating Systems Classify by Users – Single User – Multiple User Classify by Task – Single Task – Multitasking Real-time Systems

Operating System Jobs Controls the hardware Controls all the other software programs

Managing the Processor Controls the timing of events the processor works on REQUEST Operating System

Managing Memory The operating system allocates space in RAM for instructions and data RAM Operating System

Managing Peripheral Devices Co-ordinates system hardware Device drivers – Small programs – How to communicate with a device Plug and Play – Device device drivers included with systems software – Makes devices immediately usable

Managing Storage Handles where files are placed on a storage device Retrieves files from storage device & puts them in memory Remembers file details File allocation table / File allocation system

Application Software Interface Requests made by application programs to the OS – Save a document – Print a document – Open a document – Send an – Play a song

User Interface Enables you to interact with the computer Types of interfaces: – Command-driven interface – Menu-driven interface – Graphical user interface

Utility Programs Additional small programs Maybe added on later Help with maintenance Make the computer easier to use – Task Scheduler – Defrag – Screen savers – Install/ uninstall wizard

The Boot Process Step 1: The basic input/output system (BIOS) is activated Step 2: A power-on self-test (POST) checks attached hardware Step 3: The operating system loads into RAM Step 4: Configuration and customization settings are checked