Components of a System Unit

Embed Size (px)

Citation preview

  • 8/21/2019 Components of a System Unit

    1/52

    Living in a Digital World

    Discovering

    Computers 2010

  • 8/21/2019 Components of a System Unit

    2/52

    Objectives Overview

    Differentiate among variousstyles of system units on

    desktop computers,

    notebook computers, andmobile devices

    Identify chips, adaptercards, and othercomponents of a

    motherboard

    Describe the control unitand arithmetic logic unit

    components of a processor,

    and explain the four steps ina machine cycle

    Identify characteristics ofvarious personal computer

    processors on the markettoday, and describe the

    ways processors are cooled

    Define a bit and describe

    how a series of bitsrepresents data

    Explain how program

    instructions transfer in andout of memory

    Discovering Computers 2010: Living in a Digital World

    Chapter 42See Page 209

    for Detailed Objectives

  • 8/21/2019 Components of a System Unit

    3/52

    Objectives Overview

    Differentiate among the varioustypes of memory

    Describe the purpose and typesof expansion slots and adaptercards, and differentiate among

    slots for various removable flashmemory devices

    Differentiate between a port anda connector, and explain the

    differences among a USB port,FireWire port, Bluetooth port,

    SCSI port, eSATA port, IrDA port,serial port, and MIDI port

    Describe the types of buses in acomputer

    Explain the purpose of a power

    supply and describe how it keepscool

    Understand how to clean a

    system unit on a computer ormobile device

    Discovering Computers 2010: Living in a Digital World

    Chapter 43See Page 209

    for Detailed Objectives

  • 8/21/2019 Components of a System Unit

    4/52

    The System Unit

    • The system unit is a case that contains electronic

    components of the computer used to process data

    Discovering Computers 2010: Living in a Digital World

    Chapter 44Page 210

    Figure 4-1

  • 8/21/2019 Components of a System Unit

    5/52

    The System Unit

    • The inside of the system unit on a desktop

    personal computer includes:

    Discovering Computers 2010: Living in a Digital World

    Chapter 45Page 211

    Figure 4-2

    Drive bay(s)

    Power supply

    Sound card

    Video card

    Processor

    Memory

  • 8/21/2019 Components of a System Unit

    6/52

    The System Unit

    • The motherboard is the main circuit board of the

    system unit

     – A computer chip contains integrated circuits

    Discovering Computers 2010: Living in a Digital World

    Chapter 46Page 212

    Figure 4-3

  • 8/21/2019 Components of a System Unit

    7/52

    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 2010: Living in a Digital World

    Chapter 47Page 213

    Multi-coreprocessor

    Dual-coreprocessor

    Quad-coreprocessor

  • 8/21/2019 Components of a System Unit

    8/52

    Processor

    Discovering Computers 2010: Living in a Digital World

    Chapter 48Page 213

    Figure 4-4

  • 8/21/2019 Components of a System Unit

    9/52

    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 2010: Living in a Digital World

    Chapter 49Page 214

    Click to view Web Link,click Chapter 4, Click WebLink from left navigation,then click Control Unitbelow Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    10/52

    Processor

    • For every instruction, a processor repeats a set of

    four basic operations, which comprise a machine

    cycle

    Discovering Computers 2010: Living in a Digital World

    Chapter 410Page 215

    Figure 4-5

  • 8/21/2019 Components of a System Unit

    11/52

    Processor

    • Most current personal

    computers support

    pipelining

     –Processor beginsfetching a second

    instruction before it

    completes the machine

    cycle for the first

    instruction

    Discovering Computers 2010: Living in a Digital World

    Chapter 411Pages 215  –  216

    Figure 4-6

  • 8/21/2019 Components of a System Unit

    12/52

    Processor

    The processor contains registers, thattemporarily hold data and instructions

    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 2010: Living in a Digital World

    Chapter 412Page 216

  • 8/21/2019 Components of a System Unit

    13/52

    Processor

    • The leading

    manufacturers of

    personal computer

    processor chips are Inteland AMD

    Discovering Computers 2010: Living in a Digital World

    Chapter 413Pages 216  –  217

    Figure 4-7

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

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    14/52

    Processor

    • Determine how you plan to use a new computer

    before selecting a processor

    Discovering Computers 2010: Living in a Digital World

    Chapter 414Page 218

    Figure 4-8

  • 8/21/2019 Components of a System Unit

    15/52

    Processor

    • A processor chip

    generates heat that

    could cause the chip to

    burn up• Require additional

    cooling

     – Heat sinks

     – Liquid cooling

    technology

    Discovering Computers 2010: Living in a Digital World

    Chapter 415Pages 219 - 220

    Figures 4-9  –  4-10

    Click to view Web Link,click Chapter 4, Click WebLink from left navigation,then click Liquid Coolingbelow Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    16/52

    Processor

    • Parallel processing uses multiple processors

    simultaneously to execute a single program or task

     – Massively parallel processing involves hundreds or thousands of

    processors

    Discovering Computers 2010: Living in a Digital World

    Chapter 416Page 220

    Figure 4-11

  • 8/21/2019 Components of a System Unit

    17/52

    Data Representation

    Analog signals are continuous and vary instrength and quality 

    Digital signals are in one of two states: onor off  

    • Most computers are digital

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

    • Bits and bytes

    Discovering Computers 2010: Living in a Digital World

    Chapter 417Page 221

  • 8/21/2019 Components of a System Unit

    18/52

    Data Representation

    A computer circuit representsthe 0 or the 1 electronically bythe presence or absence of anelectrical charge

    Eight bits grouped together as aunit are called a byte. A byterepresents a single character inthe computer

    Discovering Computers 2010: Living in a Digital World

    Chapter 418Page 221

    Figures 4-12  –  4-13

  • 8/21/2019 Components of a System Unit

    19/52

    Data Representation

    • ASCII (American

    Standard Code for

    Information

    Interchange) is the mostwidely used coding

    scheme to represent

    data

    Discovering Computers 2010: Living in a Digital World

    Chapter 419Page 221

    Figure 4-14

  • 8/21/2019 Components of a System Unit

    20/52

    Data Representation

    Discovering Computers 2010: Living in a Digital World

    Chapter 420Page 222

    Figure 4-15

  • 8/21/2019 Components of a System Unit

    21/52

    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 2010: Living in a Digital World

    Chapter 421Page 223

    The operatingsystem and othersystem software

    Applicationprograms

    Data beingprocessed and theresulting

    information

  • 8/21/2019 Components of a System Unit

    22/52

    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 2010: Living in a Digital World

    Chapter 422Page 223

    Figure 4-17

  • 8/21/2019 Components of a System Unit

    23/52

    Memory

    • The system unit contains two types of memory:

    Discovering Computers 2010: Living in a Digital World

    Chapter 423Pages 223 - 224

    Volatile memory

    Loses its contents whenpower is turned off

    Example includes RAM 

    Nonvolatile memory

    Does not lose contentswhen power is removed

    Examples include ROM,flash memory, and

    CMOS

  • 8/21/2019 Components of a System Unit

    24/52

    Memory

    Discovering Computers 2010: Living in a Digital World

    Chapter 424Page 224

    Figure 4-18

  • 8/21/2019 Components of a System Unit

    25/52

    Memory

    • Three basic types of RAM chips exist:

    Discovering Computers 2010: Living in a Digital World

    Chapter 425Page 225

    Figure 4-19

    Dynamic RAM(DRAM)

    Static RAM (SRAM)Magnetoresistive

    RAM (MRAM)

  • 8/21/2019 Components of a System Unit

    26/52

    Memory

    • RAM chips usually reside on a memory module 

    and are inserted into memory slots 

    Discovering Computers 2010: Living in a Digital World

    Chapter 426Page 225

    Figure 4-20

  • 8/21/2019 Components of a System Unit

    27/52

    Memory

    • The amount of RAM necessary in a computer

    often depends on the types of software you plan

    to use

    Discovering Computers 2010: Living in a Digital World

    Chapter 427Page 226

    Figure 4-21

  • 8/21/2019 Components of a System Unit

    28/52

    Memory

    • Memory cache speeds the processes of the computer

    because it stores frequently used instructions and data 

    Discovering Computers 2010: Living in a Digital World

    Chapter 428Page 227

    Figure 4-22

    Click to view Web Link,click Chapter 4, Click WebLink from left navigation,then click WindowsReadyBoost below Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    29/52

    Memory

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

    • Firmware

    A PROM (programmable read-only memory) chip is ablank ROM chip that can be written to permanently

    • EEPROM can be erased

    Discovering Computers 2010: Living in a Digital World

    Chapter 429Page 228

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

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    30/52

    Memory

    • Flash memory can be erased electronically and

    rewritten

     – CMOS technology provides high speeds and consumes

    little power

    Discovering Computers 2010: Living in a Digital World

    Chapter 430Pages 228  –  229

    Figure 4-23

  • 8/21/2019 Components of a System Unit

    31/52

    Memory

    • Access time is the amount of time it takes the

    processor to read from memory

     – Measured in nanoseconds 

    Discovering Computers 2010: Living in a Digital World

    Chapter 431Page 229

    Figures 4-24  –  4-25

  • 8/21/2019 Components of a System Unit

    32/52

    Expansion Slots and Adapter Cards

    • An expansion slot is a

    socket on the motherboard

    that can hold an adapter

    card

    • An adapter card enhancesfunctions of a component of

    the system unit and/or

    provides connections to

    peripherals – Sound card and video card

    Discovering Computers 2010: Living in a Digital World

    Chapter 432Page 230

    Figure 4-26

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

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    33/52

    Expansion Slots and Adapter Cards

    • With Plug and Play, the computer automatically

    can configure adapter cards and other peripherals

    as you install them

    Discovering Computers 2010: Living in a Digital World

    Chapter 433Pages 230  –  231

    Figure 4-27

  • 8/21/2019 Components of a System Unit

    34/52

    Expansion Slots and Adapter Cards

    • Removable flash memory includes:

     – Memory cards, USB flash drives, and PC

    Cards/ExpressCard modules

    Discovering Computers 2010: Living in a Digital World

    Chapter 434Page 231

    Figure 4-28

  • 8/21/2019 Components of a System Unit

    35/52

    Ports and Connectors

    A port is the point at which a peripheral attaches to orcommunicates with a system unit (sometimes referred

    to as a jack) 

    A connector joins a cable to a port

    Discovering Computers 2010: Living in a Digital World

    Chapter 435Page 232

    Click to view Web Link,click Chapter 4, Click WebLink from left navigation,then click Digital Audio Portbelow Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    36/52

    Ports and Connectors

    Discovering Computers 2010: Living in a Digital World

    Chapter 436Page 232

    Figure 4-29

  • 8/21/2019 Components of a System Unit

    37/52

    Ports and Connectors

    • On a notebook computer, the ports are on the

    back, front, and/or sides

    Discovering Computers 2010: Living in a Digital World

    Chapter 437Pages 232 - 233

    Figure 4-30

  • 8/21/2019 Components of a System Unit

    38/52

    Ports and Connectors

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    38Page 233Figure 4-31

  • 8/21/2019 Components of a System Unit

    39/52

    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 2010: Living in a Digital WorldChapter 4

    39Page 234Figure 4-32

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

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    40/52

    Ports and Connectors

    • Other types of ports include:

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    40Pages 234 - 236

    Firewireport

    Bluetooth port

    SCSI port

    eSATAport

    IrDA port Serial port

    MIDI port

  • 8/21/2019 Components of a System Unit

    41/52

    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

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    41Page 235Figures 4-33  –  4-34

  • 8/21/2019 Components of a System Unit

    42/52

    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 2010: Living in a Digital WorldChapter 4

    42Page 236Figure 4-35

    Click to view Web Link,click Chapter 4, Click WebLink from left navigation,then click Docking Stationbelow Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    43/52

    Buses

    • A bus allows the variousdevices both inside andattached to the systemunit to communicate with

    each other – Data bus

     – Address bus

    • Word size is the number

    of bits the processor caninterpret and execute at agiven time 

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    43Page 237Figure 4-36

  • 8/21/2019 Components of a System Unit

    44/52

    Buses

    • Expansion slots connect to expansion buses

    • Common types of expansion buses include:

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    44Page 238

    PCI bus PCI Expressbus

    AcceleratedGraphics Port

    USB andFireWire bus

    PC Card busClick to view Web Link,click Chapter 4, Click WebLink from left navigation,then click FireWirebelow Chapter 4 

    http://www.scsite.com/dc2010cp/ch4/weblink/

  • 8/21/2019 Components of a System Unit

    45/52

    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 2010: Living in a Digital WorldChapter 4

    45Page 238Figure 4-37

  • 8/21/2019 Components of a System Unit

    46/52

    Power Supply

    The power supply 

    converts the walloutlet AC power into DC power

    Some external peripherals have an AC

    adapter, which is an external powersupply

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    46Page 239

  • 8/21/2019 Components of a System Unit

    47/52

    Putting It All Together

    Home

    Intel Core 2 Duo or IntelCeleron Dual Core or

    AMD Sempron

    Minimum RAM: 2 GB

    Small Office/Home Office

    Intel Core 2 Quad orIntel Core 2 Extreme or

    AMD Athlon FX or AMDAthlon X2 Dual-Code

    Minimum RAM: 4 GB

    Mobile

    Intel Core 2 Extreme orAMD Turion X2

    Minimum RAM: 2 GB

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    47Page 239Figure 4-38

  • 8/21/2019 Components of a System Unit

    48/52

    Putting It All Together

    Power 

    Intel Itanium 2 or AMDQuad Core Opteron or

    Intel Quad Core Xeon orSun UltraSPARC T2

    Minimum RAM: 8 GB 

    Enterprise

    Intel Core 2 Quad orIntel Core 2 Extreme orAMD Athlon FX or AMD

    Athlon X2 Dual-Core

    Minimum RAM: 4 GB

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    48Page 239Figure 4-38

    Keeping Your Computer

  • 8/21/2019 Components of a System Unit

    49/52

    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 beforecleaning it

    Use compressed air to blow away dust

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

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    49Page 240

  • 8/21/2019 Components of a System Unit

    50/52

    Video: The Leopard with a Time Machine

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    50

    CLICK TO START 

    http://localhost/var/www/apps/conversion/tmp/scratch_5/04_timemachine.wmvhttp://localhost/var/www/apps/conversion/tmp/scratch_5/04_timemachine.wmvhttp://localhost/var/www/apps/conversion/tmp/scratch_5/04_timemachine.wmv

  • 8/21/2019 Components of a System Unit

    51/52

    Summary

    Components of thesystem unit

    How memory storesdata, instructions, and

    information

    Sequence of operationsthat occur when a

    computer executes an

    instruction

    Comparison of variouspersonal computerprocessors on the

    market today

    How to clean the

    exterior and interior ofa system unit

    Discovering Computers 2010: Living in a Digital WorldChapter 4

    51Page 241

  • 8/21/2019 Components of a System Unit

    52/52

    Living in a Digital World

    Discovering

    Computers 2010