Computers Are Your Future

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.
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.
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.
1 Chapter 2 Operating Systems: Software in the Background.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
Chapter 5 System Software.
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.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
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.
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.
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
Lesson 6 Operating Systems and Software
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.
How Hardware and Software Work Together
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
System Software CSCI-N 100 Department of Computer and Information Science.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Module 2 : Part 2 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & 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.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
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.
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.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Today’s Agenda Chapter 4: System Software Chapter 4: System Software Chapter 5: Application Software Chapter 5: Application Software.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Computers: Tools for an Information Age
Chapter Objectives In this chapter, you will learn:
Discovering Computers 2012: Chapter 8
Operating System Review
Computers Are Your Future Eleventh Edition
Chapter 8 Operating Systems and Utility Programs.
Chapter 5: Using System Software
Computers Are Your Future Twelfth Edition
Computer Software.
TexPREP Summer Camp Computer Science
Computers Are Your Future Twelfth Edition
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Computers Are Your Future
Operating System Review
Computers Are Your Future Twelfth Edition
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Computers Are Your Future Twelfth Edition
Types of Software Mrs. S. Palmer Office Administration.
Presentation transcript:

Computers Are Your Future © 2005 Prentice-Hall, Inc.

Computers Are Your Future Chapter 2 System Software: The Operating Environment © 2005 Prentice-Hall, Inc.

What You Will Learn About The two major components of operating system software Why a computer isn’t useful without an operating system The five basic functions of an operating system What happens when you turn on a computer The three major types of user interfaces The strengths and weaknesses of the most popular operating systems The seven essential system utilities Data backup procedures © 2005 Prentice-Hall, Inc.

System Software System software includes all of the programs needed to keep a computer and its peripheral devices running smoothly. Two major categories of system software are: Operating systems (OS) System utilities © 2005 Prentice-Hall, Inc.

The Operating System (OS): The Computer’s Traffic Cop The operating system is a set of programs that perform certain basic functions with a specific type of hardware. The functions of the operating system are: Starting the computer Managing programs Managing memory Handling messages from input and output devices Enabling user interaction with the computer © 2005 Prentice-Hall, Inc.

Starting the Computer Booting – The process of loading or reloading the operating system into the computer’s memory. The booting processes are: Cold boot – Loads the OS when the power is turned on. Warm boot – Reloads the OS when the computer is already on. © 2005 Prentice-Hall, Inc.

Starting the Computer The computer copies the kernel from the hard drive into the computer’s memory. The kernel: Is the central part of the operating system Starts all applications Manages devices and memory Resides in memory at all times Performs other essential functions © 2005 Prentice-Hall, Inc.

Starting the Computer The step-by-step booting process: The BIOS (basic input/output system) and setup program The power-on-self-test (POST) The operating system loads System configuration System utilities loads Users Authenticated © 2005 Prentice-Hall, Inc.

Managing Programs Single-tasking systems run one application program at a time. Multitasking operating systems have the ability to run more than one application program at a time. Multitasking is accomplished by: A foreground application – The active program or program in use One or more background applications – Inactive program(s) or program(s) not in use © 2005 Prentice-Hall, Inc.

Example of Multitasking Background application Foreground application © 2005 Prentice-Hall, Inc.

Managing Programs Preemptive multitasking – Enables the operating system to regain control if an application stops working © 2005 Prentice-Hall, Inc.

Managing Memory Computers use memory to make processing more fluid. The operating system allocates memory areas for each running program; it keeps programs from interfering with each other. The operating system uses virtual memory as an extension of random access memory (RAM). © 2005 Prentice-Hall, Inc.

Managing Virtual Memory least recently used data or program instructions page swapped out swap file Virtual memory management hard disk in most recently transferred data or memory © 2005 Prentice-Hall, Inc.

Handling Input and Output Input and output devices generate interrupts, or signals, that tell the operating system that something has happened. The OS provides interrupt handlers or mini-programs that begin when an interrupt occurs. Interrupt request (IRQ) lines handle the communications between input/output devices and the CPU. An IRQ conflict causes system instability when two devices try to use the same IRQ line. © 2005 Prentice-Hall, Inc.

Providing the User Interface The user interface is that part of the operating system with which the user interacts with a computer. User interface functions: Start application programs Manage disks and files Shut down the computer safely © 2005 Prentice-Hall, Inc.

Types of User Interfaces Graphical user interface (GUI): Uses graphics to create a desktop environment Icons (small pictures) represent computer resources Programs run within on-screen windows Menu-driven: Text-based menus are used to show all of the options available to the user. Command-line: The user is required to type keywords or commands in order to enter data or give instructions. © 2005 Prentice-Hall, Inc.

Exploring Popular Operating Systems: A Guided Tour WINDOWS XP WINDOWS 7 MAC OS UNIX LINUX MS-DOS © 2005 Prentice-Hall, Inc.

