Top Banner
Principles of Information Sy stems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3
50

Principles of Information Systems - Chapter 3

Jan 12, 2015

Download

Education

vigneyard

Principles of Information Systems Sixth Edition, Written by Ralph Star, George Reynolds
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Hardware: Input, Processing, and Output Devices

Chapter 3

Page 2: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Principles and Learning Objectives

• Assembling an effective, efficient computer system requires an understanding of its relationship to the information system and the organization. The computer system objectives are subordinate to, but supportive of, the information system and the needs of the organization.

– Describe how to select and organize computer system components to support information system objectives and business organization needs.

Page 3: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Principles and Learning Objectives

• When selecting computer devices, you also must consider the current and future needs of the information system and the organization.Your choice of a particular computer system device should always allow for later improvements.– Describe the power, speed, and capacity of central

processing and memory devices.

– Describe the access methods, capacity, and portability of

secondary storage devices.– Discuss the speed, functionality, and importance of input and

output devices.– Identify popular classes of computer systems and discuss the

role of each.

Page 4: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Hardware Components

• Central processing unit (CPU)• Primary storage (main memory; memory)• Secondary storage• Input devices• Output devices

Page 5: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Hardware Components

Page 6: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Hardware Components in Action

• Step 1: Fetch instruction• Step 2: Decode instruction• Step 3: Execute the instruction• Step 4: Store results

Page 7: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Hardware Components in Action

Page 8: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Processing & Memory Devices

Page 9: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Processing Characteristics and Functions

• Machine cycle time is measured in:– Microseconds (1 millionth)– Nanoseconds (1 billionth)– Picoseconds (1 trillionth)– MIPS (Millions of Instructions Processed per

Second)

Page 10: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Processing Characteristics and Functions

• Clock speed: electronic pulses affecting machine cycle time– Hertz: one cycle (pulse) per second– Megahertz (MHz): millions of cycles per second

• Microcode: internal, predefined elementary operations in a CPU

Page 11: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Clock Speed

Page 12: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Wordlength and Bus Line Width

• Bits (Binary Digits): smallest form of data in a computer

• Word: number of bits that can be processed as a unit

• Bus lines: electrical paths of data flow

Page 13: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Physical Characteristics of the CPU

• Digital circuits on chips

• Electrical current flows through silicon

• Moore’s Law - transistor density of chips will double every 18 months

Page 14: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Physical Characteristics of the CPU

• Superconductivity - property of certain metals that allows current to flow with minimal electrical resistance

• Optical processors - uses light waves instead of electrical current

Page 15: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Moore’s Law

Page 16: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Complex and Reduced Instruction Set Computing

• Complex instruction set computing (CISC) - places as many microcode instructions into the central processor as possible

• Reduced instruction set computing (RISC) - involves reducing the number of microcode instructions built into a chip to an essential set of common microcode instructions

Page 17: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Memory Characteristics and Functions

Page 18: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Storage Capacity

Page 19: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Types of Memory

Page 20: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Types of RAM

• EDO (Extended Data Out) • DRAM (Dynamic RAM) • SDRAM (Synchronous DRAM)

Page 21: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Types of ROM

• ROM (read-only memory)• PROM (programmable read-only memory)• EPROM (erasable programmable read-only

memory)

Page 22: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Cache Memory

Page 23: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Multiprocessing

• Speeds processing by linking hundreds and even thousands of processors to operate at the same time

• Can coordinate large amounts of data and access them with greater speed

Page 24: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Massively Parallel Processing

Page 25: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Secondary Storage

Page 26: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Secondary Storage

• Offers the advantages of nonvolatility, greater capacity, and greater economy

• Access methods, storage capacities, and portability required are determined by the information system’s objectives

Page 27: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Secondary Storage

Page 28: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Access Methods

• Sequential: records must be retrieved in order– Devices used are called sequential access

storage devices (SASD)

• Direct: records can be retrieved in any order– Devices used are called direct access storage

devices (DASDs)

Page 29: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Devices

• Magnetic tapes• Magnetic disks• RAID• Storage area networks (SAN)• Optical disks • Magneto-optical (MO) disks• Digital versatile disks (DVDs)

Page 30: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Types of Secondary Storage

Page 31: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Magnetic Disks

Page 32: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Storage Area Network

Page 33: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Digital Versatile Disk

Page 34: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Additional Devices and Media

• Memory cards• Flash memory• Expandable storage

Page 35: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Expandable Storage

Page 36: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Comparison of Secondary Storage Devices

Page 37: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Characteristics and Functionality

• Data - can be human or machine readable• Data entry - converts human readable data into

machine-readable form• Data input - transfers machine-readable data

into the system• Source data automation - capturing and editing

data at its source

Page 38: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Input and Output Devices

Page 39: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Input Devices

• Personal computer input devices– Keyboard– Mouse

• Voice-recognition devices• Digital cameras• Terminals

Page 40: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Digital Computer Cameras

Page 41: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Magnetic Ink Character Recognition (MICR) Device

Page 42: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Output Devices

• Display monitors• Printers and plotters• Music devices• Liquid Crystal Displays (LCDs)

– Active matrix– Passive matrix

Page 43: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Printers

Page 44: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Computer System Types

Page 45: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Computer System Types

Page 46: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Standards

Page 47: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Standards

Page 48: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Selecting and Upgrading Computer Systems

• Hard drive considerations • Main memory considerations• Printer considerations

Page 49: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Price List

Page 50: Principles of Information Systems - Chapter 3

Principles of Information Systems, Sixth Edition

Summary

• Hardware - includes any machinery that assists with the input, processing, and output activities of a CBIS

• Processing speed - often measured by the time it takes to complete one machine cycle

• Primary storage (memory) - provides working storage for program instructions and data

• Common forms of secondary storage - magnetic tape, magnetic disk, compact disk, digital video disk, and optical disk storage