40
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World

Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

  • Upload
    others

  • View
    8

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Discovering Computers

Fundamentals,

2011 Edition

Living in a Digital World

Page 2: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Objectives Overview

Differentiate among various styles of system units on

desktop computers, notebook computers, and

mobile devices

Describe the control unit and arithmetic logic unit

components of a processor, and explain the four steps in

a machine cycle

Define a bit and describe how a series of bits

represents data

Differentiate among the various types of memory

Discovering Computers Fundamentals, 2011 Edition Chapter 4

2See Page 155

for Detailed Objectives

Page 3: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Objectives Overview

Describe the purpose and types of expansion slots and adapter cards

Differentiate between a port and a connector,

and explain the differences among a USB

port and other ports

Describe the types of buses in a computer

Understand how to clean a system unit on a

computer or mobile device

Discovering Computers Fundamentals, 2011 Edition Chapter 4

3See Page 155

for Detailed Objectives

Page 4: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

The System Unit

• The system unit is a case that contains electronic components of the computer used to process data

Discovering Computers Fundamentals, 2011 Edition Chapter 4

4Page 156

Figure 4-1

Page 5: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

The System Unit

• The inside of the system unit on a desktop personal computer includes:

Discovering Computers Fundamentals, 2011 Edition Chapter 4

5Page 157

Figure 4-2

Drive bay(s)

Power supply

Sound card

Video card

Processor

Memory

Page 6: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

The System Unit

• The motherboard is the main circuit board of the system unit

– A computer chip contains integrated circuits

Discovering Computers Fundamentals, 2011 Edition Chapter 4

6Page 158

Figure 4-3

Page 7: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Processor

• The processor, also called the central processing unit (CPU), interprets and carries out the basic instructions that operate a computer

– Contain a control unit and an arithmetic logic unit (ALU)

Discovering Computers Fundamentals, 2011 Edition Chapter 4

7Page 159

Multi-core processor

Dual-core processor

Quad-core processor

Page 8: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Processor

Discovering Computers Fundamentals, 2011 Edition Chapter 4

8Page 159

Figure 4-4

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click Multi-Core Processors below Chapter 4

Page 9: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Processor

• The control unit is the component of the processor that directs and coordinates most of the operations in the computer

• The arithmetic logic unit (ALU) performs arithmetic, comparison, and other operations

Discovering Computers Fundamentals, 2011 Edition Chapter 4

9Pages 159 - 160

Page 10: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Processor

• For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle

Discovering Computers Fundamentals, 2011 Edition Chapter 4

10Page 160

Figure 4-5

Page 11: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Processor

The system clock controls the timing of all computer operations

•The pace of the system clock is called the clock speed, and is measured in gigahertz (GHz)

Discovering Computers Fundamentals, 2011 Edition Chapter 4

11Pages 160 - 161

Page 12: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Data Representation

Most computers are digital

Digital signals are in one of two states: on or off

• Most computers are digital

• The binary system uses two unique digits (0 and 1)

• Bits and bytes

Discovering Computers Fundamentals, 2011 Edition Chapter 4

12Page 162

Page 13: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Data Representation

A computer circuit represents the 0 or the 1 electronically by the presence or absence of an electrical charge

Eight bits grouped together as a unit are called a byte. A byte represents a single character in the computer

Discovering Computers Fundamentals, 2011 Edition Chapter 4

13Page 162

Figures 4-6 – 4-7

Page 14: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Data Representation

• ASCII (American Standard Code for Information Interchange) is the most widely used coding scheme to represent data

Discovering Computers Fundamentals, 2011 Edition Chapter 4

14Page 162

Figure 4-8

Page 15: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Data Representation

Discovering Computers Fundamentals, 2011 Edition Chapter 4

15Page 163

Figure 4-9

Page 16: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• Memory consists of electronic components that store instructions waiting to be executed by the processor, data needed by those instructions, and the results of processing the data

• Stores three basic categories of items:

Discovering Computers Fundamentals, 2011 Edition Chapter 4

16Page 163

The operating system and other system software

Application programs

Data being processed and the

resulting information

Page 17: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• Each location in memory has an address

• Memory size is measured in kilobytes (KB or K), megabytes (MB), gigabytes (GB), or terabytes(TB)

Discovering Computers Fundamentals, 2011 Edition Chapter 4

17Page 164

Figure 4-11

Page 18: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• The system unit contains two types of memory:

Discovering Computers Fundamentals, 2011 Edition Chapter 4

18Pages 164 - 165

Volatile memory

Loses its contents when power is turned off

Example includes RAM

Nonvolatile memory

Does not lose contents when power is removed

Examples include ROM, flash memory, and

CMOS

Page 19: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

Discovering Computers Fundamentals, 2011 Edition Chapter 4

19Page 165

Figure 4-12

Page 20: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• Three basic types of RAM chips exist:

Discovering Computers Fundamentals, 2011 Edition Chapter 4

20Page 166

Dynamic RAM (DRAM)

Static RAM (SRAM)

MagnetoresistiveRAM (MRAM)

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click RAMbelow Chapter 4

Page 21: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• RAM chips usually reside on a memory moduleand are inserted into memory slots

Discovering Computers Fundamentals, 2011 Edition Chapter 4

21Page 166

Figure 4-13

Page 22: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• The amount of RAM necessary in a computer often depends on the types of software you plan to use

• Memory cache speeds the processes of the computer because it stores frequently used instructions and data

Discovering Computers Fundamentals, 2011 Edition Chapter 4

22Pages 166 - 167

