SlideShare une entreprise Scribd logo
1  sur  48
Computers Are Your Future
Eleventh Edition
Chapter 2: Inside the System Unit
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 1
2
All rights reserved. No part of this publication may be reproduced, stored in a
retrieval system, or transmitted, in any form or by any means, electronic,
mechanical, photocopying, recording, or otherwise, without the prior written
permission of the publisher. Printed in the United States of America.
Copyright © 2011 Pearson Education, Inc.
Publishing as Prentice Hall
Inside the System Unit
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 3
Objectives
 Understand how computers represent
data.
 Understand the measurements used to
describe data transfer rates and data
storage capacity.
 List the components found inside the
system unit and explain their use.
4
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall
Objectives
 List the components found on the
computer’s motherboard and explain
their role in the functioning of the
computer’s systems.
 Discuss (in general terms) how a CPU
processes data.
 Explain the factors that determine a
microprocessor’s performance.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 5
Objectives
 List the various types of memory found
in a computer system and explain the
purpose of each.
 Describe the various physical
connectors on the exterior of the
system unit and explain their use.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6
How Computers
Represent Data
 Computers work with binary numbers,
which include only 0s and 1s.
 The smallest piece of data a computer can
work with is known as a bit.
 A bit is either “on” or “off,” a 0 or a 1.
 Eight bits, a byte, signify a single unit of
storage.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 7
How Computers
Represent Data
 The common measurement of a
modem’s data transfer rate is in bits per
second, such as gigabits per second
(Gbps).
 The common measurement of data
storage is in bytes, such as gigabytes
(GB).
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 8
How Computers
Represent Data
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 9
 Because even small numbers require
many digits when converted to binary,
computers convert binary numbers into
hexadecimal (hex) numbers, which
use the numbers 0 through 9, followed
by letters A through F.
How Computers
Represent Data
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 10
 Floating-point notation
 Has no fixed number of digits before or
after a decimal point
 Enables a computer to work speedily with
very large or small numbers
 Requires special processing circuitry
How Computers
Represent Data
 Characters (letters, numbers, and symbols)
are converted into numbers the computer
understands.
 Character code performs this conversion.
 Three main types of character coding are:
 American Standard Code for Information
Interchange (ASCII)
 Extended Binary Coded Decimal Interchange
Code (EBCDIC)
 Unicode
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 11
Introducing the System Unit
 The system unit is the case that contains
the major hardware components of a
computer.
 System units come in different styles and
have varying footprints—the amount of
space that the unit uses.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 12
Introducing the System Unit
 Some units have embedded biometric
authentication devices.
 System units vary in their form factor,
which specifies how the internal
components are located within the system
unit.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 13
Inside the System Unit
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 14
 Motherboard
 CPU
 Power supply
 Cooling fan
 Internal speaker
 Drive bays
 Expansion slots
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 15
 System unit main components
Inside the System Unit
Inside the System Unit
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 16
Inside the System Unit
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 17
 The motherboard is the printed circuit
board that contains the electrical circuitry for
the computer.
 The majority of parts found on the
motherboard are integrated circuits.
 An integrated circuit (or chip) includes millions
of transistors and carries electrical current.
 A transistor is a switch that is able to control the
electrical signal flow to the circuit.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 18
What’s on the Motherboard?
What’s on the Motherboard?
 The integrated circuit chip that processes
electronic signals is called the central
processing unit (CPU).
 The CPU is also known as a
microprocessor or processor.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 19
What’s on the Motherboard?
 Each operation performed by the CPU is
assigned a specific number, called an
instruction.
 An instruction set is the list of CPU
instructions for the operations that it
performs.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 20
What’s on the Motherboard?
 The two main parts of the CPU are the
control unit and the arithmetic logic
unit.
 The control unit retrieves instructions
from memory and interprets and performs
those instructions.
 The control unit manages the machine
cycle or processing cycle, the four-part
process performed by the CPU.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 21
What’s on the Motherboard?
 The control unit manages four
operations:
 Fetch: Retrieves program instructions
 Decode: Determines what the program is
telling the computer to do
 Execute: Performs the requested action
 Store: Stores the results to an internal
register
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 22
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 23
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 24
 The arithmetic logic unit (ALU) performs
arithmetic and logical operations.
 Arithmetic operations involve adding,
subtracting, multiplying, and dividing.
 Logical operations involve comparisons
between two or more data items.
 Registers store data when it must be
temporarily stored in the CPU.
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 25
 Factors that affect the performance of
a CPU include:
 The number of existing transistors
 Data bus width and word size
 Clock speed
 Operations per microprocessor cycle
 Use of parallel processing
 Type of chip
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 26
 A data bus is the group of parallel wires
that connect the CPU’s internal
components.
 Data bus width is measured in bits.
 The maximum number of bits the CPU can
process at once is called the word size.
 Word size determines which operating
systems and software a CPU can run.
What’s on the Motherboard?
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 27
 The system clock is an electronic circuit
that produces rapid pulses and
coordinates the computer’s internal
activities.
 Clock speed is the measurement of the electrical
pulses generated by the system clock and is usually
measured in gigahertz (GHz).
 In general, the higher the clock speed, the faster the
computer.
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 28
 The number of operations per tick of the
system clock affects microprocessor
performance.
 Superscalar architecture enables the CPU to
perform more than one instruction for each clock
cycle.
 Pipelining enables the CPU to process more than
one instruction at a time, which improves CPU
performance.
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 29
What’s on the Motherboard?
 Parallel
processing is a
method in which
more than one
processor performs
at the same time,
resulting in faster
processing.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 30
 The set of chips that collectively supply
the switching circuitry the CPU requires
to move data throughout the computer
is called the chipset.
 The CPU and the input/output bus are
linked through the chipset.
 The input/output (I/O) bus provides a
means to communicate with input and
output devices.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 31
What’s on the Motherboard?
 Random access memory (RAM)
 Temporarily stores data and instructions to be
used by the central processing unit
 Is considered volatile because its contents are
erased when the computer is shut off
 Permits the CPU to access or store data and
instructions quickly through RAM’s memory
address feature, which is a way to identify
and locate stored data
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 32
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 33
What’s on the Motherboard?
 Read-only memory (ROM)
 Contains prerecorded instructions used
to start the computer
 Is considered nonvolatile because its
contents are are stored when CPU power
is turned off
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 34
What’s on the Motherboard?
 Cache memory
 Is a small unit of fast memory built into
the processor to improve performance
 Is more expensive than RAM
 Comes in two types:
 Primary cache, found in the microprocessor
chip
 Secondary cache, located on the circuit
board
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 35
What’s on the Motherboard?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 36
What’s on the Motherboard?
What’s on the Outside
of the Box?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 37
 The front panel includes:
 The power switch, which is used to turn
the computer on
 The drive activity light, which advises the
user that the hard drive is retrieving data
 The power-on light, which shows whether
or not the power is on
What’s on the Outside
of the Box?
 Other features on the outside of a system
unit:
 A port is an interface used to send data into and
retrieve data from the computer. An example is a USB
port.
 A connector is a physical receptacle where the user
can plug a peripheral device into the computer. An
example is a telephone jack.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 38
What’s on the Outside
of the Box?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 39
What’s on the Outside
of the Box?
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 40
Different devices use different connectors.
What’s on the Outside
of the Box?
 Legacy technology is older
technology that is being phased out.
Examples are:
 Parallel ports
 Serial ports
 SCSI (small computer system interface)
ports
 PS/2 ports
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 41
Chapter Summary
 Computers work with binary numbers,
which include only 0s and 1s.
 The smallest piece of data a computer
can work with is known as a bit; eight
bits equal a byte. Bytes are used to
represent a character.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 42
Chapter Summary
 Data transfer rates for communication
devices (modems) are measured in bits
per second.
 Data storage is measured in bytes.
 The system unit’s main circuit board is
the motherboard, to which the
processor, memory, circuits, and other
computer components are connected.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 43
 Other elements of the system unit
include the power supply, cooling fan,
internal speaker, drive bays, and
expansion cards.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 44
Chapter Summary
 The CPU is made up of the control unit
and the ALU.
 The control unit manages the four-step
machine cycle: fetch, decode, execute,
and store.
 The ALU performs calculations and
logical operations.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 45
Chapter Summary
 Factors that influence the performance
of the CPU include the data bus width,
clock speed, pipelining, and parallel
processing.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 46
Chapter Summary
 Main memory, RAM, is volatile. It
temporarily holds programs, data, and
instructions.
 ROM, which is nonvolatile, contains
prerecorded computer start-up
instructions.
 Cache memory is additional CPU memory
