Top Banner
Chapter 2: Computer Hardw are 1 1 Chapter 4: File Management, Virus Protection, and Backup 1 Chapter 1: Computer, Internet, Web, and E-Mail Basics
77

Chapter 4: File Management, Virus Protection, and Backup

Jan 04, 2016

Download

Documents

Chapter 4: File Management, Virus Protection, and Backup. Chapter 1: Computer, Internet, Web, and E-Mail Basics. 1. 1. 1. 1. Chapter 2 Preview. After this chapter, you should be able to: Explain why most computers are digital Describe the role of the ALU - PowerPoint PPT Presentation
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: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 1111Chapter 4: File Management, Virus Protection, and Backup

1Chapter 1: Computer, Internet, Web, and E-Mail Basics

Page 2: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 2

After this chapter, you should be able to:– Explain why most computers are digital

– Describe the role of the ALU

– List factors that affect performance

– Explain RAM

– Compare storage technologies

Chapter 2 Preview

Page 3: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 3

After this chapter, you should be able to:– Explain the factors that might help a

shopper decide whether to purchase a CRT, LCD, or plasma monitor

– Compare and contrast the technologies and applications for printers

– Describe computer’s expansion bus

– Explain hardware compatibility considerations

Chapter 2 Preview

Page 4: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 4

Chapter 2 Outline

• Section A– Data Representation and Digital

Electronics

• Section B– Microprocessors and Memory

• Section C– Storage Devices

• Section D– Input and Output Devices

Page 5: Chapter 4: File Management, Virus Protection, and Backup

Computer Concepts 8th EditionParsons/Oja

Chapter 2Computer Hardware

Section A: Data Representation and Digital Electronics

Page 6: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 6

• Data representation makes it possible to convert letters, sounds, and images into a form computers can use for processing

• A digital device works with discrete data, such as the digits 1 and 0

• An analog device works with continuous data

Data Representation: How do computers represent data digitally?

Page 60

Page 7: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 7

• Computers are digital

• Just as a standard light switch is a simpler technology than a dimmer, so is digital when compared to analog

Data Representation: How do computers represent data digitally?

digital analog

Page 60

Page 8: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 8

• The binary number system (base 2) uses only two digits 0, and 1

• The following table lists some decimal numbers and their binary equivalent:

How does a computer represent numbers?

Page 60

Page 9: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 9

• Character data is composed of letters, symbols, and numerals that are not used in arithmetic operations

• ASCII requires only 7 bits for each character

• Extended ASCII uses 8 bits to represent each character

How can a computer represent words and letters using bits?

Page 61

Page 10: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 10

• EBCDIC is an alternative 8-bit used by older IBM systems

• Unicode uses 16 bits and provides codes for 65,000 characters – Used for foreign language support

How can a computer represent words and letters using bits?

Page 61

Page 11: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 11

• Sounds and pictures must be transformed into a format the computer can understand

• A computer must digitize colors, notes, and instrument sounds into 1s and 0s

How does a computer convert sounds and pictures into codes?

Page 62

Page 12: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 12

• A bit is one binary digit (b)– 0

• A byte is 8 bits (B)– 0010 0100

Quantifying Bits and Bytes: How can I tell the difference between bits and bytes?

Page 63

Page 13: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 13

• Kilo- means a 1000, Mega- means million, Giga -means billion

• Kilobit (Kb) is 1,024 bits

• Kilobyte (KB) is 1, 024 bytes

• Megabyte (MB) is 1,048,576 bytes

• Gigabyte (GB) is 1,073,741,824 bytes

Quantifying Bits and Bytes: How can I tell the difference between bits and bytes?

Page 63

Page 14: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 14

How does a computer store and transport all these bits?

• Bits take the form of electrical pulses that can travel over circuits

• This is almost the same way as electricity flows over a wire when you turn on a light switch

Page 64

Page 15: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 15

• Desktop units are designed with expectation that the home user may add or update the equipment

• Small desktop and notebook computers are not designed for users to access all areas

What’s inside the system unit?

Page 64

Page 16: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 16

