32
1 California State University, Fullerton Chapter 4 Information System Hardware

1 California State University, Fullerton Chapter 4 Information System Hardware

Embed Size (px)

Citation preview

Page 1: 1 California State University, Fullerton Chapter 4 Information System Hardware

1California State University, Fullerton

Chapter 4

Information System Hardware

Page 2: 1 California State University, Fullerton Chapter 4 Information System Hardware

2California State University, Fullerton

What is a computer A computer is a device that is

1. Electronic2. Can store data3. Can store and follow a set of

software instructions, called a program.

Page 3: 1 California State University, Fullerton Chapter 4 Information System Hardware

3California State University, Fullerton

Input Devices An input device accepts data from outside

the computer and converts it into an electronic form the computer can understand.

Keyboard Pointing devices Scanner Touch screen Light pen/electronical pen/stylus (pen like instrument) Pen commuter (these input devices use pen

technology) Digitizer (digitizing) tablet/graphics tablet (this

instrument is used in computer aided design/CAD) Personal digital assistant (PDA)

Page 4: 1 California State University, Fullerton Chapter 4 Information System Hardware

4California State University, Fullerton

Output Devices An output device converts data from an

electronic form inside the computer to a form that can be used outside the computer.

Monitor (is a device that produces on screen text, graphics, & images)

Printer (is an instrument that produces on paper text & graphics, & images)

Plotter (is an instrument that produces on paper high quality graphic output)

Page 5: 1 California State University, Fullerton Chapter 4 Information System Hardware

5California State University, Fullerton

Primary Storage Primary storage, read and write storage,

also called internal storage, is the “memory”, or RAM, of the computer.

Primary storage, which is temporary storage, is dependent upon continuous electrical power. Any interruption of electrical power causes the contents of primary storage to be lost.

Page 6: 1 California State University, Fullerton Chapter 4 Information System Hardware

6California State University, Fullerton

Central Processing Unit (CPU) The CPU, or processor, carries out the

instructions of the program. It contains circuits that control the operations of the hardware an the circuitry that performs arithmetic and logical operations.

Data is transferred from primary storage to the CPU with the results sent back to primary storage.

Page 7: 1 California State University, Fullerton Chapter 4 Information System Hardware

7California State University, Fullerton

Secondary Storage Secondary storage, also called

auxiliary storage, stores data not currently being processed by the computer and represents permanent storage.

Data is usually transferred to and from Secondary storage.

Examples include hard disks, floppy disks, ZIP disks, CDROMs, and DVDs.

Page 8: 1 California State University, Fullerton Chapter 4 Information System Hardware

8California State University, Fullerton

Keyboards Most widely used input device. Possible physical problems include

Repetitive strain injuries Carpal tunnel syndrome

Ergonomically designed keyboards may improve user comfort and efficiency and reduce risk of injury.

Page 9: 1 California State University, Fullerton Chapter 4 Information System Hardware

9California State University, Fullerton

Pointing Devices Mouse Trackball Track point/pointing stick Track pad/touch pad Cursor (is an on screen symbol

that shows the current position of the pointing device)

Page 10: 1 California State University, Fullerton Chapter 4 Information System Hardware

10California State University, Fullerton

Other input devices Touch screen Light pen/electronic pen that are

used with Graphics tablet/Digitizer tablet

Page 11: 1 California State University, Fullerton Chapter 4 Information System Hardware

11California State University, Fullerton

Optical Scanning Input Devices Bar-code scanner

Universal Product Code (UPC) Flat bed, or page scanner

Automatic document feeder (ADF) scanner

Mark-sense readers

Page 12: 1 California State University, Fullerton Chapter 4 Information System Hardware

12California State University, Fullerton

Magnetic Scanning Input Devices Magnetic strip reader

Credit cards ID Cards

Magnetic Ink Character Recognition (MICR) – used at the bottom of all checks by the banking industry.

Page 13: 1 California State University, Fullerton Chapter 4 Information System Hardware

13California State University, Fullerton

Voice Input Devices

Uses a microphone connected to the computer and translates the spoken word to digital input.

Page 14: 1 California State University, Fullerton Chapter 4 Information System Hardware

14California State University, Fullerton

Video Input Devices Digital cameras that converts

photographic images in to digital format.

Page 15: 1 California State University, Fullerton Chapter 4 Information System Hardware

15California State University, Fullerton

Screens, Monitor, or CRT Key elements of a “screen” include:

Pixels – picture elements arranged as a pattern of dots.

Screen resolution – the number of pixels that can be displayed on a screen at one time.

Refresh rate – the number of times per second that screen “repaints” itself.

Page 16: 1 California State University, Fullerton Chapter 4 Information System Hardware

16California State University, Fullerton

Screens, or Monitor, or CRT (cont’d.) Types of monitors

Traditional “tube” monitors, or cathode (electronic gun) ray tube (CRT).

Flat-panel screens – most common type is liquid crystal display (LCD).

Screen projector used to display a computers output on a large screen.

Page 17: 1 California State University, Fullerton Chapter 4 Information System Hardware

17California State University, Fullerton

Printers Printer classifications

