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

Weitere ähnliche Inhalte

Was ist angesagt?

Discovering Computers: Chapter 08
Discovering Computers: Chapter 08Discovering Computers: Chapter 08
Discovering Computers: Chapter 08Anna Stirling
 
Discovering Computers: Chapter 09
Discovering Computers: Chapter 09Discovering Computers: Chapter 09
Discovering Computers: Chapter 09Anna Stirling
 
DTCC Chapter 2 The Internet and the WWW
DTCC Chapter 2 The Internet and the WWWDTCC Chapter 2 The Internet and the WWW
DTCC Chapter 2 The Internet and the WWWJan Fisher
 
Chapter 5 input
Chapter 5   inputChapter 5   input
Chapter 5 inputhaider ali
 
Discovering Computers: Chapter 10
Discovering Computers: Chapter 10Discovering Computers: Chapter 10
Discovering Computers: Chapter 10Anna Stirling
 
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
 
DTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersDTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersJan Fisher
 
Discovering Computers: Chapter 14
Discovering Computers: Chapter 14Discovering Computers: Chapter 14
Discovering Computers: Chapter 14Anna Stirling
 
Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Anna Stirling
 
Chapter 2 the internet and world wide web
Chapter 2   the internet and world wide webChapter 2   the internet and world wide web
Chapter 2 the internet and world wide webhaider ali
 
Operating Systems and Utility Programs
Operating Systems and Utility ProgramsOperating Systems and Utility Programs
Operating Systems and Utility ProgramsSamudin Kassan
 
Chapter 3 application software
Chapter 3   application softwareChapter 3   application software
Chapter 3 application softwarehaider ali
 
Chapter 5. computer system
Chapter 5. computer systemChapter 5. computer system
Chapter 5. computer systemAshish KC
 
CH08-Types of Utility programs and Operating System
CH08-Types of Utility programs and Operating SystemCH08-Types of Utility programs and Operating System
CH08-Types of Utility programs and Operating SystemSukanya Ben
 
Chapter 01
Chapter 01Chapter 01
Chapter 01Hans Raj
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System sonykhan3
 
Introduction to computing lecture1
Introduction to computing lecture1Introduction to computing lecture1
Introduction to computing lecture1Abdul_jabbar_k
 

Was ist angesagt? (20)

Discovering Computers: Chapter 08
Discovering Computers: Chapter 08Discovering Computers: Chapter 08
Discovering Computers: Chapter 08
 
Discovering Computers: Chapter 09
Discovering Computers: Chapter 09Discovering Computers: Chapter 09
Discovering Computers: Chapter 09
 
DTCC Chapter 2 The Internet and the WWW
DTCC Chapter 2 The Internet and the WWWDTCC Chapter 2 The Internet and the WWW
DTCC Chapter 2 The Internet and the WWW
 
Chapter 5 input
Chapter 5   inputChapter 5   input
Chapter 5 input
 
Discovering Computers: Chapter 10
Discovering Computers: Chapter 10Discovering Computers: Chapter 10
Discovering Computers: Chapter 10
 
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
 
DTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersDTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to Computers
 
Discovering Computers: Chapter 14
Discovering Computers: Chapter 14Discovering Computers: Chapter 14
Discovering Computers: Chapter 14
 
Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Discovering Computers: Chapter 01
Discovering Computers: Chapter 01
 
Chapter 5 input
Chapter 5 inputChapter 5 input
Chapter 5 input
 
Chapter 2 the internet and world wide web
Chapter 2   the internet and world wide webChapter 2   the internet and world wide web
Chapter 2 the internet and world wide web
 
Operating Systems and Utility Programs
Operating Systems and Utility ProgramsOperating Systems and Utility Programs
Operating Systems and Utility Programs
 
Chapter 3 application software
Chapter 3   application softwareChapter 3   application software
Chapter 3 application software
 
Chapter 5. computer system
Chapter 5. computer systemChapter 5. computer system
Chapter 5. computer system
 
Chapter 6 output
Chapter 6   outputChapter 6   output
Chapter 6 output
 
CH08-Types of Utility programs and Operating System
CH08-Types of Utility programs and Operating SystemCH08-Types of Utility programs and Operating System
CH08-Types of Utility programs and Operating System
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System
 
Basic computer
Basic computerBasic computer
Basic computer
 
Introduction to computing lecture1
Introduction to computing lecture1Introduction to computing lecture1
Introduction to computing lecture1
 

Ähnlich wie Chapter 04

Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_componentsResty Aldana
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit componentsChristian Sampaga
 
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
 
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 Mubashir Ali
 
Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012Saiful Msbm
 
Chapter04
Chapter04Chapter04
Chapter04galaxy
 
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 Unitnorzaini
 
Chapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsChapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsHisyam Rosly
 
Chapter04
Chapter04Chapter04
Chapter04Izaham
 
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unitFrya Lora
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.pptAhsanRamzan7
 

Ähnlich wie Chapter 04 (20)

Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_components
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit components
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
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
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
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
 
Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Chapter04
Chapter04Chapter04
Chapter04
 
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
 
Chapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsChapter 02 system unit csc & tts
Chapter 02 system unit csc & tts
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Week 2
Week 2Week 2
Week 2
 
Chapter04
Chapter04Chapter04
Chapter04
 
Chapter04
Chapter04Chapter04
Chapter04
 
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unit
 
Chapter04
Chapter04Chapter04
Chapter04
 
Final ict
Final ictFinal ict
Final ict
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.ppt
 

Mehr von Norhisham Mohamad Nordin

Ch12.ed wk9businessintelligenceanddecisionsupportsystem
Ch12.ed wk9businessintelligenceanddecisionsupportsystemCh12.ed wk9businessintelligenceanddecisionsupportsystem
Ch12.ed wk9businessintelligenceanddecisionsupportsystemNorhisham Mohamad Nordin
 
Teaching, Learning & Research on Web 2.0 in Education
Teaching, Learning & Research on Web 2.0 in EducationTeaching, Learning & Research on Web 2.0 in Education
Teaching, Learning & Research on Web 2.0 in EducationNorhisham Mohamad Nordin
 
Wiki Pedagogy: Changing The Education Landscape
Wiki Pedagogy: Changing The Education LandscapeWiki Pedagogy: Changing The Education Landscape
Wiki Pedagogy: Changing The Education LandscapeNorhisham Mohamad Nordin
 

Mehr von Norhisham Mohamad Nordin (20)

Tatabahasa Melayu Untuk Tingkatan 5
Tatabahasa Melayu Untuk Tingkatan 5Tatabahasa Melayu Untuk Tingkatan 5
Tatabahasa Melayu Untuk Tingkatan 5
 
Bab 01 complete
Bab 01 completeBab 01 complete
Bab 01 complete
 
Mte 3012 day 1
Mte 3012   day 1Mte 3012   day 1
Mte 3012 day 1
 
Bab 01 complete
Bab 01 completeBab 01 complete
Bab 01 complete
 
Due date on assignment
Due date on assignmentDue date on assignment
Due date on assignment
 
Editing software needed for tugasan 3
Editing software needed for tugasan 3Editing software needed for tugasan 3
Editing software needed for tugasan 3
 
Editing software needed for tugasan 3
Editing software needed for tugasan 3Editing software needed for tugasan 3
Editing software needed for tugasan 3
 
Editing software needed for tugasan 3
Editing software needed for tugasan 3Editing software needed for tugasan 3
Editing software needed for tugasan 3
 
Mte3012 bab1 complete
Mte3012 bab1 completeMte3012 bab1 complete
Mte3012 bab1 complete
 
Contoh
ContohContoh
Contoh
 
Ultimate online biz tips
Ultimate online biz tipsUltimate online biz tips
Ultimate online biz tips
 
KRT3013
KRT3013KRT3013
KRT3013
 
Chapter 03
Chapter 03Chapter 03
Chapter 03
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Ch12.ed wk9businessintelligenceanddecisionsupportsystem
Ch12.ed wk9businessintelligenceanddecisionsupportsystemCh12.ed wk9businessintelligenceanddecisionsupportsystem
Ch12.ed wk9businessintelligenceanddecisionsupportsystem
 
Teaching, Learning & Research on Web 2.0 in Education
Teaching, Learning & Research on Web 2.0 in EducationTeaching, Learning & Research on Web 2.0 in Education
Teaching, Learning & Research on Web 2.0 in Education
 
Wiki Pedagogy: Changing The Education Landscape
Wiki Pedagogy: Changing The Education LandscapeWiki Pedagogy: Changing The Education Landscape
Wiki Pedagogy: Changing The Education Landscape
 
Wiki Impact On Socializing Learning
Wiki Impact On Socializing LearningWiki Impact On Socializing Learning
Wiki Impact On Socializing Learning
 
Primary Storage
Primary StoragePrimary Storage
Primary Storage
 

Kürzlich hochgeladen

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 

Kürzlich hochgeladen (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 

Chapter 04

  • 1. Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 4 System Unit Components
  • 2. Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter cards, and other components of a motherboard Describe the control unit and arithmetic logic unit components of a processor, and explain the four steps in a machine cycle Identify characteristics of various personal computer processors on the market today, and describe the ways processors are cooled Define a bit and describe how a series of bits represents data Explain how program instructions transfer in and out of memory Discovering Computers 2012: Chapter 4 2 See Page 209 for Detailed Objectives
  • 3. Objectives Overview Differentiate among the various types of memory Describe the purpose and types of expansion slots and adapter cards, and differentiate among slots for various removable flash memory devices Differentiate between a port and a 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 a computer Explain the purpose of a power supply and describe how it keeps cool Understand how to clean a system unit on a computer or mobile device Discovering Computers 2012: Chapter 4 3 See Page 209 for Detailed Objectives
  • 4. The System Unit • The system unit is a case that contains electronic components of the computer used to process data Discovering Computers 2012: Chapter 4 4 Page 210 Figure 4-1
  • 5. The System Unit • The inside of the system unit on a desktop personal computer includes: Discovering Computers 2012: Chapter 4 5 Page 211 Figure 4-2 Drive bay(s) Power supply Sound card Video card Processor Memory
  • 6. The System Unit • The motherboard is the main circuit board of the system unit – A computer chip contains integrated circuits Discovering Computers 2012: Chapter 4 6 Page 212 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) Discovering Computers 2012: Chapter 4 7 Page 213 Multi-core processor Dual-core processor Quad-core processor
  • 8. Processor Discovering Computers 2012: Chapter 4 8 Page 213 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 Discovering Computers 2012: Chapter 4 9 Page 214
  • 10. Processor • For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle Discovering Computers 2012: Chapter 4 10 Page 215 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 Discovering Computers 2012: Chapter 4 11 Pages 215 – 216 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) Discovering Computers 2012: Chapter 4 12 Page 216
  • 13. Processor • The leading manufacturers of personal computer processor chips are Intel and AMD Discovering Computers 2012: Chapter 4 13 Pages 216 – 217 Figure 4-7
  • 14. Processor • Determine how you plan to use a new computer before selecting a processor Discovering Computers 2012: Chapter 4 14 Page 218 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 Discovering Computers 2012: Chapter 4 15 Pages 219 - 220 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 Discovering Computers 2012: Chapter 4 16 Page 220 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 Discovering Computers 2012: Chapter 4 17 Page 221
  • 18. Data Representation A computer circuit represents the 0 or the 1 electronically by the presence or absence of an electrical charge Eight bits grouped together as a unit are called a byte. A byte represents a single character in the computer Discovering Computers 2012: Chapter 4 18 Page 221 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 Discovering Computers 2012: Chapter 4 19 Page 221 Figure 4-14
  • 20. Data Representation Discovering Computers 2012: Chapter 4 20 Page 222 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: Discovering Computers 2012: Chapter 4 21 Page 223 The operating system and other system software Application programs Data being processed and the resulting information
  • 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) Discovering Computers 2012: Chapter 4 22 Page 223 Figure 4-17
  • 23. Memory • The system unit contains two types of memory: Discovering Computers 2012: Chapter 4 23 Pages 223 - 224 Volatile memory Loses its contents when power is turned off Example includes RAM Nonvolatile memory Does not lose contents when power is removed Examples include ROM, flash memory, and CMOS
  • 24. Memory Discovering Computers 2012: Chapter 4 24 Page 224 Figure 4-18
  • 25. Memory • Three basic types of RAM chips exist: Discovering Computers 2012: Chapter 4 25 Page 225 Figure 4-19 Dynamic RAM (DRAM) Static RAM (SRAM) Magnetoresistive RAM (MRAM)
  • 26. Memory • RAM chips usually reside on a memory module and are inserted into memory slots Discovering Computers 2012: Chapter 4 26 Page 225 Figure 4-20
  • 27. Memory • The amount of RAM necessary in a computer often depends on the types of software you plan to use Discovering Computers 2012: Chapter 4 27 Page 226 Figure 4-21
  • 28. Memory • Memory cache speeds the processes of the computer because it stores frequently used instructions and data Discovering Computers 2012: Chapter 4 28 Page 227 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 Discovering Computers 2012: Chapter 4 29 Page 228
  • 30. Memory • Flash memory can be erased electronically and rewritten – CMOS technology provides high speeds and consumes little power Discovering Computers 2012: Chapter 4 30 Pages 228 – 229 Figure 4-23
  • 31. Memory • Access time is the amount of time it takes the processor to read from memory – Measured in nanoseconds Discovering Computers 2012: Chapter 4 31 Page 229 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 Discovering Computers 2012: Chapter 4 32 Page 230 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 Discovering Computers 2012: Chapter 4 33 Pages 230 – 231 Figure 4-27
  • 34. Expansion Slots and Adapter Cards • Removable flash memory includes: – Memory cards, USB flash drives, and PC Cards/ExpressCard modules Discovering Computers 2012: Chapter 4 34 Page 231 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 Discovering Computers 2012: Chapter 4 35 Page 232
  • 36. Ports and Connectors Discovering Computers 2012: Chapter 4 36 Page 232 Figure 4-29
  • 37. Ports and Connectors • On a notebook computer, the ports are on the back, front, and/or sides Discovering Computers 2012: Chapter 4 37 Pages 232 - 233 Figure 4-30
  • 38. Ports and Connectors Discovering Computers 2012: Chapter 4 38 Page 233 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 Discovering Computers 2012: Chapter 4 39 Page 234 Figure 4-32
  • 40. Ports and Connectors • Other types of ports include: Discovering Computers 2012: Chapter 4 40 Pages 234 - 236 Firewire port Bluetooth port SCSI port eSATA port IrDA port Serial port MIDI port
  • 41. 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 2012: Chapter 4 41 Page 235 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 Discovering Computers 2012: Chapter 4 42 Page 236 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 Discovering Computers 2012: Chapter 4 43 Page 237 Figure 4-36
  • 44. Buses • Expansion slots connect to expansion buses • Common types of expansion buses include: Discovering Computers 2012: Chapter 4 44 Page 238 PCI bus PCI Express bus Accelerated Graphics Port USB and FireWire bus PC Card bus
  • 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 Discovering Computers 2012: Chapter 4 45 Page 238 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 Discovering Computers 2012: Chapter 4 46 Page 239
  • 47. Putting It All Together Home Intel Core i5 or Intel Core 2 i3 or AMD Athlon II or AMD Sempron Minimum RAM: 2 GB Small Office/ Home Office Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 4 GB Mobile Intel Core i7 Extreme or Intel Core i7 or AMD Phenom II or AMD Turion II Minimum RAM: 2 GB Discovering Computers 2012: Chapter 4 47 Page 239 Figure 4-38
  • 48. Putting It All Together Power Intel Xeon or Intel Itanium or AMD Opteron Minimum RAM: 8 GB Enterprise Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 4 GB Discovering Computers 2012: Chapter 4 48 Page 239 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 Discovering Computers 2012: Chapter 4 49 Page 240
  • 50. Video: The Leopard with a Time Machine Discovering Computers 2012: Chapter 4 50 CLICK TO START
  • 51. Summary Components of the system unit How memory stores data, instructions, and information Sequence of operations that occur when a computer executes an instruction Comparison of various personal computer processors on the market today How to clean the exterior and interior of a system unit Discovering Computers 2012: Chapter 4 51 Page 241
  • 52. Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 4 System Unit Components Chapter 4 Complete