Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.

Slides:



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

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Chapter 8 Operating Systems and Utility Programs.
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.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Computers Are Your Future © 2005 Prentice-Hall, Inc. Excerpts for V New York University.
Operating Systems: Software in the Background
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computers Are Your Future Twelfth Edition
Chapter 5 System Software.
1 Copyright © 2003 Prentice Hall, Inc Slides created by Bob Koziel Excerpts from Chapter 5.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems System Software Chapter 4.
System Software 1. System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Chapter 1 Computer History, Fundamentals, and Operating Systems.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Lesson 6 Operating Systems and Software
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4 System Software.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
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.
Visualizing Technology© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation To Accompany Chapter 6 System Software.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Computers Are Your Future Tenth Edition Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Computers Lesson 4 th Quarter System Software 1. System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 2.
System Software 1. List the two major components of system software. List the five basic functions of an operating system. Explain why a computer needs.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Information Technology INT1001 Lecture 6 Computer Software 1.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
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.
Stand-Alone Operating Systems Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
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.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Computers Are Your Future Twelfth Edition
Computers: Tools for an Information Age
Discovering Computers 2012: Chapter 8
Computers Are Your Future Eleventh Edition
Chapter 8 Operating Systems and Utility Programs.
Computers Are Your Future Twelfth Edition
Computers Are Your Future Twelfth Edition
TexPREP Summer Camp Computer Science
Computers Are Your Future Twelfth Edition
Computers Are Your Future Twelfth Edition
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Computers Are Your Future Twelfth Edition
Chapter 4.
Computers Are Your Future
Operating System Review
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Computers Are Your Future Twelfth Edition
Presentation transcript:

Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1

System Software System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into two main categories: Operating System Utility Programs Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 2

Five basic functions o Starts the computer o Manages applications o Manages memory o Handles input and output device messages o Provides a user interface for communication The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 3

The Operating System Operation System (OS) o Programs that coordinates: Interactions of hardware components to each other Interaction between application software and computer hardware o Manages computers resources (i.e. RAM) o Usually stored on hard disk o Stored on memory chip on handheld computers Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 4

Starting the computer o Bootingloading the OS into RAM Cold boot - Starting computer when it has not yet been turned on Warm boot - Restarting a computer that is already on o Restart Keys - Ctrl + Alt + Del The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 5

The Operating System Managing applications o Multitasking operating systemspermit more than one application to run at the same time Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6

Managing Memory o RAM – located on motherboard to hold programs and data o Virtual memoryuses portion of hard disk to extend RAM o Adding more RAM best way to improve computer performance: Adding more RAM Accessing data from hard disk is slower than accessing from RAM The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 7

The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 8

Coordinating tasks o Device Drivers utility programs that enable communications between a computer and peripheral devices o Interruptssignals that notify OS that something has happened and action is needed The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9

The Operating System Providing the user interface o Allows the user to: Start application programs Manage storage devices Safely shut down the computer Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 10

Types of user interfaces o Graphical user interface (GUI) o Menu-driven user interface o Command-line user interface The Operating System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 11

The Operating System Types of user interfaces o Graphical user interface (GUI) Uses iconssmall images that represent computer options Most popular Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 12

Stand-Alone Operating Systems Microsoft Windows 7 o Six versions Mac OS o Used on Macintosh personal computers o Stable, simple to use UNIX o Hard to usedefaults to a command-line user interface Linux o Open source softwaresource code is available to users o Powerful, free Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 13

PC Versus Mac Versus Linux o PCs Dominate marketplace Windows OS Intel or AMD chip More software available o Macs Mac OS Motorola or IBM chip Most current OS can run Windows software o Linux Can be installed on PC or Mac More securefewer viruses Stand-Alone Operating Systems Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 14

Stand-Alone Operating Systems Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 15

Stand-Alone Operating Systems Microsoft Windows Mobile o Designed for smartphones and PDAs o Includes simplified versions of Windows programs Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 16

System Utilities: Housekeeping Tools Utility Programs o Software Programs Backing up files Providing antivirus protection Searching for and managing files Disk Defragmentation Compressing files Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 17

System Utilities: Housekeeping Tools Backup softwarecopies data found on the hard disk to a backup device Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 18

System Utilities: Housekeeping Tools Antivirus softwareprotects the computer from viruses o Popular antivirus programs: BitDefender Antivirus Kaspersky Anti-virus Webroot AntiVirus with SpySweeper Norton AntiVirus Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 19

System Utilities: Housekeeping Tools Searching for and managing files o File managerutility software that organizes and manages data Copy files Delete files o Search utilityenables you to locate files Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 20

System Utilities: Housekeeping Tools Scanning Disks o Disk scanning programsfind and resolve disk file storage problems Bad sectorirregularity on the disks surface that cant store data Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 21

Disk Defragmentation Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 22 Fragmented Disk o Results from computer creating and erasing files on hard disk o Reduces disk performance – since system looks in several locations to find all file segments Disk Defragmentation Reorganizes stored data in a more efficient manner Disk Defragmentation

System Utilities: Housekeeping Tools File Compression utilities o Decrease the size of files, resulting in faster downloads Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 23