SlideShare a Scribd company logo
System Unit Components

Sumesh Koyon
Objectives Overview

Differentiate among various
styles of system units on
desktop computers,
notebook computers, and
mobile devices

Identify chips, adapter
cards, and other
components of a
motherboard

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

Identify characteristics of
various personal computer
processors on the market
today, and describe the
ways processors are cooled

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

Explain how program
instructions transfer in and
out of memory

Support Organization With IT

2
Objectives Overview

Differentiate among the various
types of memory

Describe the purpose and types
of expansion slots and adapter
cards, and differentiate among
slots for various removable flash
memory devices

Differentiate between a port and
a connector, and explain the
differences among a USB port,
FireWire port, Bluetooth port,
SCSI port, eSATA port, IrDA port,
serial port, and MIDI port

Describe the types of buses in a
computer

Explain the purpose of a power
supply and describe how it keeps
cool

Understand how to clean a
system unit on a computer or
mobile device

Support Organization With IT

3
The System Unit
• The system unit is
a case that
contains
electronic
components of
the computer
used to process
data

Support Organization With IT

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
Support Organization With IT

5
The System Unit
• The motherboard is the main circuit board of the
system unit
– A computer chip contains integrated circuits

Support Organization With IT

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
Support Organization With IT

Quad-core
processor
7
Processor

Support Organization With IT

8
Processor
• The control unit is the component of the
processor that directs and coordinates most of
the operations in the computer
• The arithmetic logic unit (ALU) performs
arithmetic, comparison, and other operations

Support Organization With IT

9
Processor
• For every instruction, a processor repeats a set of
four basic operations, which comprise a machine
cycle

Support Organization With IT

10
Processor
• Most current personal
computers support
pipelining
– Processor begins
fetching a second
instruction before it
completes the machine
cycle for the first
instruction

Support Organization With IT

11
Processor

The processor contains registers, that
temporarily hold data and instructions

The system clock controls the timing
of all computer operations
• The pace of the system clock is called the clock
speed, and is measured in gigahertz (GHz)
Support Organization With IT

12
Processor
• The leading
manufacturers of
personal computer
processor chips are Intel
and AMD

Support Organization With IT

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

Support Organization With IT

14
Processor
• A processor chip
generates heat that
could cause the chip to
burn up
• Require additional
cooling
– Heat sinks
– Liquid cooling
technology

Support Organization With IT

15
Processor
• Parallel processing uses multiple processors
simultaneously to execute a single program or task
– Massively parallel processing involves hundreds or thousands of
processors

Support Organization With IT

16
Data Representation
Analog signals are continuous and vary in
strength and quality
Digital signals are in one of two states: on
or off
• Most computers are digital
• The binary system uses two unique digits (0 and 1)
• Bits and bytes
Support Organization With IT

17
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

Support Organization With IT

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

Support Organization With IT

19
Data Representation

Support Organization With IT

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

Support Organization With IT

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

Support Organization With IT

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 etc

Support Organization With IT

23
Memory

Support Organization With IT

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

Static RAM (SRAM)

Support Organization With IT

Magnetoresistive
RAM (MRAM)

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

Support Organization With IT

26
Memory
• The amount of RAM necessary in a computer
often depends on the types of software you plan
to use

Support Organization With IT

27
Memory
• Memory cache speeds the processes of the computer
because it stores frequently used instructions and data

Support Organization With IT

28
Memory
Read-only memory (ROM) refers to memory chips
storing permanent data and instructions
• Firmware

A PROM (programmable read-only memory) chip is
a blank ROM chip that can be written to
permanently
• EEPROM can be erased
Support Organization With IT

29
Memory
• Flash memory can be erased electronically and
rewritten
– CMOS technology provides high speeds and consumes
little power

Support Organization With IT

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

•
•

Page 229
Figures 4-24 – 4-25

Support Organization With IT

31
Expansion Slots and Adapter Cards
• An expansion slot is a
socket on the motherboard
that can hold an adapter
card
• An adapter card enhances
functions of a component of
the system unit and/or
provides connections to
peripherals
– Sound card and video card

Support Organization With IT