What’s inside the system unit?

Page 64

Page 17: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 17

• Most electronic components inside a computer are integrated circuits– Thin slices of silicon crystal packed with

microscopic circuit elements

What’s a computer chip?

Page 64

Page 18: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 18

• Semiconducting materials are used to fabricate a chip

• Types of chips:– DIPs– DIMMs– PGAs– SEC cartridge

What’s a computer chip?

Page 65

Page 19: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 19

What’s a computer chip?

Page 65

Page 20: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 20

• The system board houses all essential chips and provides connecting circuitry between them

How do chips fit together to make a computer?

Page 65

Page 21: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 21

How do chips fit together to make a computer?

Page 66

Page 22: Chapter 4: File Management, Virus Protection, and Backup

Computer Concepts 8th EditionParsons/Oja

Chapter 2Computer Hardware

Section B: Microprocessors and Memory

Page 23: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 23

• An integrated circuit designed to process instructions– CPU on a chip

Microprocessor Basics:What exactly is a microprocessor?

Page 68

Page 24: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 24

• The CPU has two parts• ALU (arithmetic logic unit)

– Performs arithmetic operations– Performs logical operations– Uses registers to hold data being

processed

• The CPU’s control unit directs and coordinates processing

How does a microprocessor work?

Page 68

Page 25: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 25

• Technically yes, but most computer owners rarely do

• Reasons not to upgrade– Cost– Technical factors – speed

• Do research before you upgrade your microprocessor

Can I replace my computer’s microprocessor with a faster one?

Page 71

Page 26: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 26

• A temporary holding area for data, application program instructions, and the operating system– As you type, characters are held in RAM

Random Access Memory: What is RAM?

Page 72

Page 27: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 27

• RAM is primary storage (main memory)– Measured in megabytes (MB) or gigabytes (GB)

• Today’s computers have between 128 MB and 2 GB of RAM

• Depends on software you use• You can purchase additional RAM• A computer can use disk storage to simulate

RAM. This is called virtual memory– Not as fast as RAM

How much RAM does my computer need?

Page 73

Page 28: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 28

• No. RAM components vary in speed, technology, and configuration

• Speed is measured in nanoseconds. 1 nanosecond (ns) is 1 billionth of a second– It can also be expressed in MHz (millions of

cycles per second)

• SDRAM (Synchronous Dynamic RAM)• RDRAM (Rambus Dynamic RAM)

Do all computers use the same type of RAM?

Page 74

Page 29: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 29

• Type of memory circuitry that holds the computer’s startup routine

• Permanent and non-volatile

• Only way to change the instructions on a ROM chip is to replace the chip

Read-Only Memory: How is ROM different from RAM?

Page 74

Page 30: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 30

• A computer needs a semi-permanent way of keeping boot data

• CMOS memory holds data but requires very little power to retain its contents– Retains important computer settings after

you turn the power off– Can run by a battery on the system board

CMOS Memory: Where does a computer store its basic hardware settings?

Page 75

Page 31: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 31

Where does a computer store its basic hardware settings?

Page 75

Page 32: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 32

How do I get the best computer for my money?

• Different buyers have different needs

• Assess your budget and think about how you plan to use your computer

• Look at ads and visit online computer stores

Page 76

Page 33: Chapter 4: File Management, Virus Protection, and Backup

Computer Concepts 8th EditionParsons/Oja

Chapter 2Computer Hardware

Section C: Storage Devices

Page 34: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 34

• A storage medium is the disk, tape, CD, DVD, paper or other substance that contains data

• A storage device is the mechanical apparatus that records and retrieves data from a storage medium

Storage Basics: What are the basic components of a data storage system?

Page 78

Page 35: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 35

• Stores data by magnetizing microscopic particles on the disk or tape surface

• Read-write head - mechanism in the disk drive that reads and writes magnetized particles that represent data

How does magnetic storage work?

Page 79

Page 36: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 36

How does magnetic storage work?

Page 79

Page 37: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 37

• Stores data as microscopic light spots (lands) and dark spots (pits) on the disk surface

• Less susceptible to environmental damage than data recorded on magnetic media

How does optical storage work?

Page 79

Page 38: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 38

How does optical storage work?

Page 79

Page 39: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 39

How does solid state storage work?• Stores data in a non-volatile, erasable, low-

power chip

• Some solid state storage requires a device called a card reader to transfer data to or from a computer

• Provides faster access to data than magnetic or optical storage technology because it includes no moving parts

Page 80

Page 40: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 40

• Devices can be added into empty drive bays

Can I add storage devices to my computer?

Page 80

Page 41: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 41

• A floppy disk is a round piece of flexible mylar plastic covered with a thin layer of magnetic oxide and sealed inside a protective casing

What is floppy disk technology?

Page 81

Page 42: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 42

• HD DS 3½” diskettes have capacity of 1.44 MB

• Zip disks come in 100 MB, 250 MB, and 750 MB versions

How much data can a HD DS disk and a Zip disk hold?

Page 82

Page 43: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 43

• Major advantage – portability• Major disadvantage – not a particularly

speedy device and limited storage capacity

• Slowly being replaced by solid state technology

• Today most software vendors use CD-ROM or DVD-ROM disks instead

What are the advantages and disadvantages of HD DS floppy disks?

Page 82

Page 44: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 44

• Disk density - closeness and size of magnetic particles on the disk’s surface

• Zip disks store data at a higher density than a standard 3½” floppy disk

How can ZIP disks store more data than standard floppy disk?

Page 82

Page 45: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 45

• Hard disk platter - a flat, rigid disk made of aluminum or glass and coated with magnetic iron oxide particles– Density far exceeds floppy disk

• Hard disk - one or more platters and their associated read-write heads– Preferred type of main storage

• Miniature hard drives store 20 to 40 GB

How does a hard disk work?

Page 83

Page 46: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 46

How does a hard disk work?

Page 83

Page 47: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 47

• Head crash - when a read-write head runs into a dust particle or other contaminant on the disk– Head crash damages some data on disk– Triggered by jarring the hard disk while in

use– Not limited to hard disks

What’s the downside of hard disk storage?

Page 84

Page 48: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 48

• Tape backup - copy of data on hard disk stored on magnetic tape

• Relatively inexpensive

• Primarily used on business computers

• Not suitable for everyday storage tasks

• Sequential-access storage medium

Tape Storage: What’s the purpose of a tape drive?

Page 85

Page 49: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 49

• CD– Holds up to 80 minutes of music or 700

MB of data

• DVD– Holds about 4.7 GB of data– A double layer DVD has two recordable

layers on the same side and can store 8.5 GB of data

CD and DVD technology: Is there a difference between CD and DVD technology?

Page 86

Page 50: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 50

How do CD and DVD drives work?

Page 86

Page 51: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 51

• Recordable technology uses a laser to change the color in a dye layer sandwiched beneath the clear plastic disk surface

• Rewritable technology uses “phase change” technology to alter a crystal structure on the disk surface

How do CD and DVD drives work?

Page 86

Page 52: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 52

Can I use a single drive to work with any CD or DVD media?

Page 87

Page 53: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 53

• It is slower than hard disk access

• Not yet a suitable replacement

Are rewritable CD or DVD drives an acceptable replacement for a hard disk?

Page 88

Page 54: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 54

• Not exactly– Movie files are still very large– Television DVD drives include MPEG

decoding circuitry

Is my computer DVD drive the same as the one connected to my TV?

Page 88

Page 55: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 55

• Portable, provides fast access to data and uses very little power– USB flash drive– CompactFlash card– MMC– SecureDigital– SmartMedia

Solid State Storage: When would I use solid state storage?

Page 88

Page 56: Chapter 4: File Management, Virus Protection, and Backup

Computer Concepts 8th EditionParsons/Oja

Chapter 2Computer Hardware

Section D: Input and Output Devices

Page 57: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 57

Basic Input Devices: What devices can I use to get data into a computer?

Page 90

Page 58: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 58

• CRT (cathode ray tube)

• LCD (liquid crystal display) – LCDs are clearer, have low radiation

emission, are portable, and compact– LCDs are also more expensive than CRTs

What are my options for display devices?

Page 92

Page 59: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 59

What are my options for display devices?

• Plasma screen technology– Lightweight, compact, and more expensive

than CRT monitors

Page 92

Page 60: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 60

How does an ink jet printer work?

• Nozzle-like print head that sprays ink onto paper to form characters and graphics

• Most ink jet printers use CMYK color

Page 94

Page 61: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 61

• A laser printer paints dots of light on a light-sensitive drum– Higher quality than ink jet – More expensive to buy than ink jet– Less expensive to operate than ink jet

How do laser printers compare to ink jet printers?

Page 94

Page 62: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 62

How do laser printers compare to ink jet printers?

Page 94

Page 63: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 63

• Produce characters and graphics by using a grid of fine wires– Introduced in 1970s– Low quality output– Used for “back-office” applications that

demand low operating cost and dependability

– Can print multipart carbon forms

What is a dot matrix printer?

Page 94

Page 64: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 64

What is a dot matrix printer?

Page 95

Page 65: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 65

• Thermal transfer printer– Uses page-sized ribbons coated with wax– Print head consists of heating elements to

melt the wax

• Dye sublimation printer– Similar to wax, but page-sized ribbon

contains dye– Print heads diffuse the dye

What other printer technologies are available?

Page 95

Page 66: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 66

• Resolution– Measured in dpi (dots per inch)

• Print speed– Measured either by pages per minute

(ppm) or characters per second (cps)• Color takes longer than black and white• Text prints faster than graphics

Printers: What features should I look for in a printer?

Page 95

Page 67: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 67

• Duty cycle - indication of the number of pages a printer can be expected to print per month

• Indicates maintenance costs• Operating costs

– Printers require ongoing costs including ribbons, ink cartridges, and toner

– Per copy cost is the cost of printing a page with an average amount of text, graphics, and color

What features should I look for in a printer?

Page 95

Page 68: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 68

• Duplex capability– A printer with duplex capability can print on both

sides of the paper

• Memory– A computer sends data for a printout to the

printer along with a set of instructions on how to print the data

What features should I look for in a printer?

Page 96

Page 69: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 69

• Internal devices– Tools required

• Screwdriver• Directions

– Before installing• Unplug the computer• Ground yourself

– Installing• Follow the directions

Installing Peripheral Devices: Is it difficult to install a new peripheral device?

Page 96

Page 70: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 70

• Expansion slot - long, narrow socket on the system board into which you can plug an expansion card

• Expansion card - small circuit board that provides computer with ability to control storage, input or output device

What’s an expansion slot?

Page 97

Page 71: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 71

What’s an expansion slot?

Page 97

Page 72: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 72

What’s an expansion slot?

• ISA (Industry Standard Architecture)– Used today only for some modems and other

relatively slow devices

• PCI (Peripheral Component Interconnect)– Offers fast transfer speeds and a 32-bit or 64-bit

data bus

• AGP (Accelerated Graphics Port)– Provides a high-speed data pathway primarily

used for graphics cards

Page 97

Page 73: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 73

• Equipped with a special type of external slot called a PCMCIA slot

• Typically a notebook only has one slot, but the slot can hold more than one PC card (PCMCIA expansion cards)

Do notebook computers contain expansion slots?

Page 97

Page 74: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 74

• Used to connect a peripheral device

• Expansion port - any connector that passes data in and out of a computer or peripheral device

What is an expansion port?

Page 98

Page 75: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 75

What is an expansion port?

Page 98

Page 76: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 76

How do I know which cable to use? Serial

DB-9

ParallelDB-25M

USB

SCSIC-50F

IEEE 13394

VGAHDB-15

Page 99

Page 77: Chapter 4: File Management, Virus Protection, and Backup

Chapter 2: Computer Hardware 77

You should now be able to:– Explain why most computers are digital– Describe the role of the ALU– List factors that affect performance– Explain RAM– Compare storage technologies– Describe computer’s expansion bus– Explain hardware compatibility

considerations

Conclusion