Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.

Slides:



Advertisements
Similar presentations
Objectives Overview Define an operating system
Advertisements

Chapter 7 Operating Systems and Utility Programs.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 7 Operating Systems and Utility Programs
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Living in a Digital World Discovering Computers 2010.
1 Pertemuan 6 Understanding Operating Systems Matakuliah: J0282 / Pengantar Teknologi Informasi Tahun: 2005 Versi: 02/02.
Operating Systems and Utility Programs
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Living in a Digital World Discovering Computers 2010.
Operating Systems and Utility Programs
Operating Systems.
Operating Systems Operating System
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
Computer Software What is system software?
Operating System Utility Programs & Stand-alone utility Programs.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Discovering Computers 2009 Chapter 8 Operating Systems and Utility Programs.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
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
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Operating System and Utility Programs 1. Objectives Overview Define system software and identify the two types of system software Describe the functions.
Chapter 7 Operating Systems and Utility Programs.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Chapter 8 Operating Systems and Utility Programs.
1 Chapter 7 Operating Systems & Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Your Interactive Guide to the Digital World Discovering Computers Types of Utility Programs and Operating Systems Chapter Eight.
Living in a Digital World Discovering Computers 2011.
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Living in a Digital World Discovering Computers 2011.
Discovering Computers 2009 Chapter 8 Operating Systems and Utility Programs.
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 8 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Discovering Computers 2009 Chapter 8 Operating Systems and Utility Programs.
1 Chapter 8 Operating Systems and Utility Programs.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Chapter 3: SYSTEM SOFTWARE
Operating System and Utility Programs
Discovering Computers 2012: Chapter 8
Operating System Review
Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs.
Chapter 7 Operating Systems and Utility Programs
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the features.
Operating System Review
Chapter 8 Operating Systems and Utility Programs
Operating System Review
Presentation transcript:

Chapter 8 Operating Systems and Utility Programs Serena Oldhouser

System Software  System software consists of the programs that control or maintain the operations of the computer and its devices.  Serves as an interface between user, application software, and computer hardware.

Two Types of System Software  Operating Systems  Set of programs containing instructions that coordinate all the activities among computer hardware resources.  Stored on hard drive  Utility Programs  Performs maintenance tasks

Operating System  Different sizes of computer use different operating systems  Operating system is sometimes called the platform

Functions of an Operating System  Starting the Computer  Recovery Disk  User Interface  Managing Programs  Managing Memory  Scheduling Jobs  Configuring Devices  Establishing an Internet Connection  Monitoring Performance  Administering Security

Starting the Computer  Called Booting  Cold boot- Turning on a computer that has been powered off completely  Warm boot- Restarting a computer that already is powered on  Kernel-Core of an operating system  Manages memory  Starts applications  Assigns the computers resources  Memory resident-Remains in memory while computer is running

Recovery Disk  Special disk used to start the computer when the hard disk becomes damaged and can not boot by itself  Also called a boot disk  Contains a few system files that will start the computer

Command-Line Interface  A user types commands or presses special keys on the keyboard to enter data and instructions  Uses sets of commands called the command language.  Used by advanced users  Difficult to use because they require exact spelling, grammar, and punctuation  Gives more control over setting details

Menu-Driven Interface  Provides menus as a means of entering commands  Easier to learn

Graphical User Interface  Interact with menus and visual images such as icons, buttons, and other graphical objects to issue commands  Used by most users today  Many incorporate features similar to those of a Web browser.

User Interface  Controls how you enter data and instructions and how information is displayed on the screen.  Three types of user interfaces  Command-line  Menu-driven  Graphical

Managing Programs  Single user/single tasking operating system  Allows one user to run only one program at a time  Single user/multitasking operating system  Allows one user to run two or more programs at a time  Only one program can be in the foreground at a time, others are in the background

Managing Programs  Multi-user  Enables two or more users to run programs simultaneously  Multiprocessing  Supports two or more processors running programs at the same time  Fault-tolerant computer  Continues to operate when one of its components fails  Duplicate components such as processors, memory, and disk drives.  Used by Airlines, communications networks & ATM’s

Managing Memory  Necessary to optimize the use of RAM  May run out of RAM when using multiple programs  Virtual memory allocates a portion of a storage medium to function as additional RAM  Slower then RAM

Scheduling Jobs  Operating system determines the order in which jobs are processed  Include receiving data from an input device, processing instruction, sending information to an output device, & transferring items from storage to memory and from memory to storage

Configuring Devices  Driver  Small program that tells the operating system how to communicate with a specific device  Loads each time you boot the computer  Needed by the mouse, keyboard, monitor, printer, card reader, scanner, etc.

Establishing an Internet Connection  Some systems include a web browser and program

Monitoring Performance  Program that assesses and reports information about various computer resources and devices  Used to monitor  Processor  Disks  Memory  Network usage  Used to identify problems and resolve problems

Administering Security  Assign User ID’s or User Name  Use Passwords  Prevents unauthorized users from accessing computer resources  Records successful and unsuccessful logon attempts

Operating System Utility Programs  Utility Program  Allows a user to perform maintenance-type tasks

Utility Programs  File manager  Formats and copies disks  Displays list of files on a storage medium  Checks the amount of free space  Image Viewer  Displays and copies the contents of a graphics file  Allows the user to see the image without opening Paint or another image editing program

Utility Programs  Uninstaller  Removes programs along with any associated files  Disk Scanner  Detects and corrects physical and logical problems on the hard disk or floppy disk  Searches for and removes unnecessary files

Utility Programs  Disk Defragmenter  Reorganizes the files and unused space on a computer’s hard disk  Allows the operating system to access data more quickly and programs to run faster  Reorganizes files so that they are stored in contiguous sectors  Diagnostic Utility  Complies technical information about the computer’s hardware and certain system software programs and then prepares a report outlining any identified problems  Suggests courses of action to resolve problems found

Utility Programs  Backup Utility  Allows users to copy selected fields or an entire hard disk onto another disk or tape  Many compress the size of files to use less storage space  Screen Saver  Displays a moving image if there is no keyboard or mouse activity for a specified period of time

Types of Operating Systems  Device –Dependant  Runs only on a specific type of computer  Proprietary software  Privately owned and limited to a specific vendor or computer model  Device-Independent  Run on computers provided by a variety of manufacturers  Allows you to retain existing application software and data files even if you change computer models or vendors

Three Categories of Operating Systems  Stand-alone  DOS, Windows, Mac OS X, OS/2 Warp Client, Unix, Linux  Network  Netware, Windows server, OS/2 Warp Server for e- business, UNIX, Linux, Solaris  Embedded  Windows CD. NET, Pocket PC 2002, Palm OS, Symbian OS

Three Categories of Operating Systems  Stand-Alone  Complete operating system that works on a desktop computer, laptop, or mobile computing device  Sometimes called, Client operating systems  Network Operating System  Designed specifically to support a network  Resides on a server  Work with Client operating systems

Three Categories of Operating Systems  Embedded Operating Systems  Used in most PDA’s  Resides on a ROM chip

Stand-Alone Utility Programs  Antivirus Programs  Protects a computer from being infected by a virus or worm or removes any that are found  Personal Firewalls  Detects and Protects a personal computer from unauthorized intrusions.  Monitor all transmissions to and from a computer

Stand-Alone Utility Programs  File Compression  Shrinks the size of a file  Takes up less disk space then the original file  Personal Computer Maintenance  Identifies and fixes operating system problems  Detects and repairs disk problems