Chapter 4 The Components of the System Unit

49
Discovering Computers 2008 Chapter 4 The Components of the System Unit

description

Chapter 4 The Components of the System Unit. The System Unit. Next. Case that contains electronic components of the computer used to process data. system unit. system unit. handheld. tablet. system unit. system unit. system unit. Smart phone. system unit. system unit. Playstation. - PowerPoint PPT Presentation

Transcript of Chapter 4 The Components of the System Unit

Page 1: Chapter 4 The Components of the System Unit

Discovering Computers 2008

Chapter 4The

Components of the

System Unit

Page 2: Chapter 4 The Components of the System Unit

The System UnitWhat is the system unit?

p. 184 Next

Case that contains electronic components of the computer used to process data

system unit

system unit

system unit

system unit

system unit

system unit

system unit

tablet

Smart phone

handheld

iPOD

tablet

Playstation

system unit

Page 3: Chapter 4 The Components of the System Unit

The System Unit

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

Drive bay(s)

Power supply

Sound card

Video card

Processor

Memory

Page 4: Chapter 4 The Components of the System Unit

The System UnitWhat is the motherboard?

p. 186 Next

Main circuit board in system unit

Contains expansion slots, processor chips, and memory slots

Sometimes called a system board

memory

Page 5: Chapter 4 The Components of the System Unit

ProcessorControl

UnitArithmetic

Logic Unit (ALU)Arithmetic

Logic Unit (ALU)

Processor

What is the central processing unit (CPU)?

p. 187 Fig. 4-4 Next

InputDevices

StorageDevices

OutputDevices

Interprets and carries out basic instructions that operate a computer

MemoryData Information

InstructionsData

Information

InstructionsData

Information

Control Unit

Control unit directs and coordinates operations in computer

Arithmetic logic unit (ALU) performs arithmetic, comparison, and logical operations

Also called the processor

Page 6: Chapter 4 The Components of the System Unit

ProcessorControl Unit

Memory

ALU

ProcessorWhat is a machine cycle?

p. 188 Fig. 4-5 Next

Step 1. Fetch Obtain program instruction or data item from memory

Step 2. Decode Translate instruction into commands

Step 4. Store Write result to memory

Step 3. Execute Carry out command

Four operations of the CPU comprise a machine cycle

Page 7: Chapter 4 The Components of the System Unit

Stores location from where instruction

was fetched

ProcessorWhat is a register?

Stores instruction while it is

being decoded

Next

Stores data while ALU computes it

Stores results of calculation

Temporary high-speed storage area that holds data and instructions

Control Unit

ALU

p. 189

Page 8: Chapter 4 The Components of the System Unit

ProcessorWhat is the system clock?

Next

Each tick is a

clock cycle

Pace of system clock is clock speed

Most clock speeds are in the gigahertz (GHz)

range (1 GHz = one billion ticks of system

clock per second)

Processor speed can also be measured in

millions of instructions per second (MIPS)

Controls timing of all computer operations Generates regular electronic pulses, or ticks, that set

operating pace of components of system unit

Page 9: Chapter 4 The Components of the System Unit

MOORE’S LAW

Computers double their capacity and number of circuits every two years.

1965

http://www.youtube.com/watch?v=UhZlk5bws9M

Page 10: Chapter 4 The Components of the System Unit

ProcessorWhat are dual-core and multi-core processors?

p. 190 Next

A dual-core processor is a single chip that contains twoseparate processors

A multi-core processor is a chip with more than 2separate processors

Each processor on a dual-core/multi-core chip generallyruns at a slower clock speed, but increase overall performance

A quad processor is a chip with 4 separate processors

Energy Efficient

Why?

Page 11: Chapter 4 The Components of the System Unit

Dual Core ProcessorsLower levels of power consumption

Less heat emitted

Boost multitasking

Page 12: Chapter 4 The Components of the System Unit

Processor

The leading manufacturers of personal computer processor chips are Intel and AMD

Page 13: Chapter 4 The Components of the System Unit

Processor Determine how you plan to use a new computer before selecting a

processor

Page 14: Chapter 4 The Components of the System Unit

Data RepresentationHow do computers represent data?

Next

Recognize only two discrete states: on or off

Use a binary system to recognize two states

Use Number system with two unique digits: 0 and 1, called bits (short for binary digits)

Most computers are digital

Page 15: Chapter 4 The Components of the System Unit

Data RepresentationWhat is a byte?

p. 195 Fig. 4-12 Next

Eight bits grouped together as a unit Provides enough different combinations of 0s and 1s

to represent 256 individual characters Numbers Uppercase

and lowercase letters

Punctuation marks

Other

Page 16: Chapter 4 The Components of the System Unit

Data RepresentationWhat are three popular coding systems to represent data?

