SlideShare a Scribd company logo
1 of 51
Lecture 2:
System Unit Components
Week 1
EMPTECH
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
See Page 209
for Detailed Objectives
Discovering Computers 2012: Chapter 4 2
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
See Page 209
for Detailed Objectives
Discovering Computers 2012: Chapter 4 3
The System Unit
• The system unit is
a case that
contains
electronic
components of
the computer
used to process
data
Page 210
Figure 4‐1
Discovering Computers 2012: Chapter 4 4
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
Figure 4‐2
Discovering Computers 2012: Chapter 4 5
The System Unit
• The motherboard is the main circuit board of the
system unit
– A computer chip contains integrated circuits
Page 212
Figure 4‐3
Discovering Computers 2012: Chapter 4 6
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 7Page 213
Multi‐core
processor
Dual‐core
processor
Quad‐core
processor
Processor
Discovering Computers 2012: Chapter 4 8Page 213
Figure4‐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 9Page 214
Processor
• For every instruction, a processor repeats a set of
four basic operations, which comprise a machine
cycle
Discovering Computers 2012: Chapter 4 10Page 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
Figure 4‐6
11Pages 215 – 216
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 12Page 216
Processor
• The leading
manufacturers of
personal computer
processor chips are Intel
and AMD
Discovering Computers 2012: Chapter 4 13Pages 216 – 217
Figure 4‐7
Processor
• Determine how you plan to use a new computer
before selecting a processor
Discovering Computers 2012: Chapter 4 14Page 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 15Pages 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 16Page 220
Figure4‐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 17Page 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 18Page 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
Page 221
Figure 4‐14
Discovering Computers 2012: Chapter 4 19
Data Representation
Page 222
Figure 4‐15
Discovering Computers 2012: Chapter 4 20
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 21Page 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 22Page 223
Figure4‐17
Memory
Discovering Computers 2012: Chapter 4 23Pages 223 ‐ 224
Loses its contents when
power is turned off
Example includes RAM
• The system unit contains two types of memory:
Volatile memory Nonvolatile memory
Does not lose contents
when power is removed
Examples include ROM,
flash memory, and
CMOS
Memory
Page 224
Figure 4‐18
Discovering Computers 2012: Chapter 4 24
Memory
• Three basic types of RAM chips exist:
Dynamic RAM
(DRAM)
Static RAM (SRAM)
Magnetoresistive
RAM (MRAM)
Page 225
Figure 4‐19
Discovering Computers 2012: Chapter 4 25
Memory
• RAM chips usually reside on a memory module
and are inserted into memory slots
Page 225
Figure 4‐20
Discovering Computers 2012: Chapter 4 26
Memory
• The amount of RAM necessary in a computer
often depends on the types of software you plan
to use
Page 226
Figure 4‐21
Discovering Computers 2012: Chapter 4 27
Memory
• Memory cache speeds the processes of the computer
because it stores frequently used instructions and data
Page 227
Figure 4‐22
Discovering Computers 2012: Chapter 4 28
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 29Page 228
Memory
• Flash memory can be erased electronically and
rewritten
– CMOS technology provides high speeds and consumes
little power
Discovering Computers 2012: Chapter 4 30Pages 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 31Page 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 32Page 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 33Pages 230 – 231
Figure 4‐27
Expansion Slots and Adapter Cards
• Removable flash memory includes:
– Memory cards, USB flash drives, and PC
Cards/ExpressCard modules
Page 231
Figure 4‐28
Discovering Computers 2012: Chapter 4 34
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 35Page 232
Ports and Connectors
Discovering Computers 2012: Chapter 4 36Page 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 37Pages 232 ‐ 233
Figure 4‐30
Ports and Connectors
Page 233
Figure 4‐31
Discovering Computers 2012: Chapter 4 38
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
Figure 4‐32
Discovering Computers 2012: Chapter 4 39
Ports and Connectors
• Other types of ports include:
Discovering Computers 2012: Chapter 4 40Pages 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 41Page 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
Page 236
Figure 4‐35
Discovering Computers 2012: Chapter 4 42
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
Figure 4‐36
Discovering Computers 2012: Chapter 4 43
Buses
• Expansion slots connect to expansion buses
• Common types of expansion buses include:
Discovering Computers 2012: Chapter 4 44Page 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 45Page 238
Figure4‐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 46Page 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
Page 239
Figure 4‐38
Discovering Computers 2012: Chapter 4 47
Minimum RAM: 2 GB
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
Page 239
Figure 4‐38
Discovering Computers 2012: Chapter 4 48
Minimum RAM: 4 GB
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 49Page 240
Video: The Leopard with a Time Machine
Discovering Computers 2012: Chapter 4 50
https://www.youtube.com/watch?v=1BOwL8MuE_Y
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 51Page 241