Windows 7 Released in 2009 by Microsoft Uses the same underlying code from Windows VISTA Improved Performance and Application/Hardware Compatibility Replaces all previous versions of Windows

Windows 7 (2009) © 2005 Prentice-Hall, Inc.

The Announced Versions of Windows 7 Windows 7 Starter Windows 7 Home Basic Windows 7 Home Premium: Recommended Choice for Consumers Windows 7 Professional: Recommended Choice for Enthusiasts and Small Business Customers Windows 7 Enterprise Windows 7 Ultimate

Windows 7 Features Better Memory Management Jump Lists Moveable taskbar icons Customize UAC Snap Windows to screen edges Control over System Tray icons Media Player Lightweight mode

Microsoft Windows Windows 98 (1998) Windows 2000 (2000) Click to view each Windows version (1985-2001) Windows 98 (1998) Windows 2000 (2000) Windows XP (2001) Windows 95 (1995) Windows ME (2000) Windows 3.x (1990-1992) Windows NT (1993) Windows 2.0 (1987) Windows 1.0 (1985) © 2005 Prentice-Hall, Inc.

Windows XP Three versions: Released in 2001 by Microsoft XP is short for “experience” Uses the same underlying code for all versions Replaces all previous versions of Windows Three versions: Windows XP Home Edition Windows XP Professional Windows XP Server © 2005 Prentice-Hall, Inc.

Windows NT Released in 1993 by Microsoft Designed for client/server systems Two components: Windows NT Workstation Windows NT Server Oriented to business needs Offers security, remote administration, directory services, and a Web server © 2005 Prentice-Hall, Inc.

Windows CE Released in 1996 by Microsoft System used in PDAs or palmtops Runs simplified versions of Windows programs Data can be transferred to PCs Includes handwriting and voice recognition © 2005 Prentice-Hall, Inc.

MAC OS Created in 1984 First OS to use graphical user interface Easiest operating system for beginners A new version, Mac OS X, was released in 2000 © 2005 Prentice-Hall, Inc.

MS-DOS Developed for IBM PCs in 1981 Uses command-line interface Use is diminishing © 2005 Prentice-Hall, Inc.

UNIX Developed by AT&T in 1970s Included first preemptive multitasking system Developed concepts of file management and path names Facilitates client/server networking Widely used by corporations © 2005 Prentice-Hall, Inc.

Linux Developed in 1991 by UNIX Open-source code –Available for all to see and use Competes with Windows and MAC-OS Powerful and free Growing acceptance © 2005 Prentice-Hall, Inc.

System Utilities: Tools for Housekeeping System utilities are programs that help the operating system manage the computer system’s resources. Types of utilities: Backup software Antivirus software Disk scanning Disk defragmentation File management File-searching software File compression © 2005 Prentice-Hall, Inc.

Backup Software Backup software includes programs that enable the user to copy data from the hard disk to another storage medium. Types of backups: Full backup Incremental backup © 2005 Prentice-Hall, Inc.

Antivirus Software Antivirus software protects the computer from computer viruses. © 2005 Prentice-Hall, Inc.

File Management Utilities Known as a file manager. Enables the user to perform various tasks on storage devices using files, folders, and directories. Tasks include: Creating folders Saving, deleting, copying, and moving files and folders Examining the contents of files Launching application programs © 2005 Prentice-Hall, Inc.

Search Search programs enable users to find files on storage devices. © 2005 Prentice-Hall, Inc.

File Compression Utility A file compression utility reduces the size of a file. © 2005 Prentice-Hall, Inc.

Disk Scanning Programs Disk-scanning utilities are programs that detect and fix physical and logical problems on storage devices. Disk cleanup utilities are programs that remove files that are no longer needed. © 2005 Prentice-Hall, Inc.

Disk Defragmentation Programs A disk defragmentation program moves data on a storage device to improve performance. © 2005 Prentice-Hall, Inc.

Troubleshooting Computer startup failure: Use a boot disk (emergency disk) in the floppy drive Configuration problems after adding new peripherals: Start the computer in Windows’ safe mode Access safe mode by pressing the F8 key during the startup process System slowdown: Scan for viruses Check the CPU fan Check BIOS options Defragment the hard disk © 2005 Prentice-Hall, Inc.

Chapter 2 Summary Two of the system software components are the operating system and system utilities. The operating system coordinates the functions of a computer’s hardware and provides support for application programs. An operating system manages programs, memory, and input/output devices, and it also provides a means of communicating with the user. The basic types of user interface are command-line, menu-driven, and graphical. © 2005 Prentice-Hall, Inc.

Chapter 2 Summary (continued) Two major operating systems for the personal computer are Microsoft Windows and the Mac OS X. System utilities include: Backup programs File managers Search files Disk-scanning programs Antivirus software File compression utilities Defragmentation programs © 2005 Prentice-Hall, Inc.