SlideShare una empresa de Scribd logo
1 de 51
CHAPTER TWO

Discovering Computers
Fundamentals,
2011 Edition
Living in a Digital World
Objectives Overview
Differentiate among various
styles of system units on
desktop computers,
notebook computers, and
mobile devices

Describe the control unit
and arithmetic logic unit
components of a processor,
and explain the four steps in
a machine cycle

Define a bit and describe
how a series of bits
represents data

Differentiate among the
various types of memory

2
Objectives Overview
Describe the purpose
and types of expansion
slots and adapter cards

Differentiate between a
port and a connector,
and explain the
differences among a USB
port and other ports

Describe the types of
buses in a computer

Understand how to clean
a system unit on a
computer or mobile
device
3
The System Unit
• The system unit is a case that contains electronic
components of the computer used to process data
• Also called the chassis

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
Motherboard
ports
Bus Line

5
The System Unit
• The motherboard is the main circuit board of the
system unit
– A computer chip contains integrated circuits
– Contain expansion slots,
processor chips,
memory slots.
– Also called system board

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

Dual-core
processor

Quad-core
processor
7
multi-core processor
• A multi-core processor is a
single computing component with two or more
independent actual processors (called "cores"), which
are the units that read and execute program
instructions.[1] The instructions are ordinary CPU
instructions such as add, move data, and branch, but
the multiple cores can run multiple instructions at the
same time, increasing overall speed for programs
amenable to parallel computing.[
• used across many application domains including
general-purpose,embedded, network, digital signal
processing (DSP), and graphics.
Discovering Computers Fundamentals, 2011 Edition
Chapter 4

8
Dual-core processor
• A dual-core processor has two cores (e.g. AMD
Phenom II X2, Intel Core Duo)

Discovering Computers Fundamentals, 2011 Edition
Chapter 4

9
Quad-core processor
• a quad-core processor contains four cores (e.g.
AMD Phenom II X4, Intel's quad-core processors,
see i3, i5, and i7 at Intel Core)

Discovering Computers Fundamentals, 2011 Edition
Chapter 4

10
Processor

Click to view Web Link,
click Chapter 4, Click Web
Link from left navigation,
then click Multi-Core
Processors below Chapter 4

11
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

12
Processor : Machine cycle
( how processor work)
• For every instruction, a processor repeats a set of
four basic operations, which comprise a machine
1 cycle: Instruction
cycle
st

cycle (step 1 & 2)

2nd cycle: Execution
cycle (step 3 & 4)

13
Processor

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)
14
Data Representation
Most computers are digital

Digital signals are in one of two states: on or off
• The binary system uses two unique digits (0 and 1) called
bits
• Bits – binary digits
• Bytes – eight bits grouped together as a unit
• Provides enough different combination of 0s and 1s to
represent 256 individual characters ( numbers,
uppercase, lowercase, punctuation mark and other)
15
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

16
Data Representation
Bit

1

1

0

0

1

0

0

1

0

Byte

0

0

1

1

1

0

1

Byte

Word

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

18
Data Representation

19
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

Application
programs

Data being
processed and the
resulting
information
20
Memory
• Each location in memory has an address
• Memory size is measured in kilobytes (KB or K),
megabytes (MB), gigabytes (GB), or terabytes
(TB)

21
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
22
Memory: RAM
• Also know as primary storage/ primary memory/
main storage/ internal storage/ main memory.
• Memory keeps the instruction and data for
whatever programs you happen to be using at
the moment.
• Memory chips that can be read from and written
to by processor.
• The more RAM a computer has, the faster it
responds.
23
Memory

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

25
Memory : Volatile memory
• Three basic types of RAM chips exist:

Dynamic RAM
(DRAM)

Static RAM (SRAM)

Magnetoresistive
RAM (MRAM)

26
Memory: Dynamic RAM (DRAM)
• Must be continuously refreshed by CPU or it loses
its contents.
• Used for personal computer memory because of
its size and cost advantage.

27
Memory: Static RAM (SRAM)
• Retains its contents with intervention from CPU
• Faster and more expensive than DRAM
• static RAM chips are preferred when energy
efficiency is a concern.
• Static RAM chips are often used in cars, household
appliances and handheld electronic devices

28
Memory
• The amount of RAM necessary in a computer
often depends on the types of software you plan
to use
• Memory cache speeds the processes of the
computer because it stores frequently used
instructions and data

29
Memory: Memory cache

30
Memory: ROM
Read-only memory (ROM) refers to memory
chips storing permanent data and instructions
• It is not lost when computers power is turned off.
• Contains program and data permanently recorded into
memory at the factory
• Cannot be changed by user
• Not volatile : contents do not disappear when power
is lost.
31
Memory
• Flash memory can be
erased electronically
and rewritten
• Used with PDSs, smart
phone, printers, digital
cameras, automotive
devices, audio players,
digital voice recorders
and pages.

32
Memory : CMOS
– CMOS technology provides high speeds and
consumes little power
– Stand for Complementary Metal-Oxide
Semiconductor memory.
– Used in some RSM chips, flash memory chips
and other types of memory chips.
– Uses battery power to retain information when
other power is turned off
– Stores date, time and computers startup
information.

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

34
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

35
• An ExpressCard module adds memory, storage, sound,
fax/modem, communications and other capabilities to
notebook computers.
36
Expansion Slots and Adapter Cards
• Removable flash memory includes:
– Memory cards, USB flash drives, and PC
Cards/ExpressCard modules

37
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
5 categories of ports: serial ports, parallel port, USB port,
FireWire ports, Special-purpose ports.

38
Ports and Connectors

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

40
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

41
Ports and Connectors
• Other types of ports include:

Firewire
port

Bluetooth
port

SCSI port

eSATA port

IrDA port

MIDI port

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

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

• A computer can have these
basic types of buses:
– System bus
: connect processor and RAM
– Backside bus
: determines number of bits
transmitted at one time.
– Expansion bus
: allows processor to
communicate with
peripherals
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

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
46
Putting It All Together

Home
Intel Core 2 Quad or
Intel Core 2 Duo or AMD
Sempron
Minimum RAM: 2 GB

Small Office/
Home Office
Intel Core i7 or
Intel Core i7 Extreme or
AMD Athlon X2 or AMD
Athlon II X2 Dual-Code

Mobile
Intel Core i7 Extreme or
AMD Turion X2

Minimum RAM: 2 GB

Minimum RAM: 4 GB
47
Putting It All Together

Power

Enterprise

Intel Itanium 2 or
AMD 6-Core Opteron or
Intel Quad Core Xeon

Intel Core i7 or
Intel Core i7 Extreme or
AMD Athlon X2 or AMD
Athlon II X2 Dual-Core

Minimum RAM: 8 GB

Minimum RAM: 4 GB

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
49
Summary

Components of the
system unit

How memory stores
data, instructions, and
information

Comparison of various
personal computer
processors on the
market today

Sequence of operations
that occur when a
computer executes an
instruction

How to clean the
exterior and interior of
a system unit

50
CHAPTER TWO

Discovering Computers
Fundamentals,
2011 Edition
Living in a Digital World

Más contenido relacionado

La actualidad más candente

Senarai semak penyelenggaraan komputer
Senarai semak penyelenggaraan komputerSenarai semak penyelenggaraan komputer
Senarai semak penyelenggaraan komputerahmad_shahrul
 
Soalan pengukuhan
Soalan pengukuhanSoalan pengukuhan
Soalan pengukuhanHarries Har
 
Sistem rangkaian dan dunia komputer
Sistem rangkaian dan dunia komputerSistem rangkaian dan dunia komputer
Sistem rangkaian dan dunia komputerpm765633
 
Pengenalan os
Pengenalan osPengenalan os
Pengenalan osarah1506
 
Bab 2 teknologi maklumat konsep dan pengurusan
Bab 2 teknologi maklumat konsep dan pengurusanBab 2 teknologi maklumat konsep dan pengurusan
Bab 2 teknologi maklumat konsep dan pengurusanarmanisenin
 
sistem unit, cpu & ingatan
sistem unit, cpu & ingatansistem unit, cpu & ingatan
sistem unit, cpu & ingatanictpermas
 
Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer roiamah71
 
2.2 perkakasan peranti inputoutput
2.2 perkakasan  peranti inputoutput2.2 perkakasan  peranti inputoutput
2.2 perkakasan peranti inputoutputSuriyana Ahmad
 
Perlembagaan malaysia
Perlembagaan malaysiaPerlembagaan malaysia
Perlembagaan malaysiaErwina Masir
 
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OS
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OSKumpulan 1: Jenis-jenis Pelayan dan Pelayan OS
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OSwebkvks2015
 
Kitar hayat pembangunan aturcara / sistem
Kitar hayat pembangunan aturcara / sistemKitar hayat pembangunan aturcara / sistem
Kitar hayat pembangunan aturcara / sistemNaveen Segaran
 
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4Shahril Majid
 
KERJA KURSUS PENGAJIAN AM.pptx
KERJA KURSUS PENGAJIAN AM.pptxKERJA KURSUS PENGAJIAN AM.pptx
KERJA KURSUS PENGAJIAN AM.pptxLukhStarboy
 
User Acceptance Test (UAT)
User Acceptance Test (UAT)User Acceptance Test (UAT)
User Acceptance Test (UAT)diddy98
 
4.senibina rangkaian
4.senibina rangkaian4.senibina rangkaian
4.senibina rangkaianskselatpulau
 
REPORT LATIHAN INDUSTRI DSK
REPORT LATIHAN INDUSTRI DSKREPORT LATIHAN INDUSTRI DSK
REPORT LATIHAN INDUSTRI DSKNur Arissa
 
Komponen asas komputer
Komponen asas komputerKomponen asas komputer
Komponen asas komputerLekha Lekzz
 

La actualidad más candente (20)

Senarai semak penyelenggaraan komputer
Senarai semak penyelenggaraan komputerSenarai semak penyelenggaraan komputer
Senarai semak penyelenggaraan komputer
 
Soalan pengukuhan
Soalan pengukuhanSoalan pengukuhan
Soalan pengukuhan
 
Sistem rangkaian dan dunia komputer
Sistem rangkaian dan dunia komputerSistem rangkaian dan dunia komputer
Sistem rangkaian dan dunia komputer
 
Report latihan industri
Report latihan industriReport latihan industri
Report latihan industri
 
Pengenalan os
Pengenalan osPengenalan os
Pengenalan os
 
Bab 2 teknologi maklumat konsep dan pengurusan
Bab 2 teknologi maklumat konsep dan pengurusanBab 2 teknologi maklumat konsep dan pengurusan
Bab 2 teknologi maklumat konsep dan pengurusan
 
sistem unit, cpu & ingatan
sistem unit, cpu & ingatansistem unit, cpu & ingatan
sistem unit, cpu & ingatan
 
Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer
 
Masalah komputer
Masalah komputerMasalah komputer
Masalah komputer
 
2.2 perkakasan peranti inputoutput
2.2 perkakasan  peranti inputoutput2.2 perkakasan  peranti inputoutput
2.2 perkakasan peranti inputoutput
 
Perlembagaan malaysia
Perlembagaan malaysiaPerlembagaan malaysia
Perlembagaan malaysia
 
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OS
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OSKumpulan 1: Jenis-jenis Pelayan dan Pelayan OS
Kumpulan 1: Jenis-jenis Pelayan dan Pelayan OS
 
Kitar hayat pembangunan aturcara / sistem
Kitar hayat pembangunan aturcara / sistemKitar hayat pembangunan aturcara / sistem
Kitar hayat pembangunan aturcara / sistem
 
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4
CONTOH LAPORAN DLKM OPERASI SISTEM KOMPUTER IT-020-4
 
KERJA KURSUS PENGAJIAN AM.pptx
KERJA KURSUS PENGAJIAN AM.pptxKERJA KURSUS PENGAJIAN AM.pptx
KERJA KURSUS PENGAJIAN AM.pptx
 
User Acceptance Test (UAT)
User Acceptance Test (UAT)User Acceptance Test (UAT)
User Acceptance Test (UAT)
 
4.senibina rangkaian
4.senibina rangkaian4.senibina rangkaian
4.senibina rangkaian
 
REPORT LATIHAN INDUSTRI DSK
REPORT LATIHAN INDUSTRI DSKREPORT LATIHAN INDUSTRI DSK
REPORT LATIHAN INDUSTRI DSK
 
Jenis dan Fungsi Kabel
Jenis dan Fungsi KabelJenis dan Fungsi Kabel
Jenis dan Fungsi Kabel
 
Komponen asas komputer
Komponen asas komputerKomponen asas komputer
Komponen asas komputer
 

Destacado

Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unitFrya Lora
 
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!TimoAro
 
Inter firm relationships and safe nests
Inter firm relationships and safe nestsInter firm relationships and safe nests
Inter firm relationships and safe nestsAlberto Minin
 
4Q13 Arezzo
4Q13 Arezzo4Q13 Arezzo
4Q13 ArezzoArezzori
 
1 q14 arezzo_apresentacao_call eng
1 q14 arezzo_apresentacao_call eng1 q14 arezzo_apresentacao_call eng
1 q14 arezzo_apresentacao_call engArezzori
 
Turun seudun ulkoinen elinvoima final
Turun seudun ulkoinen elinvoima finalTurun seudun ulkoinen elinvoima final
Turun seudun ulkoinen elinvoima finalTimoAro
 
Warning economic frauds i
Warning  economic frauds iWarning  economic frauds i
Warning economic frauds itinygraziano
 
Intellectual Property in Open Innovation Times
Intellectual Property in Open Innovation TimesIntellectual Property in Open Innovation Times
Intellectual Property in Open Innovation TimesAlberto Minin
 
Australia recruiting trends (2012)
Australia recruiting trends (2012)Australia recruiting trends (2012)
Australia recruiting trends (2012)Enboarder
 
Kuntien muuttovetovoima 2009 2013
Kuntien muuttovetovoima 2009 2013Kuntien muuttovetovoima 2009 2013
Kuntien muuttovetovoima 2009 2013TimoAro
 
Apostila de fotografia básica professor fernando feijó - curso basico-fotogr...
Apostila de fotografia básica  professor fernando feijó - curso basico-fotogr...Apostila de fotografia básica  professor fernando feijó - curso basico-fotogr...
Apostila de fotografia básica professor fernando feijó - curso basico-fotogr...Albano Ocaranguejodigital
 
Keeping SharePoint Always On
Keeping SharePoint Always OnKeeping SharePoint Always On
Keeping SharePoint Always OnAntonioMaio2
 
Metropolialueen muuttoliikeananalyysi final
Metropolialueen muuttoliikeananalyysi finalMetropolialueen muuttoliikeananalyysi final
Metropolialueen muuttoliikeananalyysi finalTimoAro
 
Ocean thermal emergy conversion 214
Ocean thermal emergy conversion 214Ocean thermal emergy conversion 214
Ocean thermal emergy conversion 214Ravi Teja
 
SDP aluekehitysseminaari 26.11.2013
SDP aluekehitysseminaari 26.11.2013SDP aluekehitysseminaari 26.11.2013
SDP aluekehitysseminaari 26.11.2013TimoAro
 
Il dilemma del test: Manuale o Automatico?
Il dilemma del test: Manuale o Automatico?Il dilemma del test: Manuale o Automatico?
Il dilemma del test: Manuale o Automatico?Microfocusitalia
 
Kuntarakennelain vaikutukset Satakunnassa
Kuntarakennelain vaikutukset SatakunnassaKuntarakennelain vaikutukset Satakunnassa
Kuntarakennelain vaikutukset SatakunnassaTimoAro
 
Screen shot slideshare
Screen shot slideshareScreen shot slideshare
Screen shot slidesharefd2625
 
EAF Info Session
EAF Info SessionEAF Info Session
EAF Info SessionUChicagoPGE
 

Destacado (20)

Chapter04 system unit
Chapter04 system unitChapter04 system unit
Chapter04 system unit
 
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!
Maahanmuuttostrategioiden opetukset. Case Etelä-Savo!
 
Inter firm relationships and safe nests
Inter firm relationships and safe nestsInter firm relationships and safe nests
Inter firm relationships and safe nests
 
PGPEx IIM Shillong
PGPEx   IIM ShillongPGPEx   IIM Shillong
PGPEx IIM Shillong
 
4Q13 Arezzo
4Q13 Arezzo4Q13 Arezzo
4Q13 Arezzo
 
1 q14 arezzo_apresentacao_call eng
1 q14 arezzo_apresentacao_call eng1 q14 arezzo_apresentacao_call eng
1 q14 arezzo_apresentacao_call eng
 
Turun seudun ulkoinen elinvoima final
Turun seudun ulkoinen elinvoima finalTurun seudun ulkoinen elinvoima final
Turun seudun ulkoinen elinvoima final
 
Warning economic frauds i
Warning  economic frauds iWarning  economic frauds i
Warning economic frauds i
 
Intellectual Property in Open Innovation Times
Intellectual Property in Open Innovation TimesIntellectual Property in Open Innovation Times
Intellectual Property in Open Innovation Times
 
Australia recruiting trends (2012)
Australia recruiting trends (2012)Australia recruiting trends (2012)
Australia recruiting trends (2012)
 
Kuntien muuttovetovoima 2009 2013
Kuntien muuttovetovoima 2009 2013Kuntien muuttovetovoima 2009 2013
Kuntien muuttovetovoima 2009 2013
 
Apostila de fotografia básica professor fernando feijó - curso basico-fotogr...
Apostila de fotografia básica  professor fernando feijó - curso basico-fotogr...Apostila de fotografia básica  professor fernando feijó - curso basico-fotogr...
Apostila de fotografia básica professor fernando feijó - curso basico-fotogr...
 
Keeping SharePoint Always On
Keeping SharePoint Always OnKeeping SharePoint Always On
Keeping SharePoint Always On
 
Metropolialueen muuttoliikeananalyysi final
Metropolialueen muuttoliikeananalyysi finalMetropolialueen muuttoliikeananalyysi final
Metropolialueen muuttoliikeananalyysi final
 
Ocean thermal emergy conversion 214
Ocean thermal emergy conversion 214Ocean thermal emergy conversion 214
Ocean thermal emergy conversion 214
 
SDP aluekehitysseminaari 26.11.2013
SDP aluekehitysseminaari 26.11.2013SDP aluekehitysseminaari 26.11.2013
SDP aluekehitysseminaari 26.11.2013
 
Il dilemma del test: Manuale o Automatico?
Il dilemma del test: Manuale o Automatico?Il dilemma del test: Manuale o Automatico?
Il dilemma del test: Manuale o Automatico?
 
Kuntarakennelain vaikutukset Satakunnassa
Kuntarakennelain vaikutukset SatakunnassaKuntarakennelain vaikutukset Satakunnassa
Kuntarakennelain vaikutukset Satakunnassa
 
Screen shot slideshare
Screen shot slideshareScreen shot slideshare
Screen shot slideshare
 
EAF Info Session
EAF Info SessionEAF Info Session
EAF Info Session
 

Similar a Discover how computers work internally

Typical configuration of Computer.pptx
Typical configuration of Computer.pptxTypical configuration of Computer.pptx
Typical configuration of Computer.pptxpreethika kv
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptxLearnersCoach
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2limsh
 
1-ComputerBasics.ppt
1-ComputerBasics.ppt1-ComputerBasics.ppt
1-ComputerBasics.pptJithaKannan1
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System UnitAfaq Siddiqui
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.pptAhsanRamzan7
 
Introduction to Computer.ppt
Introduction to Computer.pptIntroduction to Computer.ppt
Introduction to Computer.pptMaganga3
 
Typical configuration of computer ppt
Typical configuration of computer  pptTypical configuration of computer  ppt
Typical configuration of computer pptProf. Dr. K. Adisesha
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...yaminohime
 
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
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computerSurath Khadka
 
Unit 1 computing fundamental 2013
Unit 1 computing fundamental 2013Unit 1 computing fundamental 2013
Unit 1 computing fundamental 2013Yousuf Al Khanbashi
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thingAbdul Rehman
 

Similar a Discover how computers work internally (20)

Week 2
Week 2Week 2
Week 2
 
Typical configuration of Computer.pptx
Typical configuration of Computer.pptxTypical configuration of Computer.pptx
Typical configuration of Computer.pptx
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
The system unit
The system unitThe system unit
The system unit
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
1-ComputerBasics.ppt
1-ComputerBasics.ppt1-ComputerBasics.ppt
1-ComputerBasics.ppt
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
 
Processors
ProcessorsProcessors
Processors
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.ppt
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Introduction to Computer.ppt
Introduction to Computer.pptIntroduction to Computer.ppt
Introduction to Computer.ppt
 
Typical configuration of computer ppt
Typical configuration of computer  pptTypical configuration of computer  ppt
Typical configuration of computer ppt
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
 
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
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
 
Unit 1 computing fundamental 2013
Unit 1 computing fundamental 2013Unit 1 computing fundamental 2013
Unit 1 computing fundamental 2013
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 

Más de Hisyam Rosly

Chapter 9 security privacy csc
Chapter 9 security privacy cscChapter 9 security privacy csc
Chapter 9 security privacy cscHisyam Rosly
 
Chapter 08 communication and network csc
Chapter 08 communication and network cscChapter 08 communication and network csc
Chapter 08 communication and network cscHisyam Rosly
 
Chapter 06 software csc&tts
Chapter 06 software csc&ttsChapter 06 software csc&tts
Chapter 06 software csc&ttsHisyam Rosly
 
Chapter 04 storage csc & tts
Chapter 04 storage csc & ttsChapter 04 storage csc & tts
Chapter 04 storage csc & ttsHisyam Rosly
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsHisyam Rosly
 
Chapter 03 io csc&tts
Chapter 03 io csc&ttsChapter 03 io csc&tts
Chapter 03 io csc&ttsHisyam Rosly
 

Más de Hisyam Rosly (7)

Chapter 9 security privacy csc
Chapter 9 security privacy cscChapter 9 security privacy csc
Chapter 9 security privacy csc
 
Chapter 08 communication and network csc
Chapter 08 communication and network cscChapter 08 communication and network csc
Chapter 08 communication and network csc
 
Chapter 06 software csc&tts
Chapter 06 software csc&ttsChapter 06 software csc&tts
Chapter 06 software csc&tts
 
Chapter 04 storage csc & tts
Chapter 04 storage csc & ttsChapter 04 storage csc & tts
Chapter 04 storage csc & tts
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & tts
 
Chapter 03 io csc&tts
Chapter 03 io csc&ttsChapter 03 io csc&tts
Chapter 03 io csc&tts
 
Chapter 01 csc
Chapter 01 cscChapter 01 csc
Chapter 01 csc
 

Último

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 

