Chapter 2 Hardware and Software. Information system users must work closely with information system...

73
Chapter 2 Hardware and Software

Transcript of Chapter 2 Hardware and Software. Information system users must work closely with information system...

Page 1: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Chapter 2

Hardware and Software

Page 2: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Information system users must work closely with information system professionals to define business needs, evaluate options, and select the hardware and software that provide a cost-effective solution to those needs Identify and discuss the role of the essential

hardware components of a computer systemList and describe popular classes of computer

systems and discuss the role of each

Fundamentals of Information Systems, Fourth Edition 2

Page 3: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Systems and application software are critical in helping individuals and organizations achieve their goals Identify and briefly describe the functions of the

two basic kinds of softwareOutline the role of the operating system and

identify the features of several popular operating systems

Fundamentals of Information Systems, Fourth Edition 3

Page 4: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Do not develop proprietary application software unless doing so will meet a compelling business need that can provide a competitive advantageDiscuss how application software can

support personal, workgroup, and enterprise business objectives

Identify three basic approaches to developing application software and discuss the pros and cons of each

Fundamentals of Information Systems, Fourth Edition 4

Page 5: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Choose a programming language whose functional characteristics are appropriate for the task at hand, considering the skills and experience of the programming staffOutline the overall evolution and

importance of programming languages and clearly differentiate among the generations of programming languages

Fundamentals of Information Systems, Fourth Edition 5

Page 6: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

The software industry continues to undergo constant change; users need to be aware of recent trends and issues to be effective in their business and personal life Identify several key software issues and

trends that have an impact on organizations and individuals

Fundamentals of Information Systems, Fourth Edition 6

Page 7: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Hardware can improve productivity, increase revenue, reduce costs, and provide better service

Managers are expected to know about hardware To help define business needs To ask questions and evaluate options when

buying equipment Software is indispensable for any computer

system Systems software needed for input,

calculations, and output Application software aids in productivity

Fundamentals of Information Systems, Fourth Edition 7

Page 8: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Choosing the right computer hardware requires understanding its relationship to the information system and needs of the organization

Hardware objectives are subordinate to, but supportive of, the information system and the current and future needs of the organization

Fundamentals of Information Systems, Fourth Edition 8

Page 9: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Central processing unit (CPU)Arithmetic/logic unit (ALU): performs

calculations and makes logical comparisonsControl unit: accesses, decodes and

coordinates data in CPU and other devices Primary memory: holds program

instructions and data for processing Secondary storage: more permanent

storage Input and output devices Communications devices

Fundamentals of Information Systems, Fourth Edition 9

Page 10: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 10

Figure 2.1: Hardware Components

Page 11: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

System unitHouses the components responsible for

processing (the CPU and memory) All other computer system devices are

linked either directly or indirectly into the system unit housing

Fundamentals of Information Systems, Fourth Edition 11

Page 12: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Clock speed: series of electronic pulses produced at a predetermined rate that affects machine cycle timeClock speed is often measured in megahertz

(MHz), or millions of cycles per secondClock speed for personal computers is in the

multiple gigahertz (GHz), or billions of cycles per second, range

Fundamentals of Information Systems, Fourth Edition 12

Page 13: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Physical characteristics of the CPUDigital circuits on chipsTo turn a digital circuit on or off, electrical

current flows through silicon

Fundamentals of Information Systems, Fourth Edition 13

Page 14: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 14

Table 2.1: Units for Measuring Computer Storage

Page 15: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Random access memory (RAM)TemporaryVolatile

Read-only memory (ROM)Usually nonvolatile

Fundamentals of Information Systems, Fourth Edition 15

Page 16: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Multiprocessing: simultaneous execution of two or more instructionsMulticore microprocessor: shares workload

among two or more independent processors in a single computer

Parallel processing: links several processors to operate at the same time, or in parallel

Grid computing: collection of computers working to solve a common problem

Fundamentals of Information Systems, Fourth Edition 16

Page 17: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Secondary storageAlso called permanent storageNonvolatileGreater capacity and greater economy than

