39

Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

  • Upload
    umeko

  • View
    39

  • Download
    1

Embed Size (px)

DESCRIPTION

Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS) Expansion Slots/Expansion Cards Sound Card, Network Card, Video Card, Video Capture Card System Clock Buses (System and Expansion(ISA,PCI,AGP, USB and 1394 bus) Ports (back side of system unit) - PowerPoint PPT Presentation

Citation preview

Page 1: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)
Page 2: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Power Supply, Fan Motherboard

• CPU, Co-processor• Heat Sinks• Memory Chips (RAM,ROM,CMOS)• Expansion Slots/Expansion Cards

– Sound Card, Network Card, Video Card, Video Capture Card• System Clock• Buses (System and Expansion(ISA,PCI,AGP, USB and 1394 bus)• Ports (back side of system unit)

– Serial, Parallel, Video,USB, USB 2.0,Midi, SCSI, Wireless,1394 or FireWire– keyboard/Mouse, Hard Drive, Monitor, Printer, other external devices

• Hard Drives, Floppy Drives, Cables• Glue Chips

Page 3: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

CPU

Chip = a small piece of semi conducting material that integrated circuits are etched. An integrated circuit is a pathway capable of carrying electrical current and contains millions of transistors or gates that open or close the circuit for the signal

One of the most important ones is the CPU

CPU

8088 Chip

5 MgHz

4044 Chip

Page 4: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing UnitWhat is the central processing unit (CPU) ?

Interprets and carries out basic instructions that operate a computer

Also calledthe processor

CPU

Page 5: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Common ProcessorsIntel, AMD, IBM and Motorolla

Server Processors Xeon MP, Itanium2, Pentium, Opteron, Athlon

Desktop Processors Pentium D with Dual Core Processor, Pentium4 (with HT

technology), Celeron, Duron,PowerPC Mobile Processors

Pentium Duo, Celeron M, Pentium M, Mobile Athlon, Duron

Page 6: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing Unit

What are the components of the CPU?

CPU

Arithmetic/Logic Unit

(ALU)

Control Unit

Page 7: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing Unit

What is the control unit?

Control Unit

Control unit repeatsfour basic operations:

Fetch - obtain program instruction or data item from memory

Decode - translate instruction into commands

Execute - carry out command Store - write result to memory

Directs and coordinates operations in computer

Page 8: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Four operations of the CPU comprise a machine cycleAlso called instruction cycle

• Execution time (e-time) - time taken to execute and store

e-time

• Instruction time (i-time) - time taken to fetch and decode

i-time

Central Processing Unit

What is a machine cycle?

Page 9: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Comparison (greater than, equal

to, or less than)

Arithmetic (addition, subtraction,

multiplication, and division)

What is the arithmetic/logic unit (ALU) ?

Central Processing Unit

.and.

.and..not..not..or..or.

Logical (AND, OR,

NOT)

CPU component that performs execution part of the machine cycle

Page 10: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing Unit

What is pipelining?

Machine Cycle (without pipelining)

Machine Cycle (with pipelining)

Instruction 1

Instruction 2

Instruction 3

Instruction 4

CPU begins executing second instruction before completing first instruction

Results in faster processing

Page 11: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

What is a register?

Central Processing Unit

Stores location from where

instruction was fetched

Stores instruction while it is

being decoded

Stores data while ALU processes it

Stores results of calculation

Temporary storage area that holds data and instructions

Page 12: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing Unit

What is the system clock?

MHz - one million ticks of system clock

GHz – one billion ticks of system clock

Synchronizes all computer operations

Each tick is clock cycle

Page 13: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Central Processing Unit

How do personal computer processors compare?

Page 14: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Data Representation

Two states Binary numbering system

• ASCII (American Standard Code for Information Interchange)

• EBCDIC (Extended Binary Coded Decimal Interchange Code)

Page 15: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Data Representation

What are two popular coding systems to represent data? ASCII - American

Standard Code for Information Interchange

EBCDIC - Extended Binary Coded Decimal Interchange Code

Page 16: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Step 2: Electronic signal for letter T sent to system unit

Step 3: Signal changed to its ASCII code (01010100) and stored in memory

Step 4: After processing, binary code for letter T is converted to image on output device

Data Representation

How is a character sent from keyboard to computer?

Step 1: Press letter T

Page 17: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is memory?

Temporary storage area for operating system, application programs, and data

Consists of one or more chips on motherboard

Each byte stored in unique address

seat C22

seat B22seat A22

Page 18: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

How is memory measured?By number of bytes available

Page 19: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

volatile memoryLoses its contents when Loses its contents when the computer's power is the computer's power is

turned offturned off

volatile memoryLoses its contents when

computer's poweris turned off

Memory

What are two types of system unit memory?

nonvolatile memory

Does NOT lose its contents when

computer’s power is turned off

Page 20: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is random access memory (RAM)?Memory chips that can be read from and

written to by processorMost RAM is volatileThe more RAM a computer has, the faster it

operates

memory module

Page 21: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Types of Memory RAM

• Memory chips in the system unit• Stores programs and data• Volatile• Dynamic RAM (DRAM), must be re-energized

– Synchronous DRAM (SDRAM) is faster because it is synchronized to the system clock, 7.5 ns

– DDR SDRAM, 3ns– RDRAM (Intel and Rambus is trying to push), expensive, 1.25ns

• Static RAM (SRAM)– Faster and more reliable than DRAM– Does not have to be re-energized as frequently as DRAM– Used for special purposes

Page 22: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

RAM Often smaller in size than processor chips

Packaged on circuit boards• SIMM (single in-line memory module) –

old technology current computers use------

• DIMM (dual in-line memory module)• RIMM (Rambus in-line memory module

Typically SDRAM chips

Page 23: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is cache? Helps speed computer

processes by storing frequently used instructions and data

Also called memory cache, cache store, or RAM cache

L1 cache built in processor

L2 and L3 cache not built in processor (depends on currency)

L2 advanced transfer cache most common

Page 24: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Cache

Memory cache, cache store or RAM cache• Level 1 (L1), small capacity (8 Kb to 64 Kb), built

directly on the processor• Level 2 (L2), external cache, on SRAM chips,

slightly slower than L1 cache but has a larger capacity, 64 KB to 4 MB, newer machines L2 cache is built on the processor and called Advanced Transfer cache- these machines can also have L3 cache (external)

• Machines with cache (10-40% faster)• Most current machines have 256K to 512K of

cache

Page 25: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is read-only memory (ROM)?

BIOS (basic input/output system)

Stored on ROMSequence of instructions computer follows to load

operating system and other files when you turn on the

computer

ROM is nonvolatile —

Contents not lost when computer is

turned off

Memory chips that contain data, instructions, or information that is recorded permanently

Data can only be read;

cannot be modified in

ROM

Page 26: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is CMOS?

Complementary metal-oxide

semiconductor memory

Stores information about

the computer

• type of disk drives• keyboard• monitor• current time and date

Uses battery to retain

information when

computer is turned off

Page 27: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Memory

What is memory access time?

Speed at which processor can access data from memory directly

Measured in nanoseconds (ns), which is 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

Page 28: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Expansion Slots and Expansion Cards

What is an expansion slot? An opening, or

socket, where circuit board is inserted into motherboard

Expansion card inserted in expansion slot

expansion card

expansion slot

Page 29: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Expansion Slots and Expansion Cards

How are expansion cards used?

Page 30: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Ports

What is a port? keyboard

USBUSB

mouse

telephone line in

game port

monitor

svideo out

network

printer (parallel port)

cable TV

speaker

serial port

microphone

telephone line out

FM reception

Connects external devices to system unit

Page 31: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Ports

What is a serial port?

serial transmission of data

DB-9 female connector

byte representation for number 5 (00110101) byte

representation for number 5 (00110101)

DB-9 male connector

byte representation for number 5 (00110101)

Transmits one bit of data at a time

Used to connect slow-speed devices, such as mouse, keyboard, modem

Page 32: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Ports

What is a parallel port?byte representation for number 1byte representation for number 3byte representation for number 5

DB-25 male connector

DB-25 female connector

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

Page 33: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Ports

What is a universal serial bus port (USB) ? Connector that

supports newer peripherals and plug and play

Other popular ports include 1394, MIDI, SCSI, and IrDA

USB port

1394 port

Page 34: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

PORTS

USB, USB 2.0Can connect multiple devices

MIDIConnects an instrument to the system unit

SCSIHigh speed parallel port used to connect disk drives, 7 devices can be attached

1394 (Fire Wire)Can connect multiple devices requiring fast connectionsDigital video camcorders, color printers, digital cameras and DVD drives

Page 35: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

What is a bus? Channel that allows

devices inside computer to communicate with each other

System bus connects processor and RAM

Bus width determines numberof bits transmitted at one time

Word size determines numberof bits processor can interpretand execute at a given time

system bus

RAM

processor

Page 36: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Buses

What is an expansion bus? Allows processor to communicate with peripherals

fastestnext fastestnext fastestslowest

processor

memory

PCI busexpansion slots ISA bus expansion

slots

Page 37: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Expansion Bus

Expansion bus allows the CPU to connect to the peripheral device attached to the expansion card

ISA (Industry Standard Architecture)• Mouse, Modem, Soundcard

PCI (Peripheral Component Interconnect)• Hard Drive (4 X faster than ISA)

AGP (Accelerated Graphics Port) which is • actually a bus• Bus designed for a video card (AGP video card)

USB (Universal Serial Bus), multiple devices,• USB connects to the PCI bus

Page 38: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Market Tiers

Top Tier• IBM, Apple, Compaq and HP

Second Tier• Newer companies with high sales volume

– Gateway, Dell, Packard Bell• Third Tier

– Smaller Start up Companies– Mail Order

Page 39: Power Supply, Fan Motherboard CPU, Co-processor Heat Sinks Memory Chips (RAM,ROM,CMOS)

Marketing Channels

Computer Retail Store Mail Order Suppliers Value – added Reseller Manufacturer Direct