Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

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
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.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
System Software Chapter 5 McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
System Software Chapter Describe the differences between system software and application software Discuss the four types of system software Discuss.
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
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
Chapter 5 System Software.
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.
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.
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
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
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.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
System Software CSCI-N 100 Department of Computer and Information Science.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Module 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
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.
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.
BMTS 242: Computer and Systems Lecture 5: Yousef Alharbi Website
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
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.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
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.
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
Operating System Review
Computers Are Your Future Eleventh Edition
Computers Are Your Future Twelfth Edition
Computers Are Your Future Twelfth Edition
5 SYSTEM SOFTWARE CHAPTER
Operating System Review
Computers Are Your Future Twelfth Edition
Computers Are Your Future
5 SYSTEM SOFTWARE CHAPTER
Computers Are Your Future Twelfth Edition
Presentation transcript:

Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1

The Operating System The first step in starting a computer is loading the BIOS (Basic Input/Output System) instructions into memory, which provides the computer with the ability to accept keyboard input and show information on the monitor. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall2

The Operating System The second step in starting a computer is conducting the power-on self-test (POST) to confirm that both the computer and its peripheral devices are working properly. A beep will sound, an error message will appear on the monitor, and the computer will stop should any part of the POST fail. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall3

The Operating System The third step in starting a computer is loading the operating system. The BIOS looks for the operating system after the successful completion of the POST. When the BIOS finds the operating system, the operating system’s kernel, the central portion of the operating system, is loaded into memory. The operating system then starts the process of loading the system configuration information. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall4

The Operating System The fourth step in starting a computer is system configuration. The registry, a database, stores the information relating to software and peripheral configuration, background graphics, and mouse settings. The operating system checks that drivers, utility programs required for the proper functioning of peripheral devices, are installed. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall5

The Operating System The fifth step in starting a computer is loading system utilities. System utilities, such as antivirus software and speaker volume control, are loaded after all system hardware is identified and configured by the operating system. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall6

The Operating System The sixth step in starting a computer is authenticating users. After the operating system is loaded, the user may be asked for an authentication/login, a user name and password, to prove that he or she is authorized. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall7

The Operating System The operating system’s second function is managing applications. Single-task operating systems from the past were only able to run one application at a time. Today’s multitasking operating systems permit more than one application to be used at a time. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall8

The Operating System When multitasking, users perceive active and inactive applications as the foreground application and background application, respectively. Preemptive multitasking prevents application monopolization of the CPU. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall9

The Operating System Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall10

The Operating System The operating system’s third function is managing memory. The operating system attempts to allocate memory, RAM, to each program being run without interference. Through the use of virtual memory, where a portion of the hard disk is used as an extension of RAM, additional memory is available. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall11

The Operating System Pages, set amounts of data or program instructions, are temporarily stored in a swap file, a special hard disk file, when RAM is full. The process of transferring files between RAM and the hard disk is known as paging. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall12

The Operating System Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall13

The Operating System The operating system’s fourth function is managing input and output. The operating system uses drivers, programs containing information regarding specific computer input and output devices, to communicate with those devices. Interrupts, signals created by input and output devices, notify the operating system when an action has been taken. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall14

The Operating System The operating system’s fifth function is providing a user interface. The user interface allows the user to: Start application programs Manage storage devices Safely shut down the computer properly Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall15

The Operating System There are three types of user interfaces: Graphical user interface (GUI) Menu-driven user interface Command-line user interface Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall16

The Operating System The graphical user interface uses graphics called icons, small images that represent various computer resources, to initiate actions. These icons appear on the desktop, the work area that is created once the operating system has been loaded into memory. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall17

The Operating System The menu-driven user interface provides text-based menus, which display appropriate user options that are available. The command-line user interface forces the user to type commands line by line to instruct the operating system about the desired action(s) to be taken. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall18

Exploring Popular Operating Systems Operating systems are usually already installed on a computer when you purchase it. The most commonly supplied operating system is Microsoft Windows. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall19

Exploring Popular Operating Systems Microsoft Windows Vista, the replacement for Windows XP, is intended for both home and professional use. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall20

Exploring Popular Operating Systems Microsoft Windows Server 2008 is intended for use in the corporate environment to support client/server systems. Microsoft Windows Server 2008 provides benefits in the areas of security, enhanced Web server capabilities, administration, and virtualization. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall21

Exploring Popular Operating Systems Microsoft Windows Mobile provides a user interface in a simplified Windows format for handheld devices such as smartphones and PDAs. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall22

Exploring Popular Operating Systems The Mac OS used on Macintosh personal computers is favored by its users for the operating system’s security, stability, and simplicity. UNIX was developed to work in a secure computer network, but unfortunately, its many versions are not compatible and can be hard to use. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall23

Exploring Popular Operating Systems Linux is a powerful open source operating system that is freely available to any user. MS-DOS (DOS), a disk operating system, is a command-line user interface operating system that is not user friendly. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall24

System Utilities: Housekeeping Tools System utilities (utility programs) are system software programs that are essential to effective management of the computer system. System utilities include software that performs such tasks as backing up files, providing antivirus protection, and compressing files. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall25

System Utilities: Housekeeping Tools Backup software duplicates data found on the hard disk to a backup device. Full backups include all files and data. Incremental backups include only those files changed or added since the previous backup. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall26

System Utilities: Housekeeping Tools Antivirus software provides protection from computer viruses. The two most popular antivirus programs are: Norton AntiVirus McAfee VirusScan Plus Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall27

System Utilities: Housekeeping Tools The utility software used to organize and manage data on your disk is called the file manager. The file manager enables you to: Copy files Determine how and where files are stored Delete files Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall28

System Utilities: Housekeeping Tools Disk scanning programs find and resolve problems that result from disk file storage. Disk cleanup utilities remove unnecessary files, which results in saving space. Disk defragmentation programs reorganize stored data in a more efficient manner. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall29

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

System Utilities: Housekeeping Tools Windows Update, an operating system update service provided by Microsoft, enables users to keep their operating system current with external modifications. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall31

System Utilities: Housekeeping Tools Troubleshooting tips Keep a boot disk (emergency disk) to load the operating system during times of emergency. Use Microsoft’s Help and Support feature, provided with Microsoft Windows, for assistance. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall32

What You’ve Learned System software is made up of two main parts: the operating system and system utilities. Computers need software to work. The operating system coordinates the functions of hardware and supports the application software. 33Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall

What You’ve Learned The operating system has five functions: starting the computer, managing applications, managing memory, handling messages from input and output devices, and providing an interface for communication. 34Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall

What You’ve Learned A six-step process occurs each time you start or restart a computer. There are three types of user interfaces: graphical user interfaces (GUIs), menu-driven user interfaces, and command-line user interfaces. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall35