SlideShare a Scribd company logo
1 of 52
Chapter 4
System Unit Components




Discovering
    Computers 2012
     Your Interactive Guide
      to the Digital World
Objectives Overview


Differentiate among various                                             Describe the control unit
                                Identify chips, adapter
  styles of system units on                                              and arithmetic logic unit
                                   cards, and other
    desktop computers,                                                 components of a processor,
                                   components of a
 notebook computers, and                                               and explain the four steps in
                                     motherboard
       mobile devices                                                        a machine cycle



 Identify characteristics of
various personal computer      Define a bit and describe                  Explain how program
 processors on the market        how a series of bits                  instructions transfer in and
  today, and describe the          represents data                           out of memory
ways processors are cooled



See Page 209                   Discovering Computers 2012: Chapter 4                              2
for Detailed Objectives
Objectives Overview


                                                                             Differentiate between a port and
                                    Describe the purpose and types
                                                                               a connector, and explain the
                                     of expansion slots and adapter
 Differentiate among the various                                              differences among a USB port,
                                     cards, and differentiate among
        types of memory                                                       FireWire port, Bluetooth port,
                                    slots for various removable flash
                                                                             SCSI port, eSATA port, IrDA port,
                                             memory devices
                                                                                 serial port, and MIDI port




                                     Explain the purpose of a power            Understand how to clean a
 Describe the types of buses in a
                                    supply and describe how it keeps          system unit on a computer or
            computer
                                                  cool                               mobile device




See Page 209                         Discovering Computers 2012: Chapter 4                                   3
for Detailed Objectives
The System Unit

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



Page 210               Discovering Computers 2012: Chapter 4   4
Figure 4-1
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 211            Discovering Computers 2012: Chapter 4   5
Figure 4-2
The System Unit

• The motherboard is the main circuit board of the
  system unit
       – A computer chip contains integrated circuits




Page 212                 Discovering Computers 2012: Chapter 4   6
Figure 4-3
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)

 Multi-core              Dual-core                               Quad-core
 processor               processor                               processor

Page 213                 Discovering Computers 2012: Chapter 4               7
Processor




Page 213     Discovering Computers 2012: Chapter 4   8
Figure 4-4
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




Page 214           Discovering Computers 2012: Chapter 4   9
Processor

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




Page 215           Discovering Computers 2012: Chapter 4   10
Figure 4-5
Processor

    • Most current personal
      computers support
      pipelining
           – Processor begins
             fetching a second
             instruction before it
             completes the machine
             cycle for the first
             instruction



Pages 215 – 216             Discovering Computers 2012: Chapter 4   11
Figure 4-6
Processor

  The processor contains registers, that
  temporarily 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)
Page 216            Discovering Computers 2012: Chapter 4   12
Processor

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




Pages 216 – 217         Discovering Computers 2012: Chapter 4   13
Figure 4-7
Processor

• Determine how you plan to use a new computer
  before selecting a processor




Page 218         Discovering Computers 2012: Chapter 4   14
Figure 4-8
Processor

    • A processor chip
      generates heat that
      could cause the chip to
      burn up
    • Require additional
      cooling
            – Heat sinks
            – Liquid cooling
              technology


Pages 219 - 220                Discovering Computers 2012: Chapter 4   15
Figures 4-9 – 4-10
Processor

• Parallel processing uses multiple processors
  simultaneously to execute a single program or task
       – Massively parallel processing involves hundreds or thousands of
         processors




Page 220                    Discovering Computers 2012: Chapter 4      16
Figure 4-11
Data Representation

 Analog signals are continuous and vary in
 strength and quality

 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
Page 221             Discovering Computers 2012: Chapter 4   17
Data Representation
    A computer circuit represents                Eight bits grouped together as a
    the 0 or the 1 electronically by             unit are called a byte. A byte
    the presence or absence of an                represents a single character in
    electrical charge                            the computer




Page 221                      Discovering Computers 2012: Chapter 4                 18
Figures 4-12 – 4-13
Data Representation

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




Page 221               Discovering Computers 2012: Chapter 4   19
Figure 4-14
Data Representation




Page 222      Discovering Computers 2012: Chapter 4   20
Figure 4-15
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:
                                                                Data being
   The operating
                         Application                        processed and the
 system and other
                          programs                               resulting
  system software
                                                               information

Page 223            Discovering Computers 2012: Chapter 4                   21
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 223          Discovering Computers 2012: Chapter 4   22
Figure 4-17
Memory

• The system unit contains two types of memory:

         Volatile memory                           Nonvolatile memory

          Loses its contents when                        Does not lose contents
            power is turned off                          when power is removed

                                                         Examples include ROM,
          Example includes RAM                             flash memory, and
                                                                 CMOS

Pages 223 - 224              Discovering Computers 2012: Chapter 4                23
Memory




Page 224      Discovering Computers 2012: Chapter 4   24
Figure 4-18
Memory

• Three basic types of RAM chips exist:
       Dynamic RAM                                           Magnetoresistive
                     Static RAM (SRAM)
         (DRAM)                                               RAM (MRAM)




Page 225             Discovering Computers 2012: Chapter 4                      25
Figure 4-19
Memory

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




Page 225         Discovering Computers 2012: Chapter 4   26
Figure 4-20
Memory

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




Page 226          Discovering Computers 2012: Chapter 4   27
Figure 4-21
Memory

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




Page 227              Discovering Computers 2012: Chapter 4   28
Figure 4-22
Memory

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

   • Firmware

  A PROM (programmable read-only memory) chip is
  a blank ROM chip that can be written to
  permanently
   • EEPROM can be erased

Page 228               Discovering Computers 2012: Chapter 4   29
Memory

• Flash memory can be erased electronically and
  rewritten
       – CMOS technology provides high speeds and consumes
         little power




Pages 228 – 229         Discovering Computers 2012: Chapter 4   30
Figure 4-23
Memory

• Access time is the amount of time it takes the
  processor to read from memory
       – Measured in nanoseconds




Page 229               Discovering Computers 2012: Chapter 4   31
Figures 4-24 – 4-25
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



Page 230                           Discovering Computers 2012: Chapter 4   32
Figure 4-26
Expansion Slots and Adapter Cards

• With Plug and Play, the computer automatically
  can configure adapter cards and other peripherals
  as you install them




Pages 230 – 231   Discovering Computers 2012: Chapter 4   33
Figure 4-27
Expansion Slots and Adapter Cards

• Removable flash memory includes:
       – Memory cards, USB flash drives, and PC
         Cards/ExpressCard modules




Page 231                Discovering Computers 2012: Chapter 4   34
Figure 4-28
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 232             Discovering Computers 2012: Chapter 4   35
Ports and Connectors




Page 232      Discovering Computers 2012: Chapter 4   36
Figure 4-29
Ports and Connectors

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




Pages 232 - 233   Discovering Computers 2012: Chapter 4   37
Figure 4-30
Ports and Connectors




Page 233      Discovering Computers 2012: Chapter 4   38
Figure 4-31
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




Page 234                 Discovering Computers 2012: Chapter 4    39
Figure 4-32
Ports and Connectors

• Other types of ports include:
                  Firewire         Bluetooth
                                                                     SCSI port
                    port              port

                   eSATA
                                    IrDA port                        Serial port
                    port


                                    MIDI port

Pages 234 - 236              Discovering Computers 2012: Chapter 4                 40
Ports and Connectors
    A Bluetooth wireless port                  A smart phone might
    adapter converts a USB port into           communicate with a notebook
    a Bluetooth port                           computer using an IrDA port




Page 235                    Discovering Computers 2012: Chapter 4            41
Figures 4-33 – 4-34
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




Page 236                  Discovering Computers 2012: Chapter 4   42
Figure 4-35
Buses

                                 • A bus allows the various
                                   devices both inside and
                                   attached to the system
                                   unit to communicate with
                                   each other
                                        – Data bus
                                        – Address bus
                                 • Word size is the number
                                   of bits the processor can
                                   interpret and execute at a
                                   given time

Page 237      Discovering Computers 2012: Chapter 4             43
Figure 4-36
Buses

• Expansion slots connect to expansion buses
• Common types of expansion buses include:

                                     PCI Express                     Accelerated
           PCI bus
                                         bus                        Graphics Port




                        USB and
                                                          PC Card bus
                     FireWire bus


Page 238                  Discovering Computers 2012: Chapter 4                     44
Bays

    • A bay is an opening
      inside the system unit in
      which you can install
      additional equipment
              – A drive bay typically
                holds disk drives




Page 238                         Discovering Computers 2012: Chapter 4   45
Figure 4-37
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
Page 239       Discovering Computers 2012: Chapter 4   46
Putting It All Together




                   Home                    Small Office/                           Mobile
               Intel Core i5 or            Home Office                     Intel Core i7 Extreme or
              Intel Core 2 i3 or         Intel Core i7 or                       Intel Core i7 or
              AMD Athlon II or      Intel Core i7 Extreme or                  AMD Phenom II or
               AMD Sempron             AMD Phenom II or                          AMD Turion II
                                          AMD Athlon II
        Minimum RAM: 2 GB                                                   Minimum RAM: 2 GB
                                      Minimum RAM: 4 GB

Page 239                           Discovering Computers 2012: Chapter 4                              47
Figure 4-38
Putting It All Together




                    Power                                  Enterprise
                  Intel Xeon or                       Intel Core i7 or
                Intel Itanium or                   Intel Core i7 Extreme
                 AMD Opteron                       or AMD Phenom II or
              Minimum RAM: 8 GB                        AMD Athlon II


                                                   Minimum RAM: 4 GB

Page 239                    Discovering Computers 2012: Chapter 4          48
Figure 4-38
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
Page 240              Discovering Computers 2012: Chapter 4      49
Video: The Leopard with a Time Machine




                      CLICK TO START

              Discovering Computers 2012: Chapter 4   50
Summary


                                                                  Sequence of operations
                           How memory stores
   Components of the                                                 that occur when a
                          data, instructions, and
      system unit                                                  computer executes an
                               information
                                                                        instruction


             Comparison of various
                                                  How to clean the
              personal computer
                                               exterior and interior of
               processors on the
                                                    a system unit
                 market today



Page 241                  Discovering Computers 2012: Chapter 4                       51
Chapter 4
System Unit Components




Discovering
    Computers 2012
     Your Interactive Guide
      to the Digital World
    Chapter 4 Complete

More Related Content

What's hot

What's hot (18)

Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Module3 system unit
Module3 system unitModule3 system unit
Module3 system unit
 
Chapter 07
Chapter 07Chapter 07
Chapter 07
 
Lecture-2(1): Computer Hardware & System Components
Lecture-2(1): Computer Hardware & System Components Lecture-2(1): Computer Hardware & System Components
Lecture-2(1): Computer Hardware & System Components
 
system unit and Motherboard
system unit and Motherboardsystem unit and Motherboard
system unit and Motherboard
 
Module1 introduction to network
Module1 introduction to networkModule1 introduction to network
Module1 introduction to network
 
Computer hardware
Computer hardware Computer hardware
Computer hardware
 
IBM Flex System x220 Compute Node
IBM Flex System x220 Compute NodeIBM Flex System x220 Compute Node
IBM Flex System x220 Compute Node
 
Lecture 2 introduction to computer
Lecture 2 introduction to computerLecture 2 introduction to computer
Lecture 2 introduction to computer
 
IT Week 3
IT Week 3IT Week 3
IT Week 3
 
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3ECS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
 