p. 195 Fig. 4-13 Next

ASCII—American Standard Code for Information Interchange EBCDIC—Extended Binary Coded Decimal Interchange Code Unicode—coding scheme capable of representing all

world’s languages

ASCII Symbol EBCDIC

00110000 0 1111000000110001 1 1111000100110010 2 1111001000110011 3 11110011

Page 17: Chapter 4 The Components of the System Unit

Memory

Each location in memory has an address Memory size is measured in kilobytes (KB or K),

megabytes (MB), gigabytes (GB), or terabytes (TB)

Page 18: Chapter 4 The Components of the System Unit

Data RepresentationHow is a letter converted to binary form and back?

p. 196 Next

Step 3.The system unit converts the scan code for the capital letter T to its ASCII binary code (01010100) and stores it in memory for processing.

Step 2.An electronic signal for the capital letter T is sent to the system unit.

Step 4.After processing, the binary code for the capital letter T is converted to an image, and displayed on the output device.

T

Step 1.The user presses the capital letter T (SHIFT+T key) on the keyboard.

Page 19: Chapter 4 The Components of the System Unit

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:

The operating system and other system software

Application programs

Page 20: Chapter 4 The Components of the System Unit

MemoryHow do program instructions transfer in and out of RAM?

p. 198 Fig. 4-17 Next

Step 1. When you start the computer, certain operating system files are loaded into RAM from the hard disk. The operating system displays the user interface on the screen.

Operating system instructions

Web browser instructions

Paint program instructions

Operating system interface

Web browser window

Paint program window

Web browser program instructions are

removed from RAM

Web browser window is no

longer displayed on desktop

Step 2. When you start a Web browser, the program’s instructions are loaded into RAM from the hard disk. The Web browser window is displayed on the screen.

Step 3. When you start a paint program, the program’s instructions are loaded into RAM from the hard disk. The paint program, along with the Web Browser and certain operating system instructions are in RAM. The paint program window is displayed on the screen.

Step 4. When you quit a program, such as the Web browser, its program instructions are removed from RAM. The Web browser is no longer displayed on the screen.

RAM

RAM

Page 21: Chapter 4 The Components of the System Unit

MemoryWhat is random access memory (RAM)?

Next

The more RAM a computer has, the faster it responds

Also called main memory

Most RAM is volatile, it is lost when computer’s

power is turned off

Memory chips that can be read from and written

to by processor

Page 22: Chapter 4 The Components of the System Unit

Memory

The system unit contains two types of memory:

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 23: Chapter 4 The Components of the System Unit

MemoryWhere does memory reside?

p. 199 Next

Resides on small circuit board called memory module

Memory slots on motherboard hold memory modules

memory chip

memory slot

dual inline memory module

Page 24: Chapter 4 The Components of the System Unit

MemoryHow much RAM does a computer require?

p. 199 Next

Depends on the types of software you plan to use

For optimal performance, you need more than minimum requirements

Page 25: Chapter 4 The Components of the System Unit

Memory

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

Page 26: Chapter 4 The Components of the System Unit

Memory --What is cache?

p. 201 Fig. 4-20 Next

L1 cache built into processorL2 cache slower but has larger capacityL2 advanced transfer cache is faster, built directly on processor chipL3 cache is separate from processor chip on motherboard (L3 is only on computers that use L2 advanced transfer cache)

Helps speed computer processes by storing frequently used instructions and data

Also called memory cache

Page 27: Chapter 4 The Components of the System Unit

Memory

What is read-only memory (ROM)?

Next

Memory chips that store permanent data and instructions

Firmware—Manufactured with permanently written data, instructions, or information

p. 201 - 202

Page 28: Chapter 4 The Components of the System Unit

A USB Flash Drive

The chip on the left is the flash memory. The microcontroller is on the right.

Page 29: Chapter 4 The Components of the System Unit

MemoryWhat is access time?

p. 203 Figs. 4-22-4-23 Next

Amount of time it takes processor to read data from memory

Measured in nanoseconds (ns), one billionth of a second

It takes 1/10 of a second to blink your eye; a computer can perform up to 10 million operations in same amount of time

Term Speed

Millisecond One-thousandth of a secondMicrosecond One-millionth of a secondNanosecond One-billionth of a secondPicosecond One-trillionth of a second

Page 30: Chapter 4 The Components of the System Unit

Expansion Slots and Adapter Cards

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

An adapter card (formerly called an expansion card)

enhances functions of a component of the system unit and/or provides connections to peripherals

Sound card and video card

Page 31: Chapter 4 The Components of the System Unit

Expansion Slots and Adapter Cards

What is an expansion slot?

p. 204 - 205 Fig. 4-25 Next