32
Expansion Slots and Adapter Cards
• With Plug and Play, the computer automatically
can configure adapter cards and other peripherals
as you install them

Support Organization With IT

33
Expansion Slots and Adapter Cards
• Removable flash memory includes:
– Memory cards, USB flash drives, and PC
Cards/ExpressCard modules

Support Organization With IT

34
Ports and Connectors

A port is the point at which a peripheral attaches to or
communicates with a system unit (sometimes referred
to as a jack)
A connector joins a cable to a port

Support Organization With IT

35
Ports and Connectors

Support Organization With IT

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

Support Organization With IT

37
Ports and Connectors

Support Organization With IT

38
Ports and Connectors
• A USB port can connect up to 127 different
peripherals together with a single connector
– You can attach multiple peripherals using a single USB
port with a USB hub

Support Organization With IT

39
Ports and Connectors
• Other types of ports include:
Firewire
port

Bluetooth
port

SCSI port

eSATA
port

IrDA port

Serial port

MIDI port
Support Organization With IT

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

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

Support Organization With IT

41
Ports and Connectors
• A port replicator is an
external device that
provides connections to
peripherals through ports
built into the device
• A docking station is an
external device that
attaches to a mobile
computer or device

Support Organization With IT

42
Buses
• A bus allows the various
devices both inside and
attached to the system
unit to communicate with
each other
– Data bus
– Address bus

• Word size is the number
of bits the processor can
interpret and execute at a
given time
Support Organization With IT

43
Buses
• Expansion slots connect to expansion buses
• Common types of expansion buses include:
PCI bus

PCI Express
bus

USB and
FireWire bus

Support Organization With IT

Accelerated
Graphics Port

PC Card bus

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

Support Organization With IT

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
Support Organization With IT

46
Putting It All Together

Home
Intel Core i5 or
Intel Core 2 i3 or
AMD Athlon II or
AMD Sempron

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

Minimum RAM: 2 GB

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

Minimum RAM: 4 GB
Support Organization With IT

47
Putting It All Together

Power

Enterprise

Intel Xeon or
Intel Itanium or
AMD Opteron

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

Minimum RAM: 8 GB

Minimum RAM: 4 GB
Support Organization With IT

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
Support Organization With IT

49
Video: The Leopard with a Time Machine

CLICK TO START
Support Organization With IT

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

Support Organization With IT

51
System Unit Components

Sumesh Koyon

More Related Content

What's hot

Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
Muhammad Waqas
 
Ch 2 inside systems unit
Ch 2 inside systems unitCh 2 inside systems unit
Ch 2 inside systems unit
Sajid Mewati
 
Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_components
Resty Aldana
 
Typical configuration of computer ppt
Typical configuration of computer  pptTypical configuration of computer  ppt
Typical configuration of computer ppt
Prof. Dr. K. Adisesha
 
Chapter 04 storage csc & tts
Chapter 04 storage csc & ttsChapter 04 storage csc & tts
Chapter 04 storage csc & tts
Hisyam Rosly
 
Hardware
HardwareHardware
Hardware
Besar Limani
 
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
 
Computer hardware components by ni3
Computer hardware components by ni3Computer hardware components by ni3
Computer hardware components by ni3
NITIN RAUT
 
INFORMATION TECHNOLOGY
INFORMATION TECHNOLOGYINFORMATION TECHNOLOGY
INFORMATION TECHNOLOGY
Amy Jackie
 
hardware
hardwarehardware
hardware
sarabzu
 
The system unit
The system unitThe system unit
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit components
Christian Sampaga
 
Itc chapter # 4
Itc   chapter # 4Itc   chapter # 4
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
Rana Usman Sattar
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
Sowmya Jyothi
 
Itc chapter # 3
Itc   chapter # 3Itc   chapter # 3
Pc components
Pc componentsPc components
Pc components
Rehanali154
 
Computer hardware and its components
Computer hardware and its componentsComputer hardware and its components
Computer hardware and its components
DIrectorate of Information Technology, Govt. of KPK
 
Rama pdf
Rama pdfRama pdf
Rama pdf
DILESWAR BEHERA
 
3 hardware
3 hardware3 hardware
3 hardware
teddyhadia
 

What's hot (20)

Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
 
Ch 2 inside systems unit
Ch 2 inside systems unitCh 2 inside systems unit
Ch 2 inside systems unit
 
Week1 lec2 computer_system_components
Week1 lec2 computer_system_componentsWeek1 lec2 computer_system_components
Week1 lec2 computer_system_components
 
Typical configuration of computer ppt
Typical configuration of computer  pptTypical configuration of computer  ppt
Typical configuration of computer ppt
 
Chapter 04 storage csc & tts
Chapter 04 storage csc & ttsChapter 04 storage csc & tts
Chapter 04 storage csc & tts
 
Hardware
HardwareHardware
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
 
Computer hardware components by ni3
Computer hardware components by ni3Computer hardware components by ni3
Computer hardware components by ni3
 
INFORMATION TECHNOLOGY
INFORMATION TECHNOLOGYINFORMATION TECHNOLOGY
INFORMATION TECHNOLOGY
 
hardware
hardwarehardware
hardware
 
The system unit
The system unitThe system unit
The system unit
 
Topic 2 system unit components
Topic 2   system unit componentsTopic 2   system unit components
Topic 2 system unit components
 
Itc chapter # 4
Itc   chapter # 4Itc   chapter # 4
Itc chapter # 4
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
 
Itc chapter # 3
Itc   chapter # 3Itc   chapter # 3
Itc chapter # 3
 
Pc components
Pc componentsPc components
Pc components
 
Computer hardware and its components
Computer hardware and its componentsComputer hardware and its components
Computer hardware and its components
 
Rama pdf
Rama pdfRama pdf
Rama pdf
 
3 hardware
3 hardware3 hardware
3 hardware
 

Viewers also liked

El Software
El SoftwareEl Software
El Software
Stefany Pérez
 
Celeste Mussey 2014
Celeste Mussey 2014Celeste Mussey 2014
Celeste Mussey 2014
Celeste Mussey
 
Promoção ano novo 2013 2014
Promoção ano novo 2013 2014Promoção ano novo 2013 2014
Promoção ano novo 2013 2014
Inst Embelleze Venda Nova
 
Prefabricated Dual Towers
Prefabricated Dual TowersPrefabricated Dual Towers
Prefabricated Dual Towers
DRM Investments LTD
 
PRUEBAS NACIONALES MATEMINIENTO
PRUEBAS NACIONALES MATEMINIENTOPRUEBAS NACIONALES MATEMINIENTO
PRUEBAS NACIONALES MATEMINIENTO
Karliitha Fallaz
 
Maria del Mar i Neus Baró - l'Automne à Ripoll
Maria del Mar i Neus Baró - l'Automne à RipollMaria del Mar i Neus Baró - l'Automne à Ripoll
Maria del Mar i Neus Baró - l'Automne à Ripollcusegu
 
#VDT - A review of the process. EP. 2
#VDT - A review of the process. EP. 2#VDT - A review of the process. EP. 2
#VDT - A review of the process. EP. 2
Carlo Frinolli Puzzilli
 
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New OfficeBI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
Diego Nogare
 
ES Informa mídia - 26 de novembro de 2013
ES Informa mídia - 26 de novembro de 2013ES Informa mídia - 26 de novembro de 2013
ES Informa mídia - 26 de novembro de 2013
Governo ES
 
Alimentos suplementarios-para-rumiantes
Alimentos suplementarios-para-rumiantesAlimentos suplementarios-para-rumiantes
Alimentos suplementarios-para-rumiantes
Richard Suárez Velarde
 
Taguchi and the tablecloth trick | Insight, issue 5
Taguchi and the tablecloth trick | Insight, issue 5Taguchi and the tablecloth trick | Insight, issue 5
Taguchi and the tablecloth trick | Insight, issue 5
Team Consulting Ltd
 
Iphone and ipad: Set up complex password for security
Iphone and ipad: Set up complex password for security Iphone and ipad: Set up complex password for security
Iphone and ipad: Set up complex password for security
SZI Technologies Pvt Ltd
 
Codes and convections of a typical british realist
Codes and convections of a typical british realistCodes and convections of a typical british realist
Codes and convections of a typical british realist
elsaamemajj
 
24HoP 2013 - Por Onde Começar no BigData
24HoP 2013 - Por Onde Começar no BigData24HoP 2013 - Por Onde Começar no BigData
24HoP 2013 - Por Onde Começar no BigData
Diego Nogare
 
Cap d'ail 2015
Cap d'ail 2015Cap d'ail 2015
Cap d'ail 2015
monsieurprats
 
Office of Finance
Office of FinanceOffice of Finance
Office of Finance
Flexera
 
Time management
Time managementTime management
Time management
Olorunfemi Ojomo
 
Design Thinking for Social Innovation
Design Thinking for Social InnovationDesign Thinking for Social Innovation
Design Thinking for Social Innovation
Pierre Echard
 
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1Auliana Riztianti
 

Viewers also liked (20)

El Software
El SoftwareEl Software
El Software
 
Celeste Mussey 2014
Celeste Mussey 2014Celeste Mussey 2014
Celeste Mussey 2014
 
Promoção ano novo 2013 2014
Promoção ano novo 2013 2014Promoção ano novo 2013 2014
Promoção ano novo 2013 2014
 
Prefabricated Dual Towers
Prefabricated Dual TowersPrefabricated Dual Towers
Prefabricated Dual Towers
 
PRUEBAS NACIONALES MATEMINIENTO
PRUEBAS NACIONALES MATEMINIENTOPRUEBAS NACIONALES MATEMINIENTO
PRUEBAS NACIONALES MATEMINIENTO
 
Maria del Mar i Neus Baró - l'Automne à Ripoll
Maria del Mar i Neus Baró - l'Automne à RipollMaria del Mar i Neus Baró - l'Automne à Ripoll
Maria del Mar i Neus Baró - l'Automne à Ripoll
 
#VDT - A review of the process. EP. 2
#VDT - A review of the process. EP. 2#VDT - A review of the process. EP. 2
#VDT - A review of the process. EP. 2
 
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New OfficeBI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
BI PASS Chapter - What´s new in BI - SQL Server 2012 + New Office
 
ES Informa mídia - 26 de novembro de 2013
ES Informa mídia - 26 de novembro de 2013ES Informa mídia - 26 de novembro de 2013
ES Informa mídia - 26 de novembro de 2013
 
Ergasia
ErgasiaErgasia
Ergasia
 
Alimentos suplementarios-para-rumiantes
Alimentos suplementarios-para-rumiantesAlimentos suplementarios-para-rumiantes
Alimentos suplementarios-para-rumiantes
 
Taguchi and the tablecloth trick | Insight, issue 5
Taguchi and the tablecloth trick | Insight, issue 5Taguchi and the tablecloth trick | Insight, issue 5
Taguchi and the tablecloth trick | Insight, issue 5
 
Iphone and ipad: Set up complex password for security
Iphone and ipad: Set up complex password for security Iphone and ipad: Set up complex password for security
Iphone and ipad: Set up complex password for security
 
Codes and convections of a typical british realist
Codes and convections of a typical british realistCodes and convections of a typical british realist
Codes and convections of a typical british realist
 
24HoP 2013 - Por Onde Começar no BigData
24HoP 2013 - Por Onde Começar no BigData24HoP 2013 - Por Onde Começar no BigData
24HoP 2013 - Por Onde Começar no BigData
 
Cap d'ail 2015
Cap d'ail 2015Cap d'ail 2015
Cap d'ail 2015
 
Office of Finance
Office of FinanceOffice of Finance
Office of Finance
 
Time management
Time managementTime management
Time management
 
Design Thinking for Social Innovation
Design Thinking for Social InnovationDesign Thinking for Social Innovation
Design Thinking for Social Innovation
 
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1
Langkah – langkah Meresmikan Agen Perjalanan Wisata chapter1
 

Similar to Week 2

Typical configuration of Computer.pptx
Typical configuration of Computer.pptxTypical configuration of Computer.pptx
Typical configuration of Computer.pptx
preethika kv
 