memory Access methods, storage capacities, and

portability required are determined by the information system’s objectives

Fundamentals of Information Systems, Fourth Edition 17

Page 18: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Sequential access: data must be accessed in the order in which it is storedSequential access storage devices (SASDs)

Direct access: data can be retrieved in any orderDirect access storage devices (DASDs)

Fundamentals of Information Systems, Fourth Edition 18

Page 19: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Magnetic tapes Secondary storage used primarily for backups

Magnetic disks Direct access secondary storage, e.g., hard

disk RAID

Stores extra bits so that data can be reconstructed if system fails

SAN Provides high-speed connections between

data storage devices and computers over a network

Fundamentals of Information Systems, Fourth Edition 19

Page 20: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Optical disksDirect access optical disc, e.g., CD-ROM

Digital video disk (DVD)Stores several gigabytes of data

Flash memoryNonvolatile silicon computer chip

Fundamentals of Information Systems, Fourth Edition 20

Page 21: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Personal computer input devicesKeyboard, mouse

Speech-recognition technology Input devices that recognize human speech

Digital cameras Input device used with PC to record/store

images in digital form Terminals

Input and display devices that perform data entry and input at the same time

Fundamentals of Information Systems, Fourth Edition 21

Page 22: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Touch-sensitive screensAllow display screens to act as input

devices as well as output devices Bar-code scanners

Employs a laser scanner to read a bar-coded label

Magnetic ink character recognition (MICR) devicesCode data on banking forms, such as

checks

Fundamentals of Information Systems, Fourth Edition 22

Page 23: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Pen input devicesActivate a command, enter handwritten

notes, and draw objects Radio Frequency Identification (RFID)

Employs a microchip with an antenna to broadcast its unique identifier and location to a receiver

Fundamentals of Information Systems, Fourth Edition 23

Page 24: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Display monitors (CRTs)Output quality measured by number of

pixels and dot pitch Liquid crystal displays (LCDs)

Easier on eyes, use less electricity, take up less space than CRTs

Organic light-emitting diodes (OLEDs)Directly emits light rather than using

backlightSharper colors and thinner displays

Fundamentals of Information Systems, Fourth Edition 24

Page 25: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Printers and plotters: hard copy outputPrinters: laser, inkjet Plotters: used for general design work

Digital audio playerStores, organizes, and plays digital music

files

Fundamentals of Information Systems, Fourth Edition 25

Page 26: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 26

Table 2.3: Types of Computer Systems

Page 27: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Computer programs: sequences of instructions for the computer

Documentation: describes program functions

Systems software: coordinates the activities of hardware and programs

Application software: helps users solve particular problems

Fundamentals of Information Systems, Fourth Edition 27

Page 28: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Sphere of influence: the scope of problems and opportunities addressed by a particular organization Personal Workgroup Enterprise

Fundamentals of Information Systems, Fourth Edition 28

Page 29: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 29

Table 2.4: Classifying Software by Type and Sphere of Influence

Page 30: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Controlling operations of computer hardware is one of the most critical functions of systems software

Also supports application programs’ problem-solving capabilities

Different types of systems software include:Operating systemsUtility programs

Fundamentals of Information Systems, Fourth Edition 30

Page 31: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Operating system (OS): programs that control the hardware and interface with applications

Common hardware functionsGet input (e.g., keyboard)Retrieve data from disks and store data on disksDisplay information on a monitor or printer

Fundamentals of Information Systems, Fourth Edition 31

Page 32: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Combinations of OSs, computers, and users:Single computer with a single userSingle computer with multiple usersMultiple computersSpecial-purpose computers

Fundamentals of Information Systems, Fourth Edition 32

Page 33: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 33

Figure 2.8: The Role of Systems Software

Page 34: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Activities performed by the operating systemPerform common computer hardware functionsProvide a user interface and input/output

managementProvide a degree of hardware independenceManage system memory

Fundamentals of Information Systems, Fourth Edition 34

Page 35: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Activities performed by the operating system (continued)Manage processing tasksProvide networking capabilityControl access to system resourcesManage files

