SlideShare a Scribd company logo
Chapter 4
Chapter 2
System Unit Components

Discovering
Computers 2012
Your Interactive Guide
to the Digital World
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)

Multi-core
processor
Page 213

Dual-core
processor
Discovering Computers 2012: Chapter 4

Quad-core
processor
7
Processor

Page 213
Figure 4-4

Discovering Computers 2012: Chapter 4

8
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
Figure 4-5

Discovering Computers 2012: Chapter 4

10
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
Figure 4-6

Discovering Computers 2012: Chapter 4

11
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
Figure 4-7

Discovering Computers 2012: Chapter 4

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

Page 218
Figure 4-8

Discovering Computers 2012: Chapter 4

14
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
Figures 4-9 – 4-10

Discovering Computers 2012: Chapter 4

15
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
Figure 4-11

Discovering Computers 2012: Chapter 4

16
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
the 0 or the 1 electronically by
the presence or absence of an
electrical charge

Page 221
Figures 4-12 – 4-13

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
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:
The operating
system and other
system software
Page 223

Application
programs

Discovering Computers 2012: Chapter 4

Data being
processed and the
resulting
information
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
Figure 4-17

Discovering Computers 2012: Chapter 4

22
Memory
• The system unit contains two types of memory:

Volatile memory

Nonvolatile memory

Loses its contents when
power is turned off

Does not lose contents
when power is removed

Example includes RAM

Examples include ROM,
flash memory, and
CMOS

Pages 223 - 224

Discovering Computers 2012: Chapter 4

23
Memory

Page 224
Figure 4-18

Discovering Computers 2012: Chapter 4

24
Memory
• Three basic types of RAM chips exist:
Dynamic RAM
(DRAM)

Page 225
Figure 4-19

Static RAM (SRAM)

Discovering Computers 2012: Chapter 4

Magnetoresistive
RAM (MRAM)

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
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
Figure 4-23

Discovering Computers 2012: Chapter 4

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

Page 229
Figures 4-24 – 4-25

Discovering Computers 2012: Chapter 4

31
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
Figure 4-26

Discovering Computers 2012: Chapter 4

32
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
Figure 4-27

Discovering Computers 2012: Chapter 4

33
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

Page 232

Discovering Computers 2012: Chapter 4

35
Ports and Connectors

Page 232
Figure 4-29

Discovering Computers 2012: Chapter 4

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

Pages 232 - 233
Figure 4-30

Discovering Computers 2012: Chapter 4

37
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:
Firewire
port

Bluetooth
port

SCSI port

eSATA
port

IrDA port

Serial port

MIDI port
Pages 234 - 236

Discovering Computers 2012: Chapter 4

40
Ports and Connectors
A Bluetooth wireless port
adapter converts a USB port into
a Bluetooth port

Page 235
Figures 4-33 – 4-34

A smart phone might
communicate with a notebook
computer using an IrDA port

Discovering Computers 2012: Chapter 4

41
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:
PCI bus

PCI Express
bus

USB and
FireWire bus

Page 238

Accelerated
Graphics Port

PC Card bus

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
Figure 4-37

Discovering Computers 2012: Chapter 4

45
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
Intel Core i5 or
Intel Core 2 i3 or
AMD Athlon II or
AMD Sempron

Small Office/
Home Office
Intel Core i7 or
Intel Core i7 Extreme or
AMD Phenom II or
AMD Athlon II

Minimum RAM: 2 GB

Mobile
Intel Core i7 Extreme or
Intel Core i7 or
AMD Phenom II or
AMD Turion II
Minimum RAM: 2 GB

Minimum RAM: 4 GB
Page 239
Figure 4-38

Discovering Computers 2012: Chapter 4

47
Putting It All Together

Power

Enterprise

Intel Xeon or
Intel Itanium or
AMD Opteron

Intel Core i7 or
Intel Core i7 Extreme
or AMD Phenom II or
AMD Athlon II

Minimum RAM: 8 GB

Minimum RAM: 4 GB
Page 239
Figure 4-38

Discovering Computers 2012: Chapter 4

48
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

Components of the
system unit

How memory stores
data, instructions, and
information

Comparison of various
personal computer
processors on the
market today

Page 241

Sequence of operations
that occur when a
computer executes an
instruction

How to clean the
exterior and interior of
a system unit

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

Understanding the computer system
Understanding the  computer systemUnderstanding the  computer system
Understanding the computer system
EILLEN IVY PORTUGUEZ
 
Primary and secondary Storage devices
Primary and secondary Storage devicesPrimary and secondary Storage devices
Primary and secondary Storage devices
Muhammad Usman
 
Types of keyboards
Types of keyboardsTypes of keyboards
Types of keyboards
Nichole Treston
 
System unit
System unitSystem unit
System unit
Dhani Ahmad
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & Functions
Ray Monterola
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
PreSolutions Softwares
 