More Related Content

What's hot (20)

Intro. to computer system
Intro. to computer systemIntro. to computer system
Intro. to computer system
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
CSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System UnitCSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System Unit
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit components
 
a+ ptc
a+ ptca+ ptc
a+ ptc
 
Typical configuration of computer ppt
Typical configuration of computer  pptTypical configuration of computer  ppt
Typical configuration of computer ppt
 
Ch 2 inside systems unit
Ch 2 inside systems unitCh 2 inside systems unit
Ch 2 inside systems unit
 
Introduction to Hardware
Introduction to HardwareIntroduction to Hardware
Introduction to Hardware
 
Test
TestTest
Test
 
Intro to cao &store program
Intro to cao &store programIntro to cao &store program
Intro to cao &store program
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
 
18. the components of the system unit
18. the components of the system unit18. the components of the system unit
18. the components of the system unit
 
Introduction to Computer Hardware
Introduction to Computer HardwareIntroduction to Computer Hardware
Introduction to Computer Hardware
 
Itc chapter # 4
Itc   chapter # 4Itc   chapter # 4
Itc chapter # 4
 
Itc chapter # 3
Itc   chapter # 3Itc   chapter # 3
Itc chapter # 3
 
Lesson1 Contestada
Lesson1 ContestadaLesson1 Contestada
Lesson1 Contestada
 
3 hardware
3 hardware3 hardware
3 hardware
 
13. Computer Systems Input And Output Architecture
13. Computer Systems   Input And  Output Architecture13. Computer Systems   Input And  Output Architecture
13. Computer Systems Input And Output Architecture
 
COMPONENTS OF SYSTEM UNIT
COMPONENTS OF SYSTEM UNITCOMPONENTS OF SYSTEM UNIT
COMPONENTS OF SYSTEM UNIT
 

Similar to System Unit Components

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
 
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
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.pptAhsanRamzan7
 
Chapter04
Chapter04Chapter04
Chapter04Izaham
 
Chapter 04 (lec 5)
Chapter 04 (lec 5)Chapter 04 (lec 5)
Chapter 04 (lec 5)Iqra Zaheer
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1APSU
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System UnitAfaq Siddiqui
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computerSurath Khadka
 

Similar to System Unit Components (20)

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
 
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
 
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
 
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 04
Chapter 04Chapter 04
Chapter 04
 
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
 
Chapter04
Chapter04Chapter04
Chapter04
 
Chapter 04 (lec 5)
Chapter 04 (lec 5)Chapter 04 (lec 5)
Chapter 04 (lec 5)
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1
 
Chapter04
Chapter04Chapter04
Chapter04
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 

Recently uploaded

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