Último (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 

Discover how computers work internally

  • 1. CHAPTER TWO Discovering Computers Fundamentals, 2011 Edition Living in a Digital World
  • 2. Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Describe the control unit and arithmetic logic unit components of a processor, and explain the four steps in a machine cycle Define a bit and describe how a series of bits represents data Differentiate among the various types of memory 2
  • 3. Objectives Overview Describe the purpose and types of expansion slots and adapter cards Differentiate between a port and a connector, and explain the differences among a USB port and other ports Describe the types of buses in a computer Understand how to clean a system unit on a computer or mobile device 3
  • 4. The System Unit • The system unit is a case that contains electronic components of the computer used to process data • Also called the chassis 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 Motherboard ports Bus Line 5
  • 6. The System Unit • The motherboard is the main circuit board of the system unit – A computer chip contains integrated circuits – Contain expansion slots, processor chips, memory slots. – Also called system board 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 Dual-core processor Quad-core processor 7
  • 8. multi-core processor • A multi-core processor is a single computing component with two or more independent actual processors (called "cores"), which are the units that read and execute program instructions.[1] The instructions are ordinary CPU instructions such as add, move data, and branch, but the multiple cores can run multiple instructions at the same time, increasing overall speed for programs amenable to parallel computing.[ • used across many application domains including general-purpose,embedded, network, digital signal processing (DSP), and graphics. Discovering Computers Fundamentals, 2011 Edition Chapter 4 8
  • 9. Dual-core processor • A dual-core processor has two cores (e.g. AMD Phenom II X2, Intel Core Duo) Discovering Computers Fundamentals, 2011 Edition Chapter 4 9
  • 10. Quad-core processor • a quad-core processor contains four cores (e.g. AMD Phenom II X4, Intel's quad-core processors, see i3, i5, and i7 at Intel Core) Discovering Computers Fundamentals, 2011 Edition Chapter 4 10
  • 11. Processor Click to view Web Link, click Chapter 4, Click Web Link from left navigation, then click Multi-Core Processors below Chapter 4 11
  • 12. 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 12
  • 13. Processor : Machine cycle ( how processor work) • For every instruction, a processor repeats a set of four basic operations, which comprise a machine 1 cycle: Instruction cycle st cycle (step 1 & 2) 2nd cycle: Execution cycle (step 3 & 4) 13
  • 14. Processor 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) 14
  • 15. Data Representation Most computers are digital Digital signals are in one of two states: on or off • The binary system uses two unique digits (0 and 1) called bits • Bits – binary digits • Bytes – eight bits grouped together as a unit • Provides enough different combination of 0s and 1s to represent 256 individual characters ( numbers, uppercase, lowercase, punctuation mark and other) 15
  • 16. 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 16
  • 18. Data Representation • ASCII (American Standard Code for Information Interchange) is the most widely used coding scheme to represent data 18
  • 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 Application programs Data being processed and the resulting information 20
  • 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) 21
  • 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 22
  • 23. Memory: RAM • Also know as primary storage/ primary memory/ main storage/ internal storage/ main memory. • Memory keeps the instruction and data for whatever programs you happen to be using at the moment. • Memory chips that can be read from and written to by processor. • The more RAM a computer has, the faster it responds. 23
  • 25. Memory • RAM chips usually reside on a memory module and are inserted into memory slots 25
  • 26. Memory : Volatile memory • Three basic types of RAM chips exist: Dynamic RAM (DRAM) Static RAM (SRAM) Magnetoresistive RAM (MRAM) 26
  • 27. Memory: Dynamic RAM (DRAM) • Must be continuously refreshed by CPU or it loses its contents. • Used for personal computer memory because of its size and cost advantage. 27
  • 28. Memory: Static RAM (SRAM) • Retains its contents with intervention from CPU • Faster and more expensive than DRAM • static RAM chips are preferred when energy efficiency is a concern. • Static RAM chips are often used in cars, household appliances and handheld electronic devices 28
  • 29. Memory • The amount of RAM necessary in a computer often depends on the types of software you plan to use • Memory cache speeds the processes of the computer because it stores frequently used instructions and data 29
  • 31. Memory: ROM Read-only memory (ROM) refers to memory chips storing permanent data and instructions • It is not lost when computers power is turned off. • Contains program and data permanently recorded into memory at the factory • Cannot be changed by user • Not volatile : contents do not disappear when power is lost. 31
  • 32. Memory • Flash memory can be erased electronically and rewritten • Used with PDSs, smart phone, printers, digital cameras, automotive devices, audio players, digital voice recorders and pages. 32
  • 33. Memory : CMOS – CMOS technology provides high speeds and consumes little power – Stand for Complementary Metal-Oxide Semiconductor memory. – Used in some RSM chips, flash memory chips and other types of memory chips. – Uses battery power to retain information when other power is turned off – Stores date, time and computers startup information. 33
  • 34. Memory • Access time is the amount of time it takes the processor to read from memory – Measured in nanoseconds 34
  • 35. 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 35
  • 36. • An ExpressCard module adds memory, storage, sound, fax/modem, communications and other capabilities to notebook computers. 36
  • 37. Expansion Slots and Adapter Cards • Removable flash memory includes: – Memory cards, USB flash drives, and PC Cards/ExpressCard modules 37
  • 38. 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 5 categories of ports: serial ports, parallel port, USB port, FireWire ports, Special-purpose ports. 38
  • 40. Ports and Connectors • On a notebook computer, the ports are on the back, front, and/or sides 40
  • 41. 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 41
  • 42. Ports and Connectors • Other types of ports include: Firewire port Bluetooth port SCSI port eSATA port IrDA port MIDI port 42
  • 43. 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 43
  • 44. Buses • A bus allows the various devices both inside and attached to the system unit to communicate with each other – Data bus – Address bus • A computer can have these basic types of buses: – System bus : connect processor and RAM – Backside bus : determines number of bits transmitted at one time. – Expansion bus : allows processor to communicate with peripherals 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 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 46
  • 47. Putting It All Together Home Intel Core 2 Quad or Intel Core 2 Duo or AMD Sempron Minimum RAM: 2 GB Small Office/ Home Office Intel Core i7 or Intel Core i7 Extreme or AMD Athlon X2 or AMD Athlon II X2 Dual-Code Mobile Intel Core i7 Extreme or AMD Turion X2 Minimum RAM: 2 GB Minimum RAM: 4 GB 47
  • 48. Putting It All Together Power Enterprise Intel Itanium 2 or AMD 6-Core Opteron or Intel Quad Core Xeon Intel Core i7 or Intel Core i7 Extreme or AMD Athlon X2 or AMD Athlon II X2 Dual-Core Minimum RAM: 8 GB Minimum RAM: 4 GB 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 49
  • 50. Summary Components of the system unit How memory stores data, instructions, and information Comparison of various personal computer processors on the market today Sequence of operations that occur when a computer executes an instruction How to clean the exterior and interior of a system unit 50
  • 51. CHAPTER TWO Discovering Computers Fundamentals, 2011 Edition Living in a Digital World