lecture 2 components of a computer system

Upload: euqinod

Post on 04-Apr-2018

229 views

Category:

Documents


1 download

TRANSCRIPT

  • 7/30/2019 Lecture 2 Components of a Computer System

    1/23

    Living in a Digital World

    Discovering

    Computers 2010

  • 7/30/2019 Lecture 2 Components of a Computer System

    2/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    3/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    4/23

    The System Unit

    The system unitis a case that contains the electronic

    components of the computer used to process data

    Discovering Computers 2010: Living in a Digital World

    Chapter 44Page 210

    Figure 4-1

  • 7/30/2019 Lecture 2 Components of a Computer System

    5/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    6/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    7/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    8/23

    Processor

    Discovering Computers 2010: Living in a Digital World

    Chapter 48Page 213

    Figure 4-4

  • 7/30/2019 Lecture 2 Components of a Computer System

    9/23

    Processor

    The control unitis 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/
  • 7/30/2019 Lecture 2 Components of a Computer System

    10/23

    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

  • 7/30/2019 Lecture 2 Components of a Computer System

    11/23

    Processor

    The processor contains registers, thattemporarily hold data and instructions

    The system clockcontrols 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 411Page 216

  • 7/30/2019 Lecture 2 Components of a Computer System

    12/23

    Processor

    The leading

    manufacturers of

    personal computer

    processor chips are Inteland AMD

    Discovering Computers 2010: Living in a Digital World

    Chapter 412Pages 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/
  • 7/30/2019 Lecture 2 Components of a Computer System

    13/23

    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 413Page 220

    Figure 4-11

  • 7/30/2019 Lecture 2 Components of a Computer System

    14/23

    Data Representation

    A computer circuit representsthe 0 or the 1 electronically by

    the presence or absence of an

    electrical charge

    Eight bits grouped together as aunit are called a byte. A byte

    represents a single character in

    the computer

    Discovering Computers 2010: Living in a Digital World

    Chapter 414Page 221

    Figures 4-12 4-13

  • 7/30/2019 Lecture 2 Components of a Computer System

    15/23

    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 415Page 221

    Figure 4-14

  • 7/30/2019 Lecture 2 Components of a Computer System

    16/23

    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 416Page 223

    The operatingsystem and othersystem software

    Applicationprograms

    Data beingprocessed and theresulting

    information

  • 7/30/2019 Lecture 2 Components of a Computer System

    17/23

    Memory

    Each location in memory has an address

    Memory size is measured in kilobytes (KB or K),

    megabytes (MB), gigabytes (GB), orterabytes

    (TB)

    Discovering Computers 2010: Living in a Digital World

    Chapter 417Page 223

    Figure 4-17

  • 7/30/2019 Lecture 2 Components of a Computer System

    18/23

    Memory

    The system unit contains two types of memory:

    Discovering Computers 2010: Living in a Digital World

    Chapter 418Pages 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

  • 7/30/2019 Lecture 2 Components of a Computer System

    19/23

    Memory

    Three basic types of RAM chips exist:

    Discovering Computers 2010: Living in a Digital World

    Chapter 419Page 225

    Figure 4-19

    Dynamic RAM(DRAM)

    Static RAM (SRAM)Magnetoresistive

    RAM (MRAM)

  • 7/30/2019 Lecture 2 Components of a Computer System

    20/23

    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 420Page 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/
  • 7/30/2019 Lecture 2 Components of a Computer System

    21/23

    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 421Page 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/
  • 7/30/2019 Lecture 2 Components of a Computer System

    22/23

    Memory

    Flash memorycan be erased electronically and

    rewritten

    CMOStechnology provides high speeds and consumes

    little power

    Discovering Computers 2010: Living in a Digital World

    Chapter 422Pages 228 229

    Figure 4-23

  • 7/30/2019 Lecture 2 Components of a Computer System

    23/23

    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 23Page 231