Intro to it chap 1
Intro to it chap 1Intro to it chap 1
Intro to it chap 1
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Computer Fundamentals Chapter 07 pam
Computer Fundamentals Chapter  07 pamComputer Fundamentals Chapter  07 pam
Computer Fundamentals Chapter 07 pam
 
Operating systems and technologies
Operating systems and technologiesOperating systems and technologies
Operating systems and technologies
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
Miproce2013 motherboardanduserexperience
Miproce2013 motherboardanduserexperienceMiproce2013 motherboardanduserexperience
Miproce2013 motherboardanduserexperience
 
Motherboard
MotherboardMotherboard
Motherboard
 

Similar to Chapter 04

Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012Saiful Msbm
 
Chapter 04 (lec 5)
Chapter 04 (lec 5)Chapter 04 (lec 5)
Chapter 04 (lec 5)Iqra Zaheer
 
Components of system unit-chapter-04.pptx
Components of system unit-chapter-04.pptxComponents of system unit-chapter-04.pptx
Components of system unit-chapter-04.pptxAnmolJalil
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit componentsChristian Sampaga
 
Chapter 4 the components of the system unit
Chapter 4   the components of the system unitChapter 4   the components of the system unit
Chapter 4 the components of the system unithaider ali
 
The Components of The System Unit
The Components of The System UnitThe Components of The System Unit
The Components of The System UnitSamudin Kassan
 
Chapter04
Chapter04Chapter04
Chapter04galaxy
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.pptAhsanRamzan7
 
IT Essentials version 5.0 Presentation Lectures
IT Essentials version 5.0 Presentation LecturesIT Essentials version 5.0 Presentation Lectures
IT Essentials version 5.0 Presentation Lecturescrestjin03
 
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unitellen_rama
 
Chapter 4 - Processor Fundamentals.pdf
Chapter 4 - Processor Fundamentals.pdfChapter 4 - Processor Fundamentals.pdf
Chapter 4 - Processor Fundamentals.pdfMerbertJeruela1
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System UnitAfaq Siddiqui
 
ITE v5.0 - Chapter 1
ITE v5.0 - Chapter 1ITE v5.0 - Chapter 1
ITE v5.0 - Chapter 1Irsandi Hasan
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller Nitesh Kumar
 

Similar to Chapter 04 (20)

Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012
 
Chapter 04 (lec 5)
Chapter 04 (lec 5)Chapter 04 (lec 5)
Chapter 04 (lec 5)
 
Components of system unit-chapter-04.pptx
Components of system unit-chapter-04.pptxComponents of system unit-chapter-04.pptx
Components of system unit-chapter-04.pptx
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit components
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
Chapter 4 the components of the system unit
Chapter 4   the components of the system unitChapter 4   the components of the system unit
Chapter 4 the components of the system unit
 
Lesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptxLesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptx
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
The Components of The System Unit
The Components of The System UnitThe Components of The System Unit
The Components of The System Unit
 
Final ict
Final ictFinal ict
Final ict
 
Chapter04
Chapter04Chapter04
Chapter04
 
System unit
System unitSystem unit
System unit
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.ppt
 
IT Essentials version 5.0 Presentation Lectures
IT Essentials version 5.0 Presentation LecturesIT Essentials version 5.0 Presentation Lectures
IT Essentials version 5.0 Presentation Lectures
 
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unit
 
Chapter 4 - Processor Fundamentals.pdf
Chapter 4 - Processor Fundamentals.pdfChapter 4 - Processor Fundamentals.pdf
Chapter 4 - Processor Fundamentals.pdf
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
 
Ite v5.0 chapter1
Ite v5.0 chapter1Ite v5.0 chapter1
Ite v5.0 chapter1
 
ITE v5.0 - Chapter 1
ITE v5.0 - Chapter 1ITE v5.0 - Chapter 1
ITE v5.0 - Chapter 1
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller
 

More from Sukanya Ben

[GE207] Session03: Digital Technology Trends
[GE207] Session03: Digital Technology Trends[GE207] Session03: Digital Technology Trends
[GE207] Session03: Digital Technology TrendsSukanya Ben
 