An opening, or socket, on the motherboard that can hold an adapter card

With Plug and Play, the computer automatically configures cardsand other devices as you install them

Page 32: Chapter 4 The Components of the System Unit

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

Page 33: Chapter 4 The Components of the System Unit

Ports and Connectors

Page 34: Chapter 4 The Components of the System Unit

Ports and Connectors

Page 35: Chapter 4 The Components of the System Unit

Ports and ConnectorsWhat is a serial port?

p. 207 Fig. 4-30 Next

Transmits one bit of data at a time

Connects slow-speed devices, such as a mouse, keyboard, or modem

Page 36: Chapter 4 The Components of the System Unit

Ports and ConnectorsWhat is a parallel port?

p. 207 Next

Connects devices that can transfer more than one bit at a time, such as a printer

Page 37: Chapter 4 The Components of the System Unit

Third USB device connects to second USB

device, and so on

Second USB device connects

to first USB deviceFirst USB

device connects to USB port on computer

Single USB port can be used to attach

multiple peripherals in a daisy chain

PCs typically have six to eight USB ports

on front or back of the system unit

Ports and Connectors What are USB ports?

p. 208 Next

USB (universal serial bus) port can connect up to 127 different peripherals together

with a single connector type

USB 2.0

Page 38: Chapter 4 The Components of the System Unit

Ports and ConnectorsWhat are FireWire ports?

p. 209 Next

Connects multiple types of devices that require faster data transmission speeds

Allows you to connect up to 63 devices together

Click to view Web Link,click Chapter 4, Click Web Linkfrom left navigation, then click FireWire Ports below Chapter 4

Page 39: Chapter 4 The Components of the System Unit

Ports and Connectors

A Bluetooth wireless port adapter converts a USB port into a Bluetooth port

A smart phone might communicate with a notebook computer using an IrDA port

39

Page 40: Chapter 4 The Components of the System Unit

BusesWhat is a bus?

Next

Channel that allows devices inside computer to communicate with each other System bus connects processor

and RAM Bus width determines number

of bits transmitted at one time Wider the bus, the faster the

transfer of data to the CPU 32-bit bus vs. 64 bit processor

System or internal bus

External bus

bus

p. 211

http://zone.ni.com/devzone/cda/tut/p/id/5709

control bus

Page 41: Chapter 4 The Components of the System Unit

BaysWhat is a bay?

p. 212 Fig. 4-36 Next

Opening inside system unit used to install additional equipment

Drive bays typically hold disk drives

Page 42: Chapter 4 The Components of the System Unit

External peripherals might use an AC

adapter, which is an external power supply

Power SupplyWhat is a power supply?

Next

ConvertsAC Power

intoDC Power for the computer

AC = 115 volts

DC= 5-12 voltsFan keepssystem unit components

cool

p. 213

Page 43: Chapter 4 The Components of the System Unit

Expansion Slots and Adapter CardsWhat are flash memory cards?

Next

A flash memory card allows users to transfer data from mobile devices to desktop computers

USB Flash drive

p. 205 Fig. 4-26–4-27

Click to view Web Link,click Chapter 4, Click Web Linkfrom left navigation, then click ExpressCard Modules

below Chapter 4

Page 44: Chapter 4 The Components of the System Unit

Expansion Slots and Adapter Cards

p. 205 Fig. 4-26–4-27 Next

Click to view Web Link,click Chapter 4, Click Web Linkfrom left navigation, then click ExpressCard Modules

below Chapter 4

What are PC cards and ExpressCard modules?

An ExpressCard module adds memory, communications, multi-media and security capabilities to notebook computers

A PC card enables wireless Internet access for notebook computers

Page 45: Chapter 4 The Components of the System Unit

Advantages of Express Cards over PC Cards

45% smaller (ExpressCard/34) or 22% smaller (ExpressCard/54) than PC Card

Up to 2.5X faster than CardBus PC Cards Lower cost due to elimination of CardBus

controller in host and ability to easily repackage existing USB 2.0 and PCI Express peripheral designs into the ExpressCard form factor

Longer battery life due to move to lower voltages and superior power management

Page 46: Chapter 4 The Components of the System Unit

Mobile Computers and DevicesWhat is a mobile computer?

p. 213 - 214 Fig. 4-37 Next

Notebook, weighing between 2.5 and 9 pounds, or mobile device such as a PDA

Page 47: Chapter 4 The Components of the System Unit

Mobile Computers and DevicesWhat ports are on a notebook computer?

p. 214 Fig. 4-38 Next

Page 48: Chapter 4 The Components of the System Unit

Mobile Computers and DevicesWhat ports and slots are on a tablet PC?

p. 214 Fig. 4-39 Next

Page 49: Chapter 4 The Components of the System Unit

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