Storage devices and features
Storage devices and featuresStorage devices and features
Storage devices and features
Shubham Nahar
 
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
 
Css q3 week2
Css q3 week2Css q3 week2
Css q3 week2
Brian Magan
 
Keyboard
KeyboardKeyboard
Keyboard
Laxit patel
 
Convert decimal to binary
Convert decimal to binary Convert decimal to binary
Convert decimal to binary
tcc_joemarie
 
Computer specifications
Computer specificationsComputer specifications
Computer specifications
Leonel Rivas
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
Lam To
 
Components of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devicesComponents of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devices
SaiFul IsLam
 
Preventive maintenance and troubleshooting
Preventive maintenance and troubleshootingPreventive maintenance and troubleshooting
Preventive maintenance and troubleshootingChristian Macatangay
 
INPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICESINPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICES
Abhinav Kp
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
Danladi Gambo
 
Maintaining computer and network system
Maintaining computer and network systemMaintaining computer and network system
Maintaining computer and network system
MLG College of Learning, Inc
 
Data processing cycle
Data processing cycleData processing cycle
Data processing cycle
Shanmugam Thiagoo
 

What's hot (20)

Understanding the computer system
Understanding the  computer systemUnderstanding the  computer system
Understanding the computer system
 
Primary and secondary Storage devices
Primary and secondary Storage devicesPrimary and secondary Storage devices
Primary and secondary Storage devices
 
Types of keyboards
Types of keyboardsTypes of keyboards
Types of keyboards
 
System unit
System unitSystem unit
System unit
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & Functions
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
 
Storage devices and features
Storage devices and featuresStorage devices and features
Storage devices and features
 
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
 
Css q3 week2
Css q3 week2Css q3 week2
Css q3 week2
 
Keyboard
KeyboardKeyboard
Keyboard
 
Convert decimal to binary
Convert decimal to binary Convert decimal to binary
Convert decimal to binary
 
Computer specifications
Computer specificationsComputer specifications
Computer specifications
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
 
Components of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devicesComponents of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devices
 
Preventive maintenance and troubleshooting
Preventive maintenance and troubleshootingPreventive maintenance and troubleshooting
Preventive maintenance and troubleshooting
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
INPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICESINPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICES
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
Maintaining computer and network system
Maintaining computer and network systemMaintaining computer and network system
Maintaining computer and network system
 
Data processing cycle
Data processing cycleData processing cycle
Data processing cycle
 

Similar to Topic 2 system unit components

Chapter 04
Chapter 04Chapter 04
Lesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptxLesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptx
JojamesArnaldoGaddi
 
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
haider ali
 
Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_components
Resty Aldana
 
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
AnmolJalil
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
Abdur Rahman
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
Syahremie Teja
 
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 Computers: Chapter 04
Discovering Computers: Chapter 04Discovering Computers: Chapter 04
Discovering Computers: Chapter 04
Anna Stirling
 
Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012Saiful Msbm
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
Sukanya Ben
 
Chapter04
Chapter04Chapter04
Chapter04galaxy
 
Chapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsChapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsHisyam Rosly
 
Chapter 4
Chapter 4Chapter 4
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unit
Frya Lora
 
Chapter04
Chapter04Chapter04
Chapter04
Izaham
 
Final ict
Final ictFinal ict
Final ict
anasazwar7995
 

Similar to Topic 2 system unit components (20)

Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Lesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptxLesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptx
 
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
 
Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_components
 
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
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
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 Computers: Chapter 04
Discovering Computers: Chapter 04Discovering Computers: Chapter 04
Discovering Computers: Chapter 04
 
Discovering computer 2012
Discovering computer 2012Discovering computer 2012
Discovering computer 2012
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Chapter04
Chapter04Chapter04
Chapter04
 
Chapter 02 system unit csc & tts
Chapter 02 system unit csc & ttsChapter 02 system unit csc & tts
Chapter 02 system unit csc & tts
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Chapter04
Chapter04Chapter04
Chapter04
 
Week 2
Week 2Week 2
Week 2
 
Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unit
 
Chapter04
Chapter04Chapter04
Chapter04
 
Final ict
Final ictFinal ict
Final ict
 

More from Christian Sampaga

Topic 1 introduction to computers
Topic 1    introduction to computersTopic 1    introduction to computers
Topic 1 introduction to computersChristian Sampaga
 
Ordinances
OrdinancesOrdinances
Ordinances
Christian Sampaga
 
Photoessay
PhotoessayPhotoessay
Photoessay
Christian Sampaga
 
The gas laws complete
The gas laws completeThe gas laws complete
The gas laws complete
Christian Sampaga
 
Pangdemo
PangdemoPangdemo
Hyperbola
HyperbolaHyperbola
Ellipse (h,k)
Ellipse (h,k)Ellipse (h,k)
Ellipse (h,k)
Christian Sampaga
 

More from Christian Sampaga (10)

Topic 5 storage component
Topic 5   storage componentTopic 5   storage component
Topic 5 storage component
 
Topic 4 output
Topic 4   outputTopic 4   output
Topic 4 output
 
Topic 3 input
Topic 3   inputTopic 3   input
Topic 3 input
 
Topic 1 introduction to computers
Topic 1    introduction to computersTopic 1    introduction to computers
Topic 1 introduction to computers
 
Ordinances
OrdinancesOrdinances
Ordinances
 
Photoessay
PhotoessayPhotoessay
Photoessay
 
The gas laws complete
The gas laws completeThe gas laws complete
The gas laws complete
 
Pangdemo
PangdemoPangdemo
Pangdemo
 
Hyperbola
HyperbolaHyperbola
Hyperbola
 
Ellipse (h,k)
Ellipse (h,k)Ellipse (h,k)
Ellipse (h,k)
 

Recently uploaded

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 

Recently uploaded (20)

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 

Topic 2 system unit components

  • 1. Chapter 4 Chapter 2 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World
  • 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) Multi-core processor Page 213 Dual-core processor Discovering Computers 2012: Chapter 4 Quad-core processor 7
  • 8. Processor Page 213 Figure 4-4 Discovering Computers 2012: Chapter 4 8
  • 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 Figure 4-5 Discovering Computers 2012: Chapter 4 10
  • 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 Figure 4-6 Discovering Computers 2012: Chapter 4 11
  • 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 Figure 4-7 Discovering Computers 2012: Chapter 4 13
  • 14. Processor • Determine how you plan to use a new computer before selecting a processor Page 218 Figure 4-8 Discovering Computers 2012: Chapter 4 14
  • 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 Figures 4-9 – 4-10 Discovering Computers 2012: Chapter 4 15
  • 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 Figure 4-11 Discovering Computers 2012: Chapter 4 16
  • 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 the 0 or the 1 electronically by the presence or absence of an electrical charge Page 221 Figures 4-12 – 4-13 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
  • 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: The operating system and other system software Page 223 Application programs Discovering Computers 2012: Chapter 4 Data being processed and the resulting information 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 Figure 4-17 Discovering Computers 2012: Chapter 4 22
  • 23. Memory • The system unit contains two types of memory: Volatile memory Nonvolatile memory Loses its contents when power is turned off Does not lose contents when power is removed Example includes RAM Examples include ROM, flash memory, and CMOS Pages 223 - 224 Discovering Computers 2012: Chapter 4 23
  • 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) Page 225 Figure 4-19 Static RAM (SRAM) Discovering Computers 2012: Chapter 4 Magnetoresistive RAM (MRAM) 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 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 Figure 4-23 Discovering Computers 2012: Chapter 4 30
  • 31. Memory • Access time is the amount of time it takes the processor to read from memory – Measured in nanoseconds Page 229 Figures 4-24 – 4-25 Discovering Computers 2012: Chapter 4 31
  • 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 Figure 4-26 Discovering Computers 2012: Chapter 4 32
  • 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 Figure 4-27 Discovering Computers 2012: Chapter 4 33
  • 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 Page 232 Discovering Computers 2012: Chapter 4 35
  • 36. Ports and Connectors Page 232 Figure 4-29 Discovering Computers 2012: Chapter 4 36
  • 37. Ports and Connectors • On a notebook computer, the ports are on the back, front, and/or sides Pages 232 - 233 Figure 4-30 Discovering Computers 2012: Chapter 4 37
  • 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: Firewire port Bluetooth port SCSI port eSATA port IrDA port Serial port MIDI port Pages 234 - 236 Discovering Computers 2012: Chapter 4 40
  • 41. Ports and Connectors A Bluetooth wireless port adapter converts a USB port into a Bluetooth port Page 235 Figures 4-33 – 4-34 A smart phone might communicate with a notebook computer using an IrDA port Discovering Computers 2012: Chapter 4 41
  • 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: PCI bus PCI Express bus USB and FireWire bus Page 238 Accelerated Graphics Port PC Card bus 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 Figure 4-37 Discovering Computers 2012: Chapter 4 45
  • 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 Intel Core i5 or Intel Core 2 i3 or AMD Athlon II or AMD Sempron Small Office/ Home Office Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 2 GB Mobile Intel Core i7 Extreme or Intel Core i7 or AMD Phenom II or AMD Turion II Minimum RAM: 2 GB Minimum RAM: 4 GB Page 239 Figure 4-38 Discovering Computers 2012: Chapter 4 47
  • 48. Putting It All Together Power Enterprise Intel Xeon or Intel Itanium or AMD Opteron Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 8 GB Minimum RAM: 4 GB Page 239 Figure 4-38 Discovering Computers 2012: Chapter 4 48
  • 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 Components of the system unit How memory stores data, instructions, and information Comparison of various personal computer processors on the market today Page 241 Sequence of operations that occur when a computer executes an instruction How to clean the exterior and interior of a system unit 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