SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Sistem pengoperasian
Sistem pengoperasianSistem pengoperasian
Sistem pengoperasianHarries Har
 
Chapter 8 operating systems and utility programs
Chapter 8   operating systems and utility programsChapter 8   operating systems and utility programs
Chapter 8 operating systems and utility programshaider ali
 
Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer roiamah71
 
Pengenalan os
Pengenalan osPengenalan os
Pengenalan osarah1506
 
Kelebihan menuntut ilmu - qs f4
Kelebihan menuntut ilmu - qs f4Kelebihan menuntut ilmu - qs f4
Kelebihan menuntut ilmu - qs f4Izzati Zainal
 
Rokok elektronik dan vape mengikut syarak
Rokok elektronik dan vape mengikut syarakRokok elektronik dan vape mengikut syarak
Rokok elektronik dan vape mengikut syarakNazirulFahmi2
 
1 peristiwa 13-mei-19691
1 peristiwa 13-mei-196911 peristiwa 13-mei-19691
1 peristiwa 13-mei-19691zur Aliff
 
Kerajaan Bani Ummayah
Kerajaan Bani UmmayahKerajaan Bani Ummayah
Kerajaan Bani UmmayahIzzat Amir
 
Perisian komputer
Perisian komputerPerisian komputer
Perisian komputerbbp2067
 
hamparan elektronik
hamparan elektronikhamparan elektronik
hamparan elektronikAyubkhan Kks
 
Penderaan kanak kanak
Penderaan kanak kanakPenderaan kanak kanak
Penderaan kanak kanakArra Asri
 
perkahwinan dalam islam
perkahwinan dalam islamperkahwinan dalam islam
perkahwinan dalam islamNur Hikmah
 
contoh Kertas kerja
contoh Kertas kerja contoh Kertas kerja
contoh Kertas kerja PKB -> USIM
 
Maksud Taqlid, Hukum dan Isu-isu Berkaitan Dengannya
Maksud Taqlid, Hukum dan Isu-isu Berkaitan DengannyaMaksud Taqlid, Hukum dan Isu-isu Berkaitan Dengannya
Maksud Taqlid, Hukum dan Isu-isu Berkaitan DengannyaMuhammad Fahmi
 
Penghayatan etika dan peradaban ( mpu21032 )
Penghayatan etika dan peradaban  ( mpu21032 )Penghayatan etika dan peradaban  ( mpu21032 )
Penghayatan etika dan peradaban ( mpu21032 )NurAyuni31
 
Teks bercerita ashabul kahfi
Teks bercerita ashabul kahfiTeks bercerita ashabul kahfi
Teks bercerita ashabul kahfiHELISSURIATIMoe
 

What's hot (20)

Anak derhaka
Anak derhakaAnak derhaka
Anak derhaka
 
Sistem pengoperasian
Sistem pengoperasianSistem pengoperasian
Sistem pengoperasian
 
Chapter 8 operating systems and utility programs
Chapter 8   operating systems and utility programsChapter 8   operating systems and utility programs
Chapter 8 operating systems and utility programs
 
Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer Pengenalan kepada rangkaian komputer
Pengenalan kepada rangkaian komputer
 
Pengenalan os
Pengenalan osPengenalan os
Pengenalan os
 
Kelebihan menuntut ilmu - qs f4
Kelebihan menuntut ilmu - qs f4Kelebihan menuntut ilmu - qs f4
Kelebihan menuntut ilmu - qs f4
 
BAB 11 Internet dan www
BAB 11  Internet dan wwwBAB 11  Internet dan www
BAB 11 Internet dan www
 
Rokok elektronik dan vape mengikut syarak
Rokok elektronik dan vape mengikut syarakRokok elektronik dan vape mengikut syarak
Rokok elektronik dan vape mengikut syarak
 
1 peristiwa 13-mei-19691
1 peristiwa 13-mei-196911 peristiwa 13-mei-19691
1 peristiwa 13-mei-19691
 
Etika it
Etika itEtika it
Etika it
 
Kerajaan Bani Ummayah
Kerajaan Bani UmmayahKerajaan Bani Ummayah
Kerajaan Bani Ummayah
 
Perisian komputer
Perisian komputerPerisian komputer
Perisian komputer
 
hamparan elektronik
hamparan elektronikhamparan elektronik
hamparan elektronik
 
Penderaan kanak kanak
Penderaan kanak kanakPenderaan kanak kanak
Penderaan kanak kanak
 
perkahwinan dalam islam
perkahwinan dalam islamperkahwinan dalam islam
perkahwinan dalam islam
 
contoh Kertas kerja
contoh Kertas kerja contoh Kertas kerja
contoh Kertas kerja
 
Maksud Taqlid, Hukum dan Isu-isu Berkaitan Dengannya
Maksud Taqlid, Hukum dan Isu-isu Berkaitan DengannyaMaksud Taqlid, Hukum dan Isu-isu Berkaitan Dengannya
Maksud Taqlid, Hukum dan Isu-isu Berkaitan Dengannya
 
Penghayatan etika dan peradaban ( mpu21032 )
Penghayatan etika dan peradaban  ( mpu21032 )Penghayatan etika dan peradaban  ( mpu21032 )
Penghayatan etika dan peradaban ( mpu21032 )
 
Server form factor
Server form factorServer form factor
Server form factor
 
Teks bercerita ashabul kahfi
Teks bercerita ashabul kahfiTeks bercerita ashabul kahfi
Teks bercerita ashabul kahfi
 

Viewers also liked

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
 

Viewers also liked (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 to 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 to 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
 

More from 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 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
 

More from Hisyam Rosly (6)

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

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
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?
 

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