[GE207] Session02: Digital Transformation
[GE207] Session02: Digital Transformation[GE207] Session02: Digital Transformation
[GE207] Session02: Digital TransformationSukanya Ben
 
[Ge207] Digital Technology Outline
[Ge207] Digital Technology Outline[Ge207] Digital Technology Outline
[Ge207] Digital Technology OutlineSukanya Ben
 
TQF03_DigitalTechnology
TQF03_DigitalTechnologyTQF03_DigitalTechnology
TQF03_DigitalTechnologySukanya Ben
 
[GE207] Session01: Introduction to Digital Technology
[GE207] Session01: Introduction to Digital Technology[GE207] Session01: Introduction to Digital Technology
[GE207] Session01: Introduction to Digital TechnologySukanya Ben
 
[GE207] Prototyping
[GE207] Prototyping[GE207] Prototyping
[GE207] PrototypingSukanya Ben
 
MIS-CH15: Managing Global Systems
MIS-CH15: Managing Global SystemsMIS-CH15: Managing Global Systems
MIS-CH15: Managing Global SystemsSukanya Ben
 
MIS-CH14: Managing Projects
MIS-CH14: Managing ProjectsMIS-CH14: Managing Projects
MIS-CH14: Managing ProjectsSukanya Ben
 
MIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsMIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsSukanya Ben
 
MIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingMIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingSukanya Ben
 
MIS-CH11: Managing Knowledge
MIS-CH11: Managing KnowledgeMIS-CH11: Managing Knowledge
MIS-CH11: Managing KnowledgeSukanya Ben
 
MIS-CH10: e-Commerce: Digital Markets, Digital Goods
MIS-CH10: e-Commerce: Digital Markets, Digital GoodsMIS-CH10: e-Commerce: Digital Markets, Digital Goods
MIS-CH10: e-Commerce: Digital Markets, Digital GoodsSukanya Ben
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacySukanya Ben
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsSukanya Ben
 
MIS-CH07: Telecommunications, the Internet, and Wireless Technology
MIS-CH07: Telecommunications, the Internet, and Wireless TechnologyMIS-CH07: Telecommunications, the Internet, and Wireless Technology
MIS-CH07: Telecommunications, the Internet, and Wireless TechnologySukanya Ben
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISSukanya Ben
 
MIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesMIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesSukanya Ben
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsSukanya Ben
 
MIS-CH01: Information Systems, Organization, and Strategy
MIS-CH01: Information Systems, Organization, and StrategyMIS-CH01: Information Systems, Organization, and Strategy
MIS-CH01: Information Systems, Organization, and StrategySukanya Ben
 
MIS-CH02: Global e-Business and Collaboration
MIS-CH02: Global e-Business and CollaborationMIS-CH02: Global e-Business and Collaboration
MIS-CH02: Global e-Business and CollaborationSukanya Ben
 

More from Sukanya Ben (20)

[GE207] Session03: Digital Technology Trends
[GE207] Session03: Digital Technology Trends[GE207] Session03: Digital Technology Trends
[GE207] Session03: Digital Technology Trends
 
[GE207] Session02: Digital Transformation
[GE207] Session02: Digital Transformation[GE207] Session02: Digital Transformation
[GE207] Session02: Digital Transformation
 
[Ge207] Digital Technology Outline
[Ge207] Digital Technology Outline[Ge207] Digital Technology Outline
[Ge207] Digital Technology Outline
 
TQF03_DigitalTechnology
TQF03_DigitalTechnologyTQF03_DigitalTechnology
TQF03_DigitalTechnology
 
[GE207] Session01: Introduction to Digital Technology
[GE207] Session01: Introduction to Digital Technology[GE207] Session01: Introduction to Digital Technology
[GE207] Session01: Introduction to Digital Technology
 
[GE207] Prototyping
[GE207] Prototyping[GE207] Prototyping
[GE207] Prototyping
 