Page 23: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

Read-only memory (ROM) refers to memory chips storing permanent data and instructions

• Firmware

Discovering Computers Fundamentals, 2011 Edition Chapter 4

23Page 167

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click ROMbelow Chapter 4

Page 24: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• Flash memory can be erased electronically and rewritten

– CMOS technology provides high speeds and consumes little power

Discovering Computers Fundamentals, 2011 Edition Chapter 4

24Pages 167 – 168

Figure 4-14

Page 25: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Memory

• Access time is the amount of time it takes the processor to read from memory

– Measured in nanoseconds

Discovering Computers Fundamentals, 2011 Edition Chapter 4

25Page 168

Figures 4-15 – 4-16

Page 26: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Expansion Slots and Adapter Cards

• An expansion slot is a socket on the motherboard that can hold an adapter card

• An adapter card enhances functions of a component of the system unit and/or provides connections to peripherals– Sound card and video card

Discovering Computers Fundamentals, 2011 Edition Chapter 4

26Page 169

Figure 4-17

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click Video Cardsbelow Chapter 4

Page 27: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Expansion Slots and Adapter Cards

• Removable flash memory includes:

– Memory cards, USB flash drives, and PC Cards/ ExpressCard modules

Discovering Computers Fundamentals, 2011 Edition Chapter 4

27Pages 169 - 170

Figure 4-19

Page 28: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

A port is the point at which a peripheral attaches to or communicates with a system unit (sometimes referred to as a jack)

A connector joins a cable to a port

Discovering Computers Fundamentals, 2011 Edition Chapter 4

28Pages 170 - 171

Page 29: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

Discovering Computers Fundamentals, 2011 Edition Chapter 4

29Page 170

Figure 4-20

Page 30: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

• On a notebook computer, the ports are on the back, front, and/or sides

Discovering Computers Fundamentals, 2011 Edition Chapter 4

30Pages 170 - 171

Figure 4-21

Page 31: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

• A USB port can connect up to 127 different peripherals together with a single connector

– You can attach multiple peripherals using a single USB port with a USB hub

Discovering Computers Fundamentals, 2011 Edition Chapter 4

31Pages 171 - 172

Figure 4-22

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click USB Portsbelow Chapter 4

Page 32: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

• Other types of ports include:

Discovering Computers Fundamentals, 2011 Edition Chapter 4

32Pages 172 - 173

Firewireport

Bluetoothport

SCSI port

eSATA port IrDA port MIDI port

Click to view Web Link,click Chapter 4, Click Web Link from left navigation, then click FireWirebelow Chapter 4

Page 33: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Ports and Connectors

• A port replicator is an external device that provides connections to peripherals through ports built into the device

• A docking station is an external device that attaches to a mobile computer or device

Discovering Computers Fundamentals, 2011 Edition Chapter 4

33Page 173

Figure 4-23

Page 34: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Buses

• A bus allows the various devices both inside and attached to the system unit to communicate with each other– Data bus– Address bus

• A computer can have these basic types of buses:– System bus– Backside bus– Expansion bus

Discovering Computers Fundamentals, 2011 Edition Chapter 4

34Page 174

Figure 4-24

Page 35: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Bays

• A bay is an opening inside the system unit in which you can install additional equipment

– A drive bay typically holds disk drives

Discovering Computers Fundamentals, 2011 Edition Chapter 4

35Page 175

Figure 4-25

Page 36: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Power Supply

The power supply converts the wall outlet AC power into DC power

Some external peripherals have an AC adapter, which is an external power supply

Discovering Computers Fundamentals, 2011 Edition Chapter 4

36Page 175

Page 37: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Putting It All Together

Home

Intel Core 2 Quad or Intel Core 2 Duo or AMD

Sempron

Minimum RAM: 2 GB

Small Office/Home Office

Intel Core i7 or Intel Core i7

Extreme or AMD Athlon X2 or AMD Athlon II X2 Dual-

Code

Minimum RAM: 4 GB

Mobile

Intel Core i7 Extreme or AMD

Turion X2

Minimum RAM: 2 GB

Power

Intel Itanium 2 or AMD 6-Core

Opteron or Intel Quad Core Xeon

Minimum RAM: 8 GB

Enterprise

Intel Core i7 or Intel Core i7

Extreme or AMD Athlon X2 or AMD Athlon II X2 Dual-

Core

Minimum RAM: 4 GB

Discovering Computers Fundamentals, 2011 Edition Chapter 4

37Page 176

Figure 4-26

Page 38: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Keeping Your Computer or Mobile Device Clean

Clean your computer or mobile device once or twice a year

Turn off and unplug your computer or mobile device before cleaning it

Use compressed air to blow away dust

Use an antistatic wipe to clean the exterior of the case and a cleaning solution and soft cloth to clean the screen

Discovering Computers Fundamentals, 2011 Edition Chapter 4

38Page 177

Page 39: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Summary

Components of the system unit

How memory stores data, instructions, and

information

Sequence of operations that occur when a

computer executes an instruction

Comparison of various personal computer processors on the

market today

How to clean the exterior and interior of

a system unit

Discovering Computers Fundamentals, 2011 Edition Chapter 4

39Page 178

Page 40: Discovering Computers Fundamentals, 2011 Editionrudist.files.wordpress.com/2014/09/ch4-the-components-of-the-system-unit.pdfthe computer Discovering Computers Fundamentals, 2011 Edition

Discovering Computers

Fundamentals,

2011 Edition

Living in a Digital World

Chapter 4 Complete