03 - Lecture Systme Unit Components.pptx
03 - Lecture Systme Unit Components.pptx03 - Lecture Systme Unit Components.pptx
03 - Lecture Systme Unit Components.pptx
momandayaz306
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
Surath Khadka
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
LearnersCoach
 
Overview of comp system
Overview of comp systemOverview of comp system
Overview of comp system
nurulafifa_matsaleh
 
Lesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptxLesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptx
JojamesArnaldoGaddi
 
presentationprintTemp.PDF
presentationprintTemp.PDFpresentationprintTemp.PDF
presentationprintTemp.PDF
SREEVIDYAP10
 
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALABasics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
jatin batra
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
Akhila Dakshina
 
Chapter 4 the components of the system unit
Chapter 4   the components of the system unitChapter 4   the components of the system unit
Chapter 4 the components of the system unit
haider ali
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
Afaq Siddiqui
 
Chapter 04
Chapter 04Chapter 04
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System
sonykhan3
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.ppt
AhsanRamzan7
 
Motherboard Components
Motherboard Components Motherboard Components
Motherboard Components
Najmul Hossain Nayan
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
Aditya Singh
 
LDC Seminar Hardware.ppt
LDC Seminar Hardware.pptLDC Seminar Hardware.ppt
LDC Seminar Hardware.ppt
koodalcsc
 
Internal components storage devices
Internal components storage devicesInternal components storage devices
Internal components storage devices
Edz Gapuz
 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.ppt
Vivek Parashar
 
Processors
ProcessorsProcessors
Processors
HIMANSHU JAIN
 

Similar to Week 2 (20)

Typical configuration of Computer.pptx
Typical configuration of Computer.pptxTypical configuration of Computer.pptx
Typical configuration of Computer.pptx
 
03 - Lecture Systme Unit Components.pptx
03 - Lecture Systme Unit Components.pptx03 - Lecture Systme Unit Components.pptx
03 - Lecture Systme Unit Components.pptx
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
Overview of comp system
Overview of comp systemOverview of comp system
Overview of comp system
 
Lesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptxLesson 2.1. System Unit.pptx
Lesson 2.1. System Unit.pptx
 
presentationprintTemp.PDF
presentationprintTemp.PDFpresentationprintTemp.PDF
presentationprintTemp.PDF
 
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALABasics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
 
Chapter 4 the components of the system unit
Chapter 4   the components of the system unitChapter 4   the components of the system unit
Chapter 4 the components of the system unit
 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System
 
Component of system unit.ppt
Component of system unit.pptComponent of system unit.ppt
Component of system unit.ppt
 
Motherboard Components
Motherboard Components Motherboard Components
Motherboard Components
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
LDC Seminar Hardware.ppt
LDC Seminar Hardware.pptLDC Seminar Hardware.ppt
LDC Seminar Hardware.ppt
 
Internal components storage devices
Internal components storage devicesInternal components storage devices
Internal components storage devices
 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.ppt
 
Processors
ProcessorsProcessors
Processors
 

More from Joey Pierce

Week 11
Week 11Week 11
Week 11
Joey Pierce
 
Week 10
Week 10Week 10
Week 10
Joey Pierce
 
Week 9
Week 9Week 9
Week 9
Joey Pierce
 
Week 7 & 8
Week 7 & 8Week 7 & 8
Week 7 & 8
Joey Pierce
 
Week 6
Week 6Week 6
Week 6
Joey Pierce
 
Week 5
Week 5Week 5
Week 5
Joey Pierce
 
Week 4
Week 4Week 4
Week 4
Joey Pierce
 
Week 3
Week 3Week 3
Week 3
Joey Pierce
 
Week 1
Week 1Week 1
Week 1
Joey Pierce
 
Week 12
Week 12Week 12
Week 12
Joey Pierce
 

More from Joey Pierce (10)

Week 11
Week 11Week 11
Week 11
 
Week 10
Week 10Week 10
Week 10
 
Week 9
Week 9Week 9
Week 9
 
Week 7 & 8
Week 7 & 8Week 7 & 8
Week 7 & 8
 
Week 6
Week 6Week 6
Week 6
 
