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.

Slides:



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

Objectives Overview Define an operating system
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.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Computers Are Your Future © 2005 Prentice-Hall, Inc. Excerpts for V New York University.
Living in a Digital World Discovering Computers 2010.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computers Are Your Future Twelfth Edition
1 Copyright © 2003 Prentice Hall, Inc Slides created by Bob Koziel Excerpts from Chapter 5.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
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.
Chapter 1 Computer History, Fundamentals, and Operating Systems.
Lesson 4 Computer Software
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
University of Management & Technology 1 Operating Systems & Utility Programs.
Explain the purpose of an operating system
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
Module 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
1 Chapter 7 Operating Systems & Utility Programs.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
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.
Living in a Digital World Discovering Computers 2011.
Information Technology INT1001 Lecture 6 Computer Software 1.
Discovering Computers & Microsoft Office 2010 Discovering Computers Chapter 4.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
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.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
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
Computers Are Your Future Twelfth Edition
Computers Are Your Future Twelfth Edition
Computers Are Your Future Twelfth Edition
Computers Are Your Future
Computers Are Your Future Twelfth Edition
Presentation transcript:

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 two main categories: The operating system System utilities (utility programs) 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 3

Starting the computer o Booting—loading 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 The Operating System 4

5 The Six Steps of Booting a System

Step 1: Activate the BIOS and Setup Program o BIOS (Basic Input/Output System) instructions provide the computer with descriptions of the internal equipment Bios is encoded on ROM (read-only memory) Does not control external devices o Adjustable energy settings o Setup program Includes settings that control computer hardware Do not alter—making incorrect changes to a BIOS device will cause the system not to boot The Operating System 6

Step 2: Initiate the Power-On Self-Test o Power-on self-test (POST)—to confirm that both the computer and its peripheral devices are working properly o If the POST fails: A beep will sound. An error message will appear on the monitor. The computer will stop. The Operating System 7

Step 3: Load the Operating System o BIOS Looks for the operating system Loads the kernel into memory—the central part of the operating system o The operating system loads the system configuration information. 8

The Operating System Step 4: Configure the System o Operating system Checks the registry o Database that stores information about software and peripherals choices, for configuration information Checks the configuration for drivers o Utility programs containing instructions for the proper functioning of peripheral devices. Automatically detects plug-and-play (PnP) devices Checks for conflicts between devices Installs and loads needed drivers 9

The Operating System Step 5: Load System Utilities o Antivirus software o Speaker volume control o Power management options 10

The Operating System Step 6: Authenticate a User o Verifies authorized users Enter an authentication/login user name and password o Profile—a record of a specific user’s preferences for the desktop theme, icons, and menu styles o Account—for multiuser computer systems each user has an account Consists of user name, password, and storage space Created by server/computer administrator 11

The Operating System Managing applications o Single-tasking operating systems—run only one application at a time o Multitasking operating systems—permit more than one application to run at the same time The foreground application is the active one. Background applications appear inactive. o Preemptive multitasking—ensures all applications have fair access to the CPU 12

The Operating System 13

Managing memory o Buffer Area that holds data and instructions temporarily Makes programs run faster o RAM memory functions as the buffer. o OS gives each program a portion of RAM memory and keeps them from interfering with each other. The Operating System 14

Managing memory (con’t.) o Virtual memory—uses portion of hard disk to extend RAM The Operating System 15

Managing memory (con’t.) o Adding more RAM—best way to improve computer performance: Paging slows computer. Accessing data from hard disk is slower than accessing from RAM. o Windows Vista and Windows 7 come with Windows ReadyBoost Allows allocation of space on removable memory devices such as USBs that can be used to increase the size of RAM Better performance than hard disk virtual memory because accessing files on flash memory is quicker than accessing the hard drive The Operating System 16

The Operating System Providing the user interface o Allows the user to: Start application programs Manage storage devices Safely shut down the computer 17

Types of user interfaces o Graphical user interface (GUI) o Menu-driven user interface o Command-line user interface The Operating System 18

The Operating System Types of user interfaces (con’t.) o Graphical user interface (GUI) Uses icons—small images that: o Represent computer resources used to initiate actions o Appear on the desktop Work area created after the OS loads into memory Sidebar—invisible 1-inch vertical strip on the right side of the desktop, holds user designated gadgets Programs you open will appear in the center of the desktop. 19

The Operating System 20

The Operating System 21 Windows 7 is the most recent Microsoft OS

Types of user interfaces (con’t.) o Menu-driven user interface Provides text-based menus Displays available user options o Command-line user interface Requires the user to type commands to instruct the OS to perform the desired actions Uses complicated rules of syntax The Operating System 22

Three categories of operating systems o Stand-alone operating systems—used by single users o Server operating systems—used in client/server network environments o Embedded operating systems—found on ROM chips in portable or dedicated devices Exploring Popular Operating Systems 23

Exploring Popular Operating Systems 24

Stand-Alone Operating Systems 25 Windows Operating Systems Timeline

Stand-Alone Operating Systems 26

Stand-Alone Operating Systems Microsoft Windows 7 o Six versions Starter Home Basic Home Premium Professional Enterprise Ultimate o More efficient than previous versions o Compatibility issues resolved o New features Jump list Pin Snap Windows Search 27

