Você está na página 1de 27

Chapter 05: System Software

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved.
Competencies (Page 1 of 2)
• Describe the differences between system
Computing Essentials 2012: Making IT Work for You

software and application software


• Discuss the four types of system software
• Discuss the basic functions, features, and
categories of operating systems
• Describe Windows,
Mac OS, UNIX, Linux,
and virtualization

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-2
Competencies (Page 2 of 2)
• Describe the purpose of utilities and utility suites
Computing Essentials 2012: Making IT Work for You

• Identify the five most essential utilities


• Discuss Windows utility programs
• Describe device drivers, including Windows’
Add a Device Wizard and Update

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-3
Introduction
• Computers are ubiquitous in our lives and
Computing Essentials 2012: Making IT Work for You

we expect them to “be there when we


need them”.
• We give little thought to the processes
and programs running behind the scenes
to keep them functioning effectively.
• Such programs (i.e. operating systems,
utility programs, and device drivers) are
the system software you learn about here.

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-4
System Software
• Handles the technical details
Computing Essentials 2012: Making IT Work for You

– Includes the operating system, utilities,


device drivers, and language translators

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-5
Operating Systems
• A collection of programs that handle technical
Computing Essentials 2012: Making IT Work for You

tasks, including managing computer resources


• Every computer has an operating system (OS),
such as Windows 7 or Mac OS X
• The OS provides the interface between the user
and computer, and is required to run applications

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-6
Functions of an Operating System
• Manages computer resources
Computing Essentials 2012: Making IT Work for You

– Coordinate memory, processing storage, and printers


– Monitor system performance
– Provide security
– Start-up the computer
• Provides user interface
– Character-based interface
– Graphical user interface (GUI)
• Runs applications
– Multitasking
– Foreground and background applications

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-7
Features of an Operating System
• Booting
Computing Essentials 2012: Making IT Work for You

• Features in common with application software


– Icons
– Pointers
– Windows
– Menus
– Dialog boxes
– Help

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-8
Categories of Operating Systems
• Hundreds of operating systems
Computing Essentials 2012: Making IT Work for You

• Three basic categories


– Embedded operating systems (handheld)
– Network operating systems (linked computers)
– Stand-alone operating systems (desktop)

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-9
More on Operating Systems
• An OS is often called the software environment or
Computing Essentials 2012: Making IT Work for You

platform
• Operating systems commonly used by individuals
– Windows – most widely used
– Mac OS – powerful and easy to use
– UNIX – network; originally designed for Web
– LINUX – non proprietary; free from the Web

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-10
Windows
• The most popular microcomputer operating
Computing Essentials 2012: Making IT Work for You

system – over 90 percent of the market


• Comes in a variety of different versions
• Windows 7 provides several improvements over
Windows Vista

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-11
Mac OS
• Mac OS X is designed to run on Apple computers
Computing Essentials 2012: Making IT Work for You

• One of the most innovative operating systems, but not


used as widely as Windows
• Mac OS (Boot Camp) allows you to run both
the Mac OS and
Windows

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-12
UNIX and LINUX
• UNIX operating system
Computing Essentials 2012: Making IT Work for You

– Originally designed to run on networked


minicomputers
• LINUX is a version of UNIX
– Open source
– Not proprietary

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-13
Virtualization
• Ability to support multiple operating systems on a
Computing Essentials 2012: Making IT Work for You

single physical machine


• Virtualization software
– Physical machine can be logically separated into
separate and independent virtual computers called
virtual machines
• Host operating system
• Guest operating system

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-14
Mobile Phone Operating Systems
• Type of embedded operating system that is
Computing Essentials 2012: Making IT Work for You

present in every smartphone


• Some of the best known (with release dates):
– Symbian (2009)
– BlackBerry OS or RIM OS (1999)
– iPhone OS (2007)
– Android (2007)
– Windows Phone 7 (2010)

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-15
Utilities
• Specialized programs to make computing easier
Computing Essentials 2012: Making IT Work for You

• Most essential utilities


– Troubleshooting or diagnostic programs
– Antivirus programs
– Uninstall programs
– Backup programs
– File compression programs

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-16
Windows Utilities
• Backup and Restore
Computing Essentials 2012: Making IT Work for You

• Disk Cleanup
• Disk Defragmenter

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-17
Backup and Restore
• Utility program included with
Computing Essentials 2012: Making IT Work for You

many Windows versions


• Makes a copy of all files or selected
files that have been saved on a disk
• Helps prevent against disk failure

Return
McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-18
Disk Cleanup
• Identifies and eliminates
Computing Essentials 2012: Making IT Work for You

nonessential files
• Frees up valuable space and
improves system performance

Return
McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-19
Disk Defragmenter
• Identifies and eliminates unnecessary fragments
Computing Essentials 2012: Making IT Work for You

• Rearranges files and unused disk space to


optimize operations
• Speeds up file access

Return
McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-20
Utility Suites
• A group of utility programs bundled for sale
Computing Essentials 2012: Making IT Work for You

• Buying the package is more affordable


• Popular suites
– Norton System Works
– McAfee Office
– V Communications
SystemSuite

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-21
Device Drivers
• Specialized programs that allow communication between
Computing Essentials 2012: Making IT Work for You

a device and the computer


• Loaded into memory each time a computer is started
• When a new device is added, new device drivers must be
installed

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-22
Virus Protection and Internet Security
• Internet Security Suite
Computing Essentials 2012: Making IT Work for You

– Continually monitors your computer


• VirusScan
– Controls the frequency of searches for viruses
– Quarantines or deletes infected files
• Privacy Service
– Helps protect your
privacy online
– Block websites, cookies,
and ads

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-23
Careers In IT
• Computer support specialist provide
Computing Essentials 2012: Making IT Work for You

technical support to customers and


other users
• Resolve common networking
problems and use troubleshooting
programs to diagnose problems
• Employers look for a bachelors
degree, good analytical and
communication skills
• Computer support specialist can
expect to earn $32K - $53K annually
McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-24
A Look to the Future
IBM's Aware Supercomputer

• IBM’s Automatic Computing Initiative (ACI)


Computing Essentials 2012: Making IT Work for You

– Handles time-consuming maintenance


– Self-regulating and virtually invisible
• Self-maintaining servers
– Self-repairing
– Self-updating
– Self-protecting

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-25
Open-Ended Questions(Page 1 of 2)
• Describe system software. What are the four
Computing Essentials 2012: Making IT Work for You

types of system programs?

• What are the basic functions of every operating


system? What are the three basic operating
system categories?

• Explain the differences and similarities between


Windows, Mac OS, and Linux. Discuss
virtualization.

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-26
Open-Ended Questions(Page 2 of 2)
• Discuss utilities. What are the five most essential
Computing Essentials 2012: Making IT Work for You

utilities? What is a utility suite?

• Explain the role of device drivers. Discuss the Add


a Device Wizard and Windows Update.

McGraw-Hill Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. 5-27

Você também pode gostar