Week 5
Week 5Week 5
Week 5
 
Week 4
Week 4Week 4
Week 4
 
Week 3
Week 3Week 3
Week 3
 
Week 1
Week 1Week 1
Week 1
 
Week 12
Week 12Week 12
Week 12
 

Recently uploaded

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 

Recently uploaded (20)

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 

Week 2

  • 2. Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter cards, and other components of a motherboard Describe the control unit and arithmetic logic unit components of a processor, and explain the four steps in a machine cycle Identify characteristics of various personal computer processors on the market today, and describe the ways processors are cooled Define a bit and describe how a series of bits represents data Explain how program instructions transfer in and out of memory Support Organization With IT 2
  • 3. Objectives Overview Differentiate among the various types of memory Describe the purpose and types of expansion slots and adapter cards, and differentiate among slots for various removable flash memory devices Differentiate between a port and a connector, and explain the differences among a USB port, FireWire port, Bluetooth port, SCSI port, eSATA port, IrDA port, serial port, and MIDI port Describe the types of buses in a computer Explain the purpose of a power supply and describe how it keeps cool Understand how to clean a system unit on a computer or mobile device Support Organization With IT 3
  • 4. The System Unit • The system unit is a case that contains electronic components of the computer used to process data Support Organization With IT 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 Support Organization With IT 5
  • 6. The System Unit • The motherboard is the main circuit board of the system unit – A computer chip contains integrated circuits Support Organization With IT 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 Support Organization With IT Quad-core processor 7
  • 9. Processor • The control unit is the component of the processor that directs and coordinates most of the operations in the computer • The arithmetic logic unit (ALU) performs arithmetic, comparison, and other operations Support Organization With IT 9
  • 10. Processor • For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle Support Organization With IT 10
  • 11. Processor • Most current personal computers support pipelining – Processor begins fetching a second instruction before it completes the machine cycle for the first instruction Support Organization With IT 11
  • 12. Processor The processor contains registers, that temporarily hold data and instructions The system clock controls the timing of all computer operations • The pace of the system clock is called the clock speed, and is measured in gigahertz (GHz) Support Organization With IT 12
  • 13. Processor • The leading manufacturers of personal computer processor chips are Intel and AMD Support Organization With IT 13
  • 14. Processor • Determine how you plan to use a new computer before selecting a processor Support Organization With IT 14
  • 15. Processor • A processor chip generates heat that could cause the chip to burn up • Require additional cooling – Heat sinks – Liquid cooling technology Support Organization With IT 15
  • 16. Processor • Parallel processing uses multiple processors simultaneously to execute a single program or task – Massively parallel processing involves hundreds or thousands of processors Support Organization With IT 16
  • 17. Data Representation Analog signals are continuous and vary in strength and quality Digital signals are in one of two states: on or off • Most computers are digital • The binary system uses two unique digits (0 and 1) • Bits and bytes Support Organization With IT 17
  • 18. Data Representation A computer circuit represents the 0 or the 1 electronically by the presence or absence of an electrical charge Eight bits grouped together as a unit are called a byte. A byte represents a single character in the computer Support Organization With IT 18
  • 19. Data Representation • ASCII (American Standard Code for Information Interchange) is the most widely used coding scheme to represent data Support Organization With IT 19
  • 21. Memory • Memory consists of electronic components that store instructions waiting to be executed by the processor, data needed by those instructions, and the results of processing the data • Stores three basic categories of items: The operating system and other system software Application programs Support Organization With IT Data being processed and the resulting information 21
  • 22. Memory • Each location in memory has an address • Memory size is measured in kilobytes (KB or K), megabytes (MB), gigabytes (GB), or terabytes (TB) Support Organization With IT 22
  • 23. Memory • The system unit contains two types of memory: Volatile memory Nonvolatile memory Loses its contents when power is turned off Does not lose contents when power is removed Example includes RAM Examples include ROM, flash memory etc Support Organization With IT 23
  • 25. Memory • Three basic types of RAM chips exist: Dynamic RAM (DRAM) Static RAM (SRAM) Support Organization With IT Magnetoresistive RAM (MRAM) 25
  • 26. Memory • RAM chips usually reside on a memory module and are inserted into memory slots Support Organization With IT 26
  • 27. Memory • The amount of RAM necessary in a computer often depends on the types of software you plan to use Support Organization With IT 27
  • 28. Memory • Memory cache speeds the processes of the computer because it stores frequently used instructions and data Support Organization With IT 28
  • 29. Memory Read-only memory (ROM) refers to memory chips storing permanent data and instructions • Firmware A PROM (programmable read-only memory) chip is a blank ROM chip that can be written to permanently • EEPROM can be erased Support Organization With IT 29
  • 30. Memory • Flash memory can be erased electronically and rewritten – CMOS technology provides high speeds and consumes little power Support Organization With IT 30
  • 31. Memory • Access time is the amount of time it takes the processor to read from memory – Measured in nanoseconds • • Page 229 Figures 4-24 – 4-25 Support Organization With IT 31
  • 32. Expansion Slots and Adapter Cards • An expansion slot is a socket on the motherboard that can hold an adapter card • An adapter card enhances functions of a component of the system unit and/or provides connections to peripherals – Sound card and video card Support Organization With IT 32
  • 33. Expansion Slots and Adapter Cards • With Plug and Play, the computer automatically can configure adapter cards and other peripherals as you install them Support Organization With IT 33
  • 34. Expansion Slots and Adapter Cards • Removable flash memory includes: – Memory cards, USB flash drives, and PC Cards/ExpressCard modules Support Organization With IT 34
  • 35. Ports and Connectors A port is the point at which a peripheral attaches to or communicates with a system unit (sometimes referred to as a jack) A connector joins a cable to a port Support Organization With IT 35
  • 36. Ports and Connectors Support Organization With IT 36
  • 37. Ports and Connectors • On a notebook computer, the ports are on the back, front, and/or sides Support Organization With IT 37
  • 38. Ports and Connectors Support Organization With IT 38
  • 39. Ports and Connectors • A USB port can connect up to 127 different peripherals together with a single connector – You can attach multiple peripherals using a single USB port with a USB hub Support Organization With IT 39
  • 40. Ports and Connectors • Other types of ports include: Firewire port Bluetooth port SCSI port eSATA port IrDA port Serial port MIDI port Support Organization With IT 40
  • 41. Ports and Connectors A Bluetooth wireless port adapter converts a USB port into a Bluetooth port A smart phone might communicate with a notebook computer using an IrDA port Support Organization With IT 41
  • 42. Ports and Connectors • A port replicator is an external device that provides connections to peripherals through ports built into the device • A docking station is an external device that attaches to a mobile computer or device Support Organization With IT 42
  • 43. Buses • A bus allows the various devices both inside and attached to the system unit to communicate with each other – Data bus – Address bus • Word size is the number of bits the processor can interpret and execute at a given time Support Organization With IT 43
  • 44. Buses • Expansion slots connect to expansion buses • Common types of expansion buses include: PCI bus PCI Express bus USB and FireWire bus Support Organization With IT Accelerated Graphics Port PC Card bus 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 Support Organization With IT 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 Support Organization With IT 46
  • 47. Putting It All Together Home Intel Core i5 or Intel Core 2 i3 or AMD Athlon II or AMD Sempron Small Office/ Home Office Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 2 GB Mobile Intel Core i7 Extreme or Intel Core i7 or AMD Phenom II or AMD Turion II Minimum RAM: 2 GB Minimum RAM: 4 GB Support Organization With IT 47
  • 48. Putting It All Together Power Enterprise Intel Xeon or Intel Itanium or AMD Opteron Intel Core i7 or Intel Core i7 Extreme or AMD Phenom II or AMD Athlon II Minimum RAM: 8 GB Minimum RAM: 4 GB Support Organization With IT 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 Support Organization With IT 49
  • 50. Video: The Leopard with a Time Machine CLICK TO START Support Organization With IT 50
  • 51. Summary Components of the system unit How memory stores data, instructions, and information Comparison of various personal computer processors on the market today Sequence of operations that occur when a computer executes an instruction How to clean the exterior and interior of a system unit Support Organization With IT 51