Stand-Alone Operating Systems Microsoft Windows Vista o Five versions Basic Home Premium Business Ultimate Enterprise o Replaced Windows XP o Supports tablet PCs and other mobile devices o New and improved features, such as: Search Networking tools Integrated speech recognition Gadgets—applications that appear as icons 28

Stand-Alone Operating Systems Mac OS o Used on Macintosh personal computers o Stable, simple to use o Latest version is Mac OS X Lion (previous: SnowLeopard) 29

Stand-Alone Operating Systems 30

UNIX o Features preemptive multitasking o Has many versions that are not compatible o Hard to use—defaults to a command-line user interface o Mac OS X is based on UNIX Stand-Alone Operating Systems 31

Stand-Alone Operating Systems Linux o Developed by Linus Torvalds in 1991 o Open source software—source code is available to users o Powerful, free o Features such as Multitasking Virtual memory Internet support GUI o Gaining acceptance for Web servers o Disadvantages Lack of technical support prevents adoption in corporate environments Difficult to run Microsoft Office applications 32

PC Versus Mac Versus Linux o Platform—determined by combination of microprocessor chip & OS o PCs Dominate marketplace Windows OS Intel or AMD chip More software available o Macs Mac OS Motorola/IBM or Intel Chip Most current OS can run Windows software Creative fields are almost exclusive to Mac o Linux Can be installed on PC or Mac More secure—fewer viruses Stand-Alone Operating Systems 33

Stand-Alone Operating Systems 34

Stand-Alone Operating Systems Server operating systems o Microsoft Windows Server 2008 Used in corporate environments to support client/server systems Benefits include: o Security o Web server o Administration o Virtualization o Other server operating systems Unix Linux Netware by Novell Solaris Mac OS X Server 35

Embedded operating systems o Designed for specific applications o Compact and efficient o Eliminate many unneeded features of OSs o Used in PDAs, cell phones, kitchen appliances, point-of-sale devices, industrial robots, etc. Stand-Alone Operating Systems 36

Stand-Alone Operating Systems Microsoft Windows Mobile o Designed for smartphones and PDAs o Includes simplified versions of Windows programs o Supports handwriting recognition and voice recording o Supports synchronizing with corresponding programs on desktop computers 37

Stand-Alone Operating Systems More embedded operating systems o Window CE Used in devices such as hand-held PCs, video game players, digital cameras, and industrial products such as barcode readers o Palm OS Developed for PDAs—currently used in smartphones such as Palm Pixi o Symbian OS Open industry standard operating system for data- enabled mobile phones with many add-on devices 38

More embedded operating systems o Android o iPhone OS Stand-Alone Operating Systems 39

System Utilities: Housekeeping Tools System utilities (utility programs) o Software programs—essential to effective management of the computer system o Perform tasks such as: Backing up files Providing antivirus protection Searching for and managing files Compressing files Providing accessibility utilities to individuals with special needs 40

System Utilities: Housekeeping Tools Backup software—copies data found on the hard disk to a backup device o Full backups—include all files and data o Incremental backups—include only those files changed or added since the previous backup o Drive imaging software—creates a mirror image of the entire hard drive 41

System Utilities: Housekeeping Tools 42

System Utilities: Housekeeping Tools Antivirus software— protects the computer from viruses o Popular antivirus programs: BitDefender Antivirus Kaspersky Anti-virus Webroot AntiVirus wit SpySweeper Norton AntiVirus ESET Nod32 Antivirus 43

System Utilities: Housekeeping Tools Searching for and managing files o File manager—utility software that organizes and manages data Copy files Determine how and where files are stored Delete files o Search utility—enables you to locate files 44

System Utilities: Housekeeping Tools 45

System Utilities: Housekeeping Tools 46

System Utilities: Housekeeping Tools Scanning and defragmenting disks o Disk scanning programs—find and resolve disk file storage problems Bad sector—irregularity on the disk’s surface that renders a portion of the disk unable to store data reliably o Disk cleanup utilities—remove unnecessary files to save space o Fragmented disk—results from computer creating and erasing files on hard disk Causes disk access to slow while system looks in several locations to find all file segments o Disk defragmentation programs—reorganize stored data in a more efficient manner Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 47

System Utilities: Housekeeping Tools File compression utilities o Decrease the size of files, resulting in faster downloads o Create archives by storing files in a special format Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 48

Accessibility utilities o Designed to make computing easier for individuals with special needs Magnifier On-screen keyboard Speech recognition Narrator System Utilities: Housekeeping Tools Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 49

System Utilities: Housekeeping Tools Systems update o Windows Update for Windows 7 and Vista automatically downloads and installs updates. o Includes service packs, version upgrades, and security updates Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 50

System Utilities: Housekeeping Tools Troubleshooting o Keep a boot disk (emergency disk)—to load the operating system for emergencies o Use the Windows Help and Support utility o Shut down the system properly. Use correct procedure; don’t just turn the power off. Put in sleep mode, a low-power state, as an alternative. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 51

Safe mode o Windows loads a minimal set of drivers known to function correctly o Use Control Panel to discover devices that are causing the problem System Utilities: Housekeeping Tools Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 52

Reliability and Performance Monitor o Helps determine when system’s performance began to degrade o Gives details about events that may have caused the problem Help and Support o Available from Start menu o Includes several ways to manage and maintain the computer System Utilities: Housekeeping Tools 53