Fundamentals of Information Systems, Fourth Edition 35

Page 36: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Common hardware functionsGet input from keyboard or some other input

deviceRetrieve data from disksStore data on disksDisplay information on a monitor or printer

Fundamentals of Information Systems, Fourth Edition 36

Page 37: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

User interfaceAllows individuals to access and command

the computer systemCommand-based user interface: uses

text commandsGraphical user interface (GUI): uses

icons and menus to send commands to the computer system

Fundamentals of Information Systems, Fourth Edition 37

Page 38: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Hardware independenceApplication program interface (API):

allows applications to make use of the operating system

Memory managementConverts a user’s request for data or

instructions to the physical location where the data or instructions are stored

Fundamentals of Information Systems, Fourth Edition 38

Page 39: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 39

Figure 2.9: Application Program Interface Links Application Software to the Operating System

Page 40: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Processing tasksMultitasking: more than one program running

at the same timeTime-sharing: more than one person using a

computer system at the same timeScalability: ability to handle an increasing

number of concurrent users smoothly Networking capability: aids users in

connecting to a computer network

Fundamentals of Information Systems, Fourth Edition 40

Operating Systems (continued)

Page 41: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Access to system resourcesProtection against unauthorized accessLogins and passwords

File managementEnsures that files in secondary storage are:

Available when needed Protected from access by unauthorized users

Fundamentals of Information Systems, Fourth Edition 41

Page 42: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 42

Table 2.5: Popular Operating Systems Across All Three Spheres of Influence

Page 43: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Microsoft PC operating systemsPC-DOS and MS-DOS: early, command-

driven OSsWindows XP: greatly improved stability and

security over previous versions of WindowsWindows XP N: for European marketWindows XP Professional X64: for

computers with newer 64-bit capabilitiesWindows XP Media Center Edition:

incorporates additional multimedia featuresVista: latest version of Windows

Fundamentals of Information Systems, Fourth Edition 43

Page 44: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Apple operating systemsOften provides cutting edge tools in

graphics and music not available from Microsoft

Mac OS X Jaguar (OS X.2) Panther (OS X.3) Tiger (OS X.4): support for 64-bit computing,

Dashboard, Spotlight, etc.

Fundamentals of Information Systems, Fourth Edition 44

Page 45: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

LinuxDeveloped by Linus Torvalds in 1991Open-source productOnly the kernel of an OSSeveral distributions available with

capabilities/applications that form a complete OS Examples: Red Hat Linux, Caldera OpenLinux

Fundamentals of Information Systems, Fourth Edition 45

Page 46: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Windows Server UNIX NetWare Red Hat Linux Mac OS X Server

Fundamentals of Information Systems, Fourth Edition 46

Page 47: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

z/OS MPE/iX and HP-UX Linux

Fundamentals of Information Systems, Fourth Edition 47

Page 48: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Palm OS Windows Embedded Windows Mobile

Fundamentals of Information Systems, Fourth Edition 48

Page 49: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Give users the ability to solve problems and perform specific tasks

Interact with systems software; systems software then directs the hardware to perform tasks

Fundamentals of Information Systems, Fourth Edition 49

Page 50: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Proprietary software: unique program for a specific application, usually developed and owned by a single company

Off-the-shelf software: existing software program that can be purchased

Customized package

Fundamentals of Information Systems, Fourth Edition 50

Page 51: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 51

Figure 2.13: Types of Application Software

Page 52: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 52

Table 2.6: A Comparison of Proprietary and Off-the-Shelf Software

Page 53: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 53

Table 2.6: A Comparison of Proprietary and Off-the-Shelf Software (continued)

Page 54: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Serves the needs of an individual user Includes personal productivity software

Enables users to improve their personal effectiveness

Fundamentals of Information Systems, Fourth Edition 54

Page 55: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 55

Table 2.7: Examples of Personal Productivity Software

Page 56: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 56

Table 2.7: Examples of Personal Productivity Software (continued)

Page 57: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Software suite: collection of single application programs packaged in a bundleMicrosoft Office: most popular general-