that operates at very fast speeds.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 47
Chapter Summary
 Computers use ports, such as a USB
port, to send and retrieve computer
data.
 Legacy ports include serial ports,
parallel ports, PS/2 ports, and SCSI
ports.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 48
Chapter Summary

Contenu connexe

Similaire à 5_Inside_the_System_Unit.pptx

Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPU
askme
 
Central processor amd memory
Central processor amd memoryCentral processor amd memory
Central processor amd memory
Oscar Becwarika
 

Similaire à 5_Inside_the_System_Unit.pptx (20)

system unit.ppt
system unit.pptsystem unit.ppt
system unit.ppt
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview,
 
Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPU
 
Introduction To Computer Systems
Introduction To Computer SystemsIntroduction To Computer Systems
Introduction To Computer Systems
 
Chapter 1 computer fundamentals
Chapter 1 computer fundamentals Chapter 1 computer fundamentals
Chapter 1 computer fundamentals
 
IT Week 3
IT Week 3IT Week 3
IT Week 3
 
Chapter7_InputOutputStorageSystems.pptx
Chapter7_InputOutputStorageSystems.pptxChapter7_InputOutputStorageSystems.pptx
Chapter7_InputOutputStorageSystems.pptx
 
CH01.pdf
CH01.pdfCH01.pdf
CH01.pdf
 
Ch 01 os8e
Ch 01  os8eCh 01  os8e
Ch 01 os8e
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
 
Introduction to Computers - Hardware
Introduction to Computers - HardwareIntroduction to Computers - Hardware
Introduction to Computers - Hardware
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
Cpu
CpuCpu
Cpu
 
bit, Byte, Kilobyte
bit, Byte, Kilobyte bit, Byte, Kilobyte
bit, Byte, Kilobyte
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System
 
Operating system notes ch1
Operating system notes ch1Operating system notes ch1
Operating system notes ch1
 
Central processor amd memory
Central processor amd memoryCentral processor amd memory
Central processor amd memory
 
Beekman5 std ppt_02
Beekman5 std ppt_02Beekman5 std ppt_02
Beekman5 std ppt_02
 
unit-i.pdf
unit-i.pdfunit-i.pdf
unit-i.pdf
 

Plus de Lyka Gumatay

evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.pptevaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
Lyka Gumatay
 
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptxCURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
Lyka Gumatay
 
Introduction_Power_Supply-6-9-10.ppt
Introduction_Power_Supply-6-9-10.pptIntroduction_Power_Supply-6-9-10.ppt
Introduction_Power_Supply-6-9-10.ppt
Lyka Gumatay
 
Grade 3 Unit 4 Lesson 2 The Water Cycle.ppt
Grade 3 Unit 4 Lesson 2 The Water Cycle.pptGrade 3 Unit 4 Lesson 2 The Water Cycle.ppt
Grade 3 Unit 4 Lesson 2 The Water Cycle.ppt
Lyka Gumatay
 
earthsatmosphere-130422102150-phpapp02.pdf
earthsatmosphere-130422102150-phpapp02.pdfearthsatmosphere-130422102150-phpapp02.pdf
earthsatmosphere-130422102150-phpapp02.pdf
Lyka Gumatay
 
6platepresentation-180730074324.pdf
6platepresentation-180730074324.pdf6platepresentation-180730074324.pdf
6platepresentation-180730074324.pdf
Lyka Gumatay
 
17-multimediainformationandmedia-171027022657-converted.pptx
17-multimediainformationandmedia-171027022657-converted.pptx17-multimediainformationandmedia-171027022657-converted.pptx
17-multimediainformationandmedia-171027022657-converted.pptx
Lyka Gumatay
 
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
Lyka Gumatay
 
14-audioinformationandmedia-170920003319-converted.pptx
14-audioinformationandmedia-170920003319-converted.pptx14-audioinformationandmedia-170920003319-converted.pptx
14-audioinformationandmedia-170920003319-converted.pptx
Lyka Gumatay
 
Media and Information Literate individuals.pptx
Media and Information Literate individuals.pptxMedia and Information Literate individuals.pptx
Media and Information Literate individuals.pptx
Lyka Gumatay
 
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
Lyka Gumatay
 