MIS-CH15: Managing Global Systems
MIS-CH15: Managing Global SystemsMIS-CH15: Managing Global Systems
MIS-CH15: Managing Global Systems
 
MIS-CH14: Managing Projects
MIS-CH14: Managing ProjectsMIS-CH14: Managing Projects
MIS-CH14: Managing Projects
 
MIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsMIS-CH13: Building Information Systems
MIS-CH13: Building Information Systems
 
MIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingMIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision Making
 
MIS-CH11: Managing Knowledge
MIS-CH11: Managing KnowledgeMIS-CH11: Managing Knowledge
MIS-CH11: Managing Knowledge
 
MIS-CH10: e-Commerce: Digital Markets, Digital Goods
MIS-CH10: e-Commerce: Digital Markets, Digital GoodsMIS-CH10: e-Commerce: Digital Markets, Digital Goods
MIS-CH10: e-Commerce: Digital Markets, Digital Goods
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information Systems
 
MIS-CH07: Telecommunications, the Internet, and Wireless Technology
MIS-CH07: Telecommunications, the Internet, and Wireless TechnologyMIS-CH07: Telecommunications, the Internet, and Wireless Technology
MIS-CH07: Telecommunications, the Internet, and Wireless Technology
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
 
MIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesMIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging Technologies
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation Systems
 
MIS-CH01: Information Systems, Organization, and Strategy
MIS-CH01: Information Systems, Organization, and StrategyMIS-CH01: Information Systems, Organization, and Strategy
MIS-CH01: Information Systems, Organization, and Strategy
 
MIS-CH02: Global e-Business and Collaboration
MIS-CH02: Global e-Business and CollaborationMIS-CH02: Global e-Business and Collaboration
MIS-CH02: Global e-Business and Collaboration
 