purpose software suiteOther general-purpose software suites:

Corel’s WordPerfect Office, Lotus SmartSuite, Sun Microsystems’s StarOffice

Integrated application packages: offer a range of capabilities for less money than software suitesExample: Microsoft Works

Fundamentals of Information Systems, Fourth Edition 57

Page 58: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 58

Table 2.8: Major Components of Leading Software Suites

Page 59: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Workgroup application software: support teamwork, whether people are in the same location or dispersed around the world

Groupware: software that helps groups of people work together more efficiently and effectively

Fundamentals of Information Systems, Fourth Edition 59

Page 60: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 60

Table 2.9: Ernst & Young’s “Three Cs” Rule for Groupware

Page 61: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Software that benefits an entire organization

Enterprise resource planning (ERP) software: programs that manage a company’s vital business operations for an entire multisite, global organization

Fundamentals of Information Systems, Fourth Edition 61

Page 62: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 62

Table 2.10: Examples of Enterprise Application Software

Page 63: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Used in businesses of all sizes and types to increase profits or reduce costs

Available in every industryExample: analysis to increase the cure rate for

cancer

Fundamentals of Information Systems, Fourth Edition 63

Page 64: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Sets of keywords, symbols, and a system of rules for constructing statements

Allow humans to communicate instructions to be executed by a computer

Syntax: a set of rules associated with a programming language

Different languages have characteristics that make them appropriate for particular types of applications

Fundamentals of Information Systems, Fourth Edition 64

Page 65: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Fundamentals of Information Systems, Fourth Edition 65

Table 2.11: The Evolution of Programming Languages

Page 66: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Software issues and trends receiving increasing attentionSoftware bugsCopyrights and licensesSoftware upgradesGlobal software support

Fundamentals of Information Systems, Fourth Edition 66

Page 67: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Software bug: defect in a computer program that keeps it from performing as it is designed to perform

Tips for reducing impact of software bugs include:Register all software so that you can receive

bug alerts, fixes, and patchesCheck the manual or read-me files for work-

aroundsAccess support area of the manufacturer’s

Web site for patches Install the latest software updates

Fundamentals of Information Systems, Fourth Edition 67

Page 68: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Most software products are protected by law using copyright or licensing provisions In some cases, you are given unlimited use

of software on one or two computers In other cases, you pay for your usage—if

you use the software more, you pay more Some software now requires that you

register or activate it before it can be fully used

Fundamentals of Information Systems, Fourth Edition 68

Page 69: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Software companies periodically revise their programs and sell new versions

Revised softwareMay offer new and valuable enhancementsMay just contain complex program code

changes that offer little in terms of additional capabilities

Software upgrades usually cost much less than the original purchase price

Fundamentals of Information Systems, Fourth Edition 69

Page 70: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

For large, global companies, getting adequate software support at all their locations for their standardized, companywide systems is a big challenge

Large vendors such as Sybase, IBM, and Hewlett-Packard typically contract out support for their software to local providers

Fundamentals of Information Systems, Fourth Edition 70

Page 71: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Hardware: central processing unit (CPU), input and output devices, communications devices, primary storage devices, and secondary storage devices

Random access memory (RAM): temporary and volatile

Read-only memory (ROM): usually nonvolatile

Multiprocessing: simultaneous execution of two or more instructions

Fundamentals of Information Systems, Fourth Edition 71

Page 72: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Sequential access: records retrieved in order

Direct access: records retrieved in any order

Computer programs: sequences of instructions for the computer

Systems software: coordinates the activities of hardware and programs

Application software: helps users solve problems

Fundamentals of Information Systems, Fourth Edition 72

Page 73: Chapter 2 Hardware and Software.  Information system users must work closely with information system professionals to define business needs, evaluate.

Operating system (OS): set of computer programs that control the hardware and interface with applications

Graphical user interface (GUI): uses icons and menus to send commands to the computer system

Programming languages: allow humans to communicate instructions to be executed by a computer

Fundamentals of Information Systems, Fourth Edition 73