System Unit Components

  • 1. Lecture 2: System Unit Components Week 1 EMPTECH
  • 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 See Page 209 for Detailed Objectives Discovering Computers 2012: Chapter 4 2
  • 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 See Page 209 for Detailed Objectives Discovering Computers 2012: Chapter 4 3
  • 4. The System Unit • The system unit is a case that contains electronic components of the computer used to process data Page 210 Figure 4‐1 Discovering Computers 2012: Chapter 4 4
  • 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 Figure 4‐2 Discovering Computers 2012: Chapter 4 5
  • 6. The System Unit • The motherboard is the main circuit board of the system unit – A computer chip contains integrated circuits Page 212 Figure 4‐3 Discovering Computers 2012: Chapter 4 6
  • 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 7Page 213 Multi‐core processor Dual‐core processor Quad‐core processor
  • 8. Processor Discovering Computers 2012: Chapter 4 8Page 213 Figure4‐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 9Page 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 10Page 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 Figure 4‐6 11Pages 215 – 216
  • 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 12Page 216
  • 13. Processor • The leading manufacturers of personal computer processor chips are Intel and AMD Discovering Computers 2012: Chapter 4 13Pages 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 14Page 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 15Pages 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 16Page 220 Figure4‐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 17Page 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 18Page 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 Page 221 Figure 4‐14 Discovering Computers 2012: Chapter 4 19
  • 20. Data Representation Page 222 Figure 4‐15 Discovering Computers 2012: Chapter 4 20
  • 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 21Page 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 22Page 223 Figure4‐17
  • 23. Memory Discovering Computers 2012: Chapter 4 23Pages 223 ‐ 224 Loses its contents when power is turned off Example includes RAM • The system unit contains two types of memory: Volatile memory Nonvolatile memory Does not lose contents when power is removed Examples include ROM, flash memory, and CMOS
  • 24. Memory Page 224 Figure 4‐18 Discovering Computers 2012: Chapter 4 24
  • 25. Memory • Three basic types of RAM chips exist: Dynamic RAM (DRAM) Static RAM (SRAM) Magnetoresistive RAM (MRAM) Page 225 Figure 4‐19 Discovering Computers 2012: Chapter 4 25
  • 26. Memory • RAM chips usually reside on a memory module and are inserted into memory slots Page 225 Figure 4‐20 Discovering Computers 2012: Chapter 4 26
  • 27. Memory • The amount of RAM necessary in a computer often depends on the types of software you plan to use Page 226 Figure 4‐21 Discovering Computers 2012: Chapter 4 27
  • 28. Memory • Memory cache speeds the processes of the computer because it stores frequently used instructions and data Page 227 Figure 4‐22 Discovering Computers 2012: Chapter 4 28
  • 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 29Page 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 30Pages 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 31Page 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 32Page 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 33Pages 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 Page 231 Figure 4‐28 Discovering Computers 2012: Chapter 4 34
  • 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 35Page 232
  • 36. Ports and Connectors Discovering Computers 2012: Chapter 4 36Page 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 37Pages 232 ‐ 233 Figure 4‐30
  • 38. Ports and Connectors Page 233 Figure 4‐31 Discovering Computers 2012: Chapter 4 38
  • 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 Figure 4‐32 Discovering Computers 2012: Chapter 4 39
  • 40. Ports and Connectors • Other types of ports include: Discovering Computers 2012: Chapter 4 40Pages 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 41Page 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 Page 236 Figure 4‐35 Discovering Computers 2012: Chapter 4 42
  • 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 Figure 4‐36 Discovering Computers 2012: Chapter 4 43
  • 44. Buses • Expansion slots connect to expansion buses • Common types of expansion buses include: Discovering Computers 2012: Chapter 4 44Page 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 45Page 238 Figure4‐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 46Page 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 Page 239 Figure 4‐38 Discovering Computers 2012: Chapter 4 47 Minimum RAM: 2 GB
  • 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 Page 239 Figure 4‐38 Discovering Computers 2012: Chapter 4 48 Minimum RAM: 4 GB
  • 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 49Page 240
  • 50. Video: The Leopard with a Time Machine Discovering Computers 2012: Chapter 4 50 https://www.youtube.com/watch?v=1BOwL8MuE_Y
  • 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 51Page 241