multimediainfomediac17-180302055121-converted.pptx
multimediainfomediac17-180302055121-converted.pptxmultimediainfomediac17-180302055121-converted.pptx
multimediainfomediac17-180302055121-converted.pptx
Lyka Gumatay
 
15-motion-media-and-information-170927073911-converted.pptx
15-motion-media-and-information-170927073911-converted.pptx15-motion-media-and-information-170927073911-converted.pptx
15-motion-media-and-information-170927073911-converted.pptx
Lyka Gumatay
 

Plus de Lyka Gumatay (20)

evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.pptevaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
evaluatingandcontrollinghazardsandrisks-121125065309-phpapp01.ppt
 
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptxCURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
CURRICULUM-IMPLEMENTATION-REVIEW-CIR.pptx
 
RPMS Cover 2022.pptx
RPMS Cover 2022.pptxRPMS Cover 2022.pptx
RPMS Cover 2022.pptx
 
farm-tools-and-equipments.pptx
farm-tools-and-equipments.pptxfarm-tools-and-equipments.pptx
farm-tools-and-equipments.pptx
 
CTE_I_Computer_Parts.ppt
CTE_I_Computer_Parts.pptCTE_I_Computer_Parts.ppt
CTE_I_Computer_Parts.ppt
 
7storingmeat-180730074736.ppt
7storingmeat-180730074736.ppt7storingmeat-180730074736.ppt
7storingmeat-180730074736.ppt
 
Introduction_Power_Supply-6-9-10.ppt
Introduction_Power_Supply-6-9-10.pptIntroduction_Power_Supply-6-9-10.ppt
Introduction_Power_Supply-6-9-10.ppt
 
Grade 3 Unit 4 Lesson 2 The Water Cycle.ppt
Grade 3 Unit 4 Lesson 2 The Water Cycle.pptGrade 3 Unit 4 Lesson 2 The Water Cycle.ppt
Grade 3 Unit 4 Lesson 2 The Water Cycle.ppt
 
earthsatmosphere-130422102150-phpapp02.pdf
earthsatmosphere-130422102150-phpapp02.pdfearthsatmosphere-130422102150-phpapp02.pdf
earthsatmosphere-130422102150-phpapp02.pdf
 
cs305-170108135047.pptx
cs305-170108135047.pptxcs305-170108135047.pptx
cs305-170108135047.pptx
 
newton third law.ppt
newton third law.pptnewton third law.ppt
newton third law.ppt
 
6platepresentation-180730074324.pdf
6platepresentation-180730074324.pdf6platepresentation-180730074324.pdf
6platepresentation-180730074324.pdf
 
17-multimediainformationandmedia-171027022657-converted.pptx
17-multimediainformationandmedia-171027022657-converted.pptx17-multimediainformationandmedia-171027022657-converted.pptx
17-multimediainformationandmedia-171027022657-converted.pptx
 
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
9-current-andfuture-trendsofmediaandinformation-170830071432-converted.pptx
 
14-audioinformationandmedia-170920003319-converted.pptx
14-audioinformationandmedia-170920003319-converted.pptx14-audioinformationandmedia-170920003319-converted.pptx
14-audioinformationandmedia-170920003319-converted.pptx
 
unit5democraticinterventions-210427003533.pdf
unit5democraticinterventions-210427003533.pdfunit5democraticinterventions-210427003533.pdf
unit5democraticinterventions-210427003533.pdf
 
Media and Information Literate individuals.pptx
Media and Information Literate individuals.pptxMedia and Information Literate individuals.pptx
Media and Information Literate individuals.pptx
 
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
mediaandinformationliteracymil-textinformationandmediapart1-170907011110-conv...
 
multimediainfomediac17-180302055121-converted.pptx
multimediainfomediac17-180302055121-converted.pptxmultimediainfomediac17-180302055121-converted.pptx
multimediainfomediac17-180302055121-converted.pptx
 
15-motion-media-and-information-170927073911-converted.pptx
15-motion-media-and-information-170927073911-converted.pptx15-motion-media-and-information-170927073911-converted.pptx
15-motion-media-and-information-170927073911-converted.pptx
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

