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.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Lesson 4 0x Operating Systems.
Chapter 8 Operating Systems and Utility Programs
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs.
Today’s Agenda Chapter 4: System Software Chapter 4: System Software Chapter 5: Application Software Chapter 5: Application Software.
Computers Are Your Future © 2005 Prentice-Hall, Inc. Excerpts for V New York University.
Operating Systems: Software in the Background
1 Chapter 2 Operating Systems: Software in the Background.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
1 Copyright © 2003 Prentice Hall, Inc Slides created by Bob Koziel Excerpts from Chapter 5.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Living in a Digital World Discovering Computers 2010.
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
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE.
Operating Systems Operating System
CSCI-235 Micro-Computer in Science System Software.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4 System Software.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
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 JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
System Software CSCI-N 100 Department of Computer and Information Science.
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.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Module 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO 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.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Computers Are Your Future Tenth Edition Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
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.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
Computers Are Your Future Tenth Edition Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Today’s Agenda Chapter 4: System Software Chapter 4: System Software Chapter 5: Application Software Chapter 5: Application Software.
Computers: Tools for an Information Age
Lesson 4 0x Operating Systems.
Operating System Review
Computers Are Your Future Eleventh Edition
Computer Software.
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Operating System Review
Computers Are Your Future
Types of Software Mrs. S. Palmer Office Administration.
Presentation transcript:

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 Strengths and weaknesses of the most popular operating system The six essential utilities Data backup procedures System Software: Keeping the computer running smoothly Lesson 5

What is system software? All of the programs needed to keep the computer and it’s peripheral devices running smoothly Two major categories:  Operating system (OS)  System utilities

What is the purpose of the operating system (OS)? Starting the computer Managing programs Distributing memory Coordinates processor and peripheral devices Enables user to interact with computer

What happens when a computer starts? Cold booting process begins when power is turned on 1.ROM loads BIOS (basic input output system) into computer’s memory 2.BIOS conducts a Power-on-self-test (POST) to check the input/output system for operability 3.BIOS searches for OS; Settings in the CMOS (complementary metal-oxide semiconductor) determine where to look for OS 4.OS’s kernel ( essential OS components) are loaded into memory from storage 5.OS takes control of the computer

What happens when the OS takes control? 1. The system is configured from the OS registry 2.Drivers and utility programs are loaded into memory 3.System utilities ( volume control, antivirus software, etc) are loaded into memory 4. Authentication or user login occurs 5.User interface begins, enabling user interaction with computer programs

What is a user interface? The part of the operating system that enables the user to interact with it Two types of user interfaces:  Command-line- Requires the user to type keywords or commands to enter data or give instructions  Graphical user interface (GUI)- Uses a graphics environment made up of objects, icons, buttons and menus; User is able to use a pointing device (mouse, joy stick, etc) or keyboard to enter data and issue commands

Types of User interfaces Command-lineGraphical user interface

What are the different types of OS’s? Single- tasking- Only one application program runs at a time; Must close one program before starting another  MS DOS  PC DOS Multitasking- Many programs running at the same time; User may switch between programs at anytime  Windows 95, 98, NT, 2000, ME, CE and XP  Mac OS  UNIX  LINUX

Types of Operating Systems MS-DOS WINDOWS XPMAC OS LINUXUNIX

What is multitasking? Ability of the operating system to run more than one application program at a time Accomplished by:  Foreground application- Active program or program in use  Background application- Inactive programs or programs not in use

Multitasking

How does the OS manage memory? Allocates memory area for each running program; Keeps programs from interfering with each other Uses virtual memory as an extension of RAM; Pages of data and instructions are swapped between RAM and the hard drive if RAM is full Works with direct memory access (DMA) controller to permit peripherals access to RAM

Managing Virtual Memory

How does the OS handle input and output? The OS monitors input/output devices through interrupt handlers

UNIX Developed by AT&T in 1970’s First preemptive multitasking system Developed concept of file management and path names Client/server networking system Widely used by corporations

MS-DOS Developed for IBM PCs in 1981 Uses command-line interface Use is diminishing

MAC OS First to use graphical user interface in 1984 Easiest operating system for beginners

Windows 3.X Includes Windows 3.0, 3.1, 3.11 and Windows for Workgroups 3.1 Not a true operating system Uses cooperative multitasking

Windows 95 and 98 Windows 95  True operating system  Uses preemptive multitasking  Downward compatible with DOS  Considered a transitional system Windows 98  Improved version of Windows 95  More stable than Windows 95

Windows CE System used in PDAs or palmtops Runs simplified versions of windows programs Data can be transferred to PCs Includes handwriting and speech recognition

Windows NT and 2000 Windows NT  Designed for client/server systems  Two components: Windows NT Workstation Windows NT Server  Oriented to business needs  Offers security, remote administration, directory services and web server Windows 2000  Updated version of Windows NT Windows 2000 Professional Windows 2000 Server

Windows 2000

Windows ME Improved version of Windows 98 Designed for home users Support for home computer networks

Windows XP Replaces all previous versions of Windows Three versions:  Windows XP Home Edition  Windows XP Professional  Windows XP Server

Windows XP Media Center Edition 2005 Includes all of the updates since 2002 Experience more of the photos, music, television, movies, and games you want in any room of your home

Linux Developed in 1991 by UNIX Competes with Windows and MAC Powerful and Free Growing fast in acceptance Uses Apache web server

What are system utilities? Programs that help the operating system manage the computer system’s resources Types of utilities:  File management  File finders  Backup utilities  Antivirus software  File compression  Disk scanning  File defragmentation

What are file management utilities? Known as a file manager Enables the user to perform various tasks with files, folders, and directories on storage devices Tasks include:  Creating folders  Saving, deleting, copying and moving files and folders  Examining the contents of files  Launching application programs

What are file finders? A program that enables the user to find files on a storage device

What are backup utilities? A program that enables the user to copy data from the hard disk to another storage medium

What is antivirus software? A program that protects the computer from computer viruses

What is a file compression utility? A program that reduces the size of a file and combine multiple files and folders into one file

What is a disk scanning utility? A program that detects and fixes physical and logical problems on storage devices

What is a file defragmentation utility? A program that moves data on a storage device to improve performance

THE END