Impact printer Nonimpact printer Serial printers Line printers Page printers Letter-quality printers Draft-quality printers

Page 18: 1 California State University, Fullerton Chapter 4 Information System Hardware

18California State University, Fullerton

Desktop printers Ink-jet, or bubble-jet printer

Typically 200 to 300 characters per second

Laser printers Typically between 4 and 24 pages per

minute. Dot matrix printer

Typically between 200 and 300 characters per second.

Page 19: 1 California State University, Fullerton Chapter 4 Information System Hardware

19California State University, Fullerton

High volume printers Line printers

High end line printers can print as much as 3,600 lines per minute (at 60 lines per page, that is 60 page per minute) and can cost $50,000.

Page printers High end page printers can print as

much as 200 pages per minute and can cost $100,000.

Page 20: 1 California State University, Fullerton Chapter 4 Information System Hardware

20California State University, Fullerton

Other Output Devices Plotters Voice output devices – converting

digitized data into synthesized speech

Specialized devices for people with disabilities – can include large typeface screens, Braille display devices.

Page 21: 1 California State University, Fullerton Chapter 4 Information System Hardware

21California State University, Fullerton

Virtual Reality Virtual reality is the use of a

computer to produce realistic images and sounds in such a way that the user senses that he or she is a part of the scene.

Applications include architectural design, home remodeling, aircraft design, machine design, and more.

Page 22: 1 California State University, Fullerton Chapter 4 Information System Hardware

22California State University, Fullerton

Primary Storage Structure Input data is stored in primary

storage (memory) after it is received from an input device.

Output data is stored in primary storage before it is sent to an output device.

Without sufficient primary storage, it may not be possible to execute certain programs or use certain data.

Page 23: 1 California State University, Fullerton Chapter 4 Information System Hardware

23California State University, Fullerton

Primary Storage Structure (cont’d.) Silicon chips – integrated circuits Volatile storage – dependent upon

continuous power Random Access Memory (RAM)

Non-volatile storage Read-Only Memory (ROM)

Page 24: 1 California State University, Fullerton Chapter 4 Information System Hardware

24California State University, Fullerton

Primary Storage Structure (cont’d.) Binary representation

A combination of positive and negative electrical charges, represented by 1s and 0s when written to represent a character.

One “charge” is called a bit. Eight bits are required to represent a single

character, called a byte. The 256 possible (28) binary

combinations are defined in character set.

Page 25: 1 California State University, Fullerton Chapter 4 Information System Hardware

25California State University, Fullerton

Primary Storage Structure (cont’d.) Personal computer character set

ASCII – American Standard Code for Information Interchange

Mainframe computer character set EBCDIC – Extended Binary Coded Decimal

Interchange Code Though each contains 256 characters,

the definitions are not the same, so a “translator” is required for one machine type to “talk” with the other machine type.

Page 26: 1 California State University, Fullerton Chapter 4 Information System Hardware

26California State University, Fullerton

Primary Storage Structure (cont’d.) Storage capacities

Kilobyte (KB) or 1024 bytes (210) – approximately 1,000 bytes, thus the “kilo”

Megabyte (MB) or 1,048,756 bytes (220) Gigabyte (GB) or 1,073,741,824 bytes

(230) Terabyte (TB) or 1,099,511,627,776

bytes (240)

Page 27: 1 California State University, Fullerton Chapter 4 Information System Hardware

27California State University, Fullerton

Two Main Parts of a CPU Arithmetic-Logic Unit (ALU)

May add, subtract, multiply and divide two numbers. More complex operations are are completed by using sequences of the four basic operations.

Control Unit Analyzes and executes instructions in a

program. Instructions are brought in one at a time from primary storage.

Page 28: 1 California State University, Fullerton Chapter 4 Information System Hardware

28California State University, Fullerton

CPU Speed Early CPUs processed 8 or 16 bits at

a time. Current CPUs process 32 bits, and

some can process 64 or 128 bits at a time.

The “roadway” from primary storage to the CPU is the bus. Higher bus capacities mean faster computers.

Page 29: 1 California State University, Fullerton Chapter 4 Information System Hardware

29California State University, Fullerton

CPU Speed (cont’d.) Clock speed

Measured in megahertz (MHz) or gigahertz (GHz).

One MHz is one million cycles per second. One GHz is one billion cycles per second. Earliest IBM PCs ran at 4.77 MHz. Current PCs run at or above 2,000 MHz

(2 GHz).

Page 30: 1 California State University, Fullerton Chapter 4 Information System Hardware

30California State University, Fullerton

Types of Secondary Storage Magnetic Disk

Storage Floppy disk Hard disk ZIP disk

Disk organization Disk Head (or side) Track Cylinder

Page 31: 1 California State University, Fullerton Chapter 4 Information System Hardware

31California State University, Fullerton

Optical Disk Storage Compact disks (CDROMs) Writable Compact Disks (CD-RWs) Digital Video Disks or Digital

Versatile Disks (DVDs)

Page 32: 1 California State University, Fullerton Chapter 4 Information System Hardware

32California State University, Fullerton

Magnetic Tape Storage Data transferred to the tape via a

magnetic tape drive. Data on a tape can only be read

sequentially.