Recently uploaded

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Recently uploaded (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

Chapter 04

  • 1. Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World
  • 2. Objectives Overview Differentiate among various Describe the control unit Identify chips, adapter styles of system units on and arithmetic logic unit cards, and other desktop computers, components of a processor, components of a notebook computers, and and explain the four steps in motherboard mobile devices a machine cycle Identify characteristics of various personal computer Define a bit and describe Explain how program processors on the market how a series of bits instructions transfer in and today, and describe the represents data out of memory ways processors are cooled See Page 209 Discovering Computers 2012: Chapter 4 2 for Detailed Objectives
  • 3. Objectives Overview Differentiate between a port and Describe the purpose and types a connector, and explain the of expansion slots and adapter Differentiate among the various differences among a USB port, cards, and differentiate among types of memory FireWire port, Bluetooth port, slots for various removable flash SCSI port, eSATA port, IrDA port, memory devices serial port, and MIDI port Explain the purpose of a power Understand how to clean a Describe the types of buses in a supply and describe how it keeps system unit on a computer or computer cool mobile device See Page 209 Discovering Computers 2012: Chapter 4 3 for Detailed Objectives
  • 4. The System Unit • The system unit is a case that contains electronic components of the computer used to process data Page 210 Discovering Computers 2012: Chapter 4 4 Figure 4-1
  • 5. 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 211 Discovering Computers 2012: Chapter 4 5 Figure 4-2
  • 6. The System Unit • The motherboard is the main circuit board of the system unit – A computer chip contains integrated circuits Page 212 Discovering Computers 2012: Chapter 4 6 Figure 4-3
  • 7. 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) Multi-core Dual-core Quad-core processor processor processor Page 213 Discovering Computers 2012: Chapter 4 7
  • 8. Processor Page 213 Discovering Computers 2012: Chapter 4 8 Figure 4-4
  • 9. 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 Page 214 Discovering Computers 2012: Chapter 4 9
  • 10. Processor • For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle Page 215 Discovering Computers 2012: Chapter 4 10 Figure 4-5
  • 11. Processor • Most current personal computers support pipelining – Processor begins fetching a second instruction before it completes the machine cycle for the first instruction Pages 215 – 216 Discovering Computers 2012: Chapter 4 11 Figure 4-6
  • 12. Processor The processor contains registers, that temporarily 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) Page 216 Discovering Computers 2012: Chapter 4 12
  • 13. Processor • The leading manufacturers of personal computer processor chips are Intel and AMD Pages 216 – 217 Discovering Computers 2012: Chapter 4 13 Figure 4-7
  • 14. Processor • Determine how you plan to use a new computer before selecting a processor Page 218 Discovering Computers 2012: Chapter 4 14 Figure 4-8
  • 15. Processor • A processor chip generates heat that could cause the chip to burn up • Require additional cooling – Heat sinks – Liquid cooling technology Pages 219 - 220 Discovering Computers 2012: Chapter 4 15 Figures 4-9 – 4-10
  • 16. Processor • Parallel processing uses multiple processors simultaneously to execute a single program or task – Massively parallel processing involves hundreds or thousands of processors Page 220 Discovering Computers 2012: Chapter 4 16 Figure 4-11
  • 17. Data Representation Analog signals are continuous and vary in strength and quality 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 Page 221 Discovering Computers 2012: Chapter 4 17
  • 18. Data Representation A computer circuit represents Eight bits grouped together as a the 0 or the 1 electronically by unit are called a byte. A byte the presence or absence of an represents a single character in electrical charge the computer Page 221 Discovering Computers 2012: Chapter 4 18 Figures 4-12 – 4-13
  • 19. Data Representation • ASCII (American Standard Code for Information Interchange) is the most widely used coding scheme to represent data Page 221 Discovering Computers 2012: Chapter 4 19 Figure 4-14
  • 20. Data Representation Page 222 Discovering Computers 2012: Chapter 4 20 Figure 4-15
  • 21. 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: Data being The operating Application processed and the system and other programs resulting system software information Page 223 Discovering Computers 2012: Chapter 4 21
  • 22. 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 223 Discovering Computers 2012: Chapter 4 22 Figure 4-17
  • 23. Memory • The system unit contains two types of memory: Volatile memory Nonvolatile memory Loses its contents when Does not lose contents power is turned off when power is removed Examples include ROM, Example includes RAM flash memory, and CMOS Pages 223 - 224 Discovering Computers 2012: Chapter 4 23
  • 24. Memory Page 224 Discovering Computers 2012: Chapter 4 24 Figure 4-18
  • 25. Memory • Three basic types of RAM chips exist: Dynamic RAM Magnetoresistive Static RAM (SRAM) (DRAM) RAM (MRAM) Page 225 Discovering Computers 2012: Chapter 4 25 Figure 4-19
  • 26. Memory • RAM chips usually reside on a memory module and are inserted into memory slots Page 225 Discovering Computers 2012: Chapter 4 26 Figure 4-20
  • 27. Memory • The amount of RAM necessary in a computer often depends on the types of software you plan to use Page 226 Discovering Computers 2012: Chapter 4 27 Figure 4-21
  • 28. Memory • Memory cache speeds the processes of the computer because it stores frequently used instructions and data Page 227 Discovering Computers 2012: Chapter 4 28 Figure 4-22
  • 29. Memory Read-only memory (ROM) refers to memory chips storing permanent data and instructions • Firmware A PROM (programmable read-only memory) chip is a blank ROM chip that can be written to permanently • EEPROM can be erased Page 228 Discovering Computers 2012: Chapter 4 29
  • 30. Memory • Flash memory can be erased electronically and rewritten – CMOS technology provides high speeds and consumes little power Pages 228 – 229 Discovering Computers 2012: Chapter 4 30 Figure 4-23
  • 31. Memory • Access time is the amount of time it takes the processor to read from memory – Measured in nanoseconds Page 229 Discovering Computers 2012: Chapter 4 31 Figures 4-24 – 4-25
  • 32. 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 Page 230 Discovering Computers 2012: Chapter 4 32 Figure 4-26
  • 33. Expansion Slots and Adapter Cards • With Plug and Play, the computer automatically can configure adapter cards and other peripherals as you install them Pages 230 – 231 Discovering Computers 2012: Chapter 4 33 Figure 4-27
  • 34. Expansion Slots and Adapter Cards • Removable flash memory includes: – Memory cards, USB flash drives, and PC Cards/ExpressCard modules Page 231 Discovering Computers 2012: Chapter 4 34 Figure 4-28
  • 35. 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 232 Discovering Computers 2012: Chapter 4 35
  • 36. Ports and Connectors Page 232 Discovering Computers 2012: Chapter 4 36 Figure 4-29
  • 37. Ports and Connectors • On a notebook computer, the ports are on the back, front, and/or sides Pages 232 - 233 Discovering Computers 2012: Chapter 4 37 Figure 4-30
  • 38. Ports and Connectors Page 233 Discovering Computers 2012: Chapter 4 38 Figure 4-31
  • 39. 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 Page 234 Discovering Computers 2012: Chapter 4 39 Figure 4-32
  • 40. Ports and Connectors • Other types of ports include: Firewire Bluetooth SCSI port port port eSATA IrDA port Serial port port MIDI port Pages 234 - 236 Discovering Computers 2012: Chapter 4 40
  • 41. Ports and Connectors A Bluetooth wireless port A smart phone might adapter converts a USB port into communicate with a notebook a Bluetooth port computer using an IrDA port Page 235 Discovering Computers 2012: Chapter 4 41 Figures 4-33 – 4-34
  • 42. 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 Page 236 Discovering Computers 2012: Chapter 4 42 Figure 4-35
  • 43. Buses • A bus allows the various devices both inside and attached to the system unit to communicate with each other – Data bus – Address bus • Word size is the number of bits the processor can interpret and execute at a given time Page 237 Discovering Computers 2012: Chapter 4 43 Figure 4-36
  • 44. Buses • Expansion slots connect to expansion buses • Common types of expansion buses include: PCI Express Accelerated PCI bus bus Graphics Port USB and PC Card bus FireWire bus Page 238 Discovering Computers 2012: Chapter 4 44
  • 45. Bays • A bay is an opening inside the system unit in which you can install additional equipment – A drive bay typically holds disk drives Page 238 Discovering Computers 2012: Chapter 4 45 Figure 4-37
  • 46. 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 Page 239 Discovering Computers 2012: Chapter 4 46
  • 47. Putting It All Together Home Small Office/ Mobile Intel Core i5 or Home Office Intel Core i7 Extreme or Intel Core 2 i3 or Intel Core i7 or Intel Core i7 or AMD Athlon II or Intel Core i7 Extreme or AMD Phenom II or AMD Sempron AMD Phenom II or AMD Turion II AMD Athlon II Minimum RAM: 2 GB Minimum RAM: 2 GB Minimum RAM: 4 GB Page 239 Discovering Computers 2012: Chapter 4 47 Figure 4-38
  • 48. Putting It All Together Power Enterprise Intel Xeon or Intel Core i7 or Intel Itanium or Intel Core i7 Extreme AMD Opteron or AMD Phenom II or Minimum RAM: 8 GB AMD Athlon II Minimum RAM: 4 GB Page 239 Discovering Computers 2012: Chapter 4 48 Figure 4-38
  • 49. 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 Page 240 Discovering Computers 2012: Chapter 4 49
  • 50. Video: The Leopard with a Time Machine CLICK TO START Discovering Computers 2012: Chapter 4 50
  • 51. Summary Sequence of operations How memory stores Components of the that occur when a data, instructions, and system unit computer executes an information instruction Comparison of various How to clean the personal computer exterior and interior of processors on the a system unit market today Page 241 Discovering Computers 2012: Chapter 4 51
  • 52. Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World Chapter 4 Complete