5_Inside_the_System_Unit.pptx

  • 1. Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 1
  • 2. 2 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall
  • 3. Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 3
  • 4. Objectives  Understand how computers represent data.  Understand the measurements used to describe data transfer rates and data storage capacity.  List the components found inside the system unit and explain their use. 4 Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall
  • 5. Objectives  List the components found on the computer’s motherboard and explain their role in the functioning of the computer’s systems.  Discuss (in general terms) how a CPU processes data.  Explain the factors that determine a microprocessor’s performance. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 5
  • 6. Objectives  List the various types of memory found in a computer system and explain the purpose of each.  Describe the various physical connectors on the exterior of the system unit and explain their use. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6
  • 7. How Computers Represent Data  Computers work with binary numbers, which include only 0s and 1s.  The smallest piece of data a computer can work with is known as a bit.  A bit is either “on” or “off,” a 0 or a 1.  Eight bits, a byte, signify a single unit of storage. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 7
  • 8. How Computers Represent Data  The common measurement of a modem’s data transfer rate is in bits per second, such as gigabits per second (Gbps).  The common measurement of data storage is in bytes, such as gigabytes (GB). Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 8
  • 9. How Computers Represent Data Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 9  Because even small numbers require many digits when converted to binary, computers convert binary numbers into hexadecimal (hex) numbers, which use the numbers 0 through 9, followed by letters A through F.
  • 10. How Computers Represent Data Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 10  Floating-point notation  Has no fixed number of digits before or after a decimal point  Enables a computer to work speedily with very large or small numbers  Requires special processing circuitry
  • 11. How Computers Represent Data  Characters (letters, numbers, and symbols) are converted into numbers the computer understands.  Character code performs this conversion.  Three main types of character coding are:  American Standard Code for Information Interchange (ASCII)  Extended Binary Coded Decimal Interchange Code (EBCDIC)  Unicode Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 11
  • 12. Introducing the System Unit  The system unit is the case that contains the major hardware components of a computer.  System units come in different styles and have varying footprints—the amount of space that the unit uses. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 12
  • 13. Introducing the System Unit  Some units have embedded biometric authentication devices.  System units vary in their form factor, which specifies how the internal components are located within the system unit. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 13
  • 14. Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 14
  • 15.  Motherboard  CPU  Power supply  Cooling fan  Internal speaker  Drive bays  Expansion slots Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 15  System unit main components Inside the System Unit
  • 16. Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 16
  • 17. Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 17
  • 18.  The motherboard is the printed circuit board that contains the electrical circuitry for the computer.  The majority of parts found on the motherboard are integrated circuits.  An integrated circuit (or chip) includes millions of transistors and carries electrical current.  A transistor is a switch that is able to control the electrical signal flow to the circuit. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 18 What’s on the Motherboard?
  • 19. What’s on the Motherboard?  The integrated circuit chip that processes electronic signals is called the central processing unit (CPU).  The CPU is also known as a microprocessor or processor. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 19
  • 20. What’s on the Motherboard?  Each operation performed by the CPU is assigned a specific number, called an instruction.  An instruction set is the list of CPU instructions for the operations that it performs. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 20
  • 21. What’s on the Motherboard?  The two main parts of the CPU are the control unit and the arithmetic logic unit.  The control unit retrieves instructions from memory and interprets and performs those instructions.  The control unit manages the machine cycle or processing cycle, the four-part process performed by the CPU. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 21
  • 22. What’s on the Motherboard?  The control unit manages four operations:  Fetch: Retrieves program instructions  Decode: Determines what the program is telling the computer to do  Execute: Performs the requested action  Store: Stores the results to an internal register Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 22
  • 23. What’s on the Motherboard? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 23
  • 24. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 24  The arithmetic logic unit (ALU) performs arithmetic and logical operations.  Arithmetic operations involve adding, subtracting, multiplying, and dividing.  Logical operations involve comparisons between two or more data items.  Registers store data when it must be temporarily stored in the CPU. What’s on the Motherboard?
  • 25. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 25  Factors that affect the performance of a CPU include:  The number of existing transistors  Data bus width and word size  Clock speed  Operations per microprocessor cycle  Use of parallel processing  Type of chip What’s on the Motherboard?
  • 26. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 26  A data bus is the group of parallel wires that connect the CPU’s internal components.  Data bus width is measured in bits.  The maximum number of bits the CPU can process at once is called the word size.  Word size determines which operating systems and software a CPU can run. What’s on the Motherboard?
  • 27. What’s on the Motherboard? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 27  The system clock is an electronic circuit that produces rapid pulses and coordinates the computer’s internal activities.  Clock speed is the measurement of the electrical pulses generated by the system clock and is usually measured in gigahertz (GHz).  In general, the higher the clock speed, the faster the computer.
  • 28. What’s on the Motherboard? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 28  The number of operations per tick of the system clock affects microprocessor performance.  Superscalar architecture enables the CPU to perform more than one instruction for each clock cycle.  Pipelining enables the CPU to process more than one instruction at a time, which improves CPU performance.
  • 29. What’s on the Motherboard? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 29
  • 30. What’s on the Motherboard?  Parallel processing is a method in which more than one processor performs at the same time, resulting in faster processing. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 30
  • 31.  The set of chips that collectively supply the switching circuitry the CPU requires to move data throughout the computer is called the chipset.  The CPU and the input/output bus are linked through the chipset.  The input/output (I/O) bus provides a means to communicate with input and output devices. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 31 What’s on the Motherboard?
  • 32.  Random access memory (RAM)  Temporarily stores data and instructions to be used by the central processing unit  Is considered volatile because its contents are erased when the computer is shut off  Permits the CPU to access or store data and instructions quickly through RAM’s memory address feature, which is a way to identify and locate stored data Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 32 What’s on the Motherboard?
  • 33. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 33 What’s on the Motherboard?
  • 34.  Read-only memory (ROM)  Contains prerecorded instructions used to start the computer  Is considered nonvolatile because its contents are are stored when CPU power is turned off Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 34 What’s on the Motherboard?
  • 35.  Cache memory  Is a small unit of fast memory built into the processor to improve performance  Is more expensive than RAM  Comes in two types:  Primary cache, found in the microprocessor chip  Secondary cache, located on the circuit board Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 35 What’s on the Motherboard?
  • 36. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 36 What’s on the Motherboard?
  • 37. What’s on the Outside of the Box? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 37  The front panel includes:  The power switch, which is used to turn the computer on  The drive activity light, which advises the user that the hard drive is retrieving data  The power-on light, which shows whether or not the power is on
  • 38. What’s on the Outside of the Box?  Other features on the outside of a system unit:  A port is an interface used to send data into and retrieve data from the computer. An example is a USB port.  A connector is a physical receptacle where the user can plug a peripheral device into the computer. An example is a telephone jack. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 38
  • 39. What’s on the Outside of the Box? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 39
  • 40. What’s on the Outside of the Box? Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 40 Different devices use different connectors.
  • 41. What’s on the Outside of the Box?  Legacy technology is older technology that is being phased out. Examples are:  Parallel ports  Serial ports  SCSI (small computer system interface) ports  PS/2 ports Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 41
  • 42. Chapter Summary  Computers work with binary numbers, which include only 0s and 1s.  The smallest piece of data a computer can work with is known as a bit; eight bits equal a byte. Bytes are used to represent a character. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 42
  • 43. Chapter Summary  Data transfer rates for communication devices (modems) are measured in bits per second.  Data storage is measured in bytes.  The system unit’s main circuit board is the motherboard, to which the processor, memory, circuits, and other computer components are connected. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 43
  • 44.  Other elements of the system unit include the power supply, cooling fan, internal speaker, drive bays, and expansion cards. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 44 Chapter Summary
  • 45.  The CPU is made up of the control unit and the ALU.  The control unit manages the four-step machine cycle: fetch, decode, execute, and store.  The ALU performs calculations and logical operations. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 45 Chapter Summary
  • 46.  Factors that influence the performance of the CPU include the data bus width, clock speed, pipelining, and parallel processing. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 46 Chapter Summary
  • 47.  Main memory, RAM, is volatile. It temporarily holds programs, data, and instructions.  ROM, which is nonvolatile, contains prerecorded computer start-up instructions.  Cache memory is additional CPU memory that operates at very fast speeds. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 47 Chapter Summary
  • 48.  Computers use ports, such as a USB port, to send and retrieve computer data.  Legacy ports include serial ports, parallel ports, PS/2 ports, and SCSI ports. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 48 Chapter Summary

Notes de l'éditeur

  1. These are Figures 2.7a – 2.7d.
  2. This is Figure 2.9.
  3. These are Figures 2.10a – 2.10e.
  4. This is Figure 2.12.
  5. This is Figure 2.14.
  6. This is Figure 2.15.
  7. This is Figure 2.18.
  8. This is Figure 2.19.
  9. This is Figure 6.19.
  10. This is Figure 2.20.
  11. This is Figure 2.21.