SlideShare a Scribd company logo
Abdus Salam
Computer Application
5
Lec-I, II & III
 Introduction to Computer Hardware
 System Unit
 Motherboard
 BIOS
 Basic Unit of Measurement
 Processor
 Memory
 RAM
 ROM
 Storage Devices
 Magnetic Storage Devices
 Formatting
 Optical Storage Devices
Abdus Salam
Hardware
 The physical components of a computer is called Hardware.
 The physical (electronic and mechanical) parts of a computer is called
Hardware.
 Hardware is one that is tangible.
 The storage devices (Hard disk, CD’s etc.,), mouse, keyboard CPU and
display devices (Monitor) are Hardware.
 The hardware devices attached to the computer are called peripheral
devices.
Abdus Salam
System Unit
 The System Unit is a case which is just like a box made up of a metal
or plastic. This casing actually contain the electronic components of a
computer used to process data.
 The casing is some time called Chassis, that protect the internal
electronic components from damage.
 The most important component of this System box is Mother Board.
All the components are then installed on this Mother Board.
 System Unit consist of the following devices:-
 Mother Board
 Processor
 Memory
 Disk systems
Abdus Salam
System Unit (Cont’d)
power supply
ports
drive bays
processor
memory
sound card
video card
modem card
network card
Abdus Salam
Mother Board
 It is the main circuit board of the system unit.
 It is the centralized platform where all the hardware components of a
computer are connected.
 Many electronic components are attached to the mother board, others
are built-in on it.
 Each and every Motherboard has a small battery cell.
 It gives to Motherboard a small amount of power to remember the
settings such as hardware configurations, date and time etc
Abdus Salam
System Unit (Cont’d)
Abdus Salam
System Unit (Cont’d)
processor chip
adapter cards
memory chips
memory slots
motherboard
Expansion
slots for
adapter cards
Abdus Salam
Mother Board (Cont’d)
 BIOS is kind of software which holds the most important data for
machine.
 It informs the PC about the compatibility of Motherboard with
different hardware components such as CPU etc…
 It is the most important component which resides in the ROM (Read
Only Memory) of the Motherboard.
Abdus Salam
Basic Units Of Measurement
 BIT
 BInary digiT
 Smallest unit of measurement
 Two possible values 0 & 1
ON OFFor
BYTE
8 bits
Abdus Salam
Basic Units Of Measurement
(Processor And Memory Speed)
 Millisecond (ms) – a thousandth of a second (1/1,000 = 10-3)
 Microsecond (µs) - a millionth of a second (1/1,000,000 = 10-6)
 Nanosecond (ns) – a billionth of a second (1/1,000,000,000 = 10-9)
 Large Units Of Measurement (Memory, Storage)
 Note: powers of two are used because computer memory and storage
are based on the basic unit (bit).
 Kilobyte (KB) – a thousand bytes (1,024 = 210)
 Megabyte (MB) -1,024 KB - a million (1,048,576 = 220)
 Gigabyte (GB) –1,024 MB - a billion (1,073,741,824 = 230)
 Terabyte (TB) – a trillion (1,099,511,627,776 = 240)
Abdus Salam
Processor
 The Processor is also called Central Processing Unit (CPU).
 All the CPUs looks very similar, but they are different in the way,
they have different numbers of pins and different layouts.
 The processor significantly impact over all computing power & manages
most of computer operations.
 Some computer manufacturer use the term Microprocessor which
refers to a personal computer chip.
 Most PC’s today use processors manufactured by IntEL, AMD etc..
“Central Processing Unit (CPU) is an electronic device that interprets and
carries out the instructions that operates the computer.
Abdus Salam
Processor (Cont’d)
Abdus Salam
Processor (Cont’d)
 The combination of Arithmetic Logic Unit and Control Unit is called as
Central Processing Unit (CPU). OR The two main parts of CPU are ALU
& CU.
Abdus Salam
Processor (Cont’d)
 Registers are the part of the processor, not a part of memory or
storage devices.
 It contain different type of registers, each with a specific storage
functions. E.g. General purpose registers used for arithmetic
operations & data movement. AX, BX, CX, DX
 Register function includes
 Storing the location from where an instruction is fetched,
 Storing the location while the CU encode/decode it,
 Storing data while the ALU compute it and
 Storing the results after a calculation.
 Today, most PCs have 32-bit registers, mean the CPU can process
four bytes of data at one time.
 Register sizes are rapidly growing to 64 bits.
Abdus Salam
Multi-Core Processor
 A Multi-Core Processor is a processing system composed of two or more
independent cores. The cores are typically integrated onto a single integrated
circuit die(known as a chip multiprocessor or CMP).
 Core
 Basic processing area of a computer processor
 Die
 A die in the context of integrated circuits is a small block of semiconducting
material, on which a given functional circuit is fabricated.
 A medium-scale integrated circuit die
Abdus Salam
Multi-Core Processor (Cont’d)
 A Dual-Core and Core 2 Duo Processor contains two cores, and a Quad-Core
Processor contains four cores.
 A Multi-core processor implements multiprocessing in a single physical
package.
 Cores in a multi-core device coupled together tightly.
 Cores may or may not share caches.
 Dual Core and Core 2 Duo’s are both dual core processor.
 Core2 duo only takes advantage because
 The Core 2 Duo has the same L2 cache but it has more cache size than a Dual
core. However,
 There are architectural changes to the silicon that give the Core 2 Duo more
sophisticated processing.
 The single- and dual-core models are single-die, whereas the quad-core models
comprise two dies, each containing two cores, packaged in a multi-chip module.
 Differences between Dual Core, Core 2 Duo, Core i3, Core i5, Core i7.
 Cache memory and Core’s
Abdus Salam
Memory
 The electronic component which provides storage capability to a computer is
called Memory.
 Memory contains one or more sets of
chips that store data/program
instructions need processing,
either temporarily or permanently.
 All the computers which are used
today needs memory or storage capability.
 The CPU accesses each location
in memory by using a unique number,
called the memory address.
 Each byte stored
in unique location
called an address,
similar to addresses
on a passenger train
Seat #2B4 Seat #2B3
Abdus Salam
Memory (Cont’d)
 The are two types of Memory
 Random Access Memory
 Read Only Memory
Abdus Salam
Random Access Memory
 RAM is also called volatile memory and Keeps the information for a
shorter period of time because RAM Lost information if powered off
or the computer is shutdown.
 RAM store data or instructions, the computer then uses these
instructions to perform any processing work.
 The contents of RAM change rapidly and often.
 Typical ranges from Mega Bytes to Giga Bytes
 Random Access means direct access to any part of memory
The more RAM a
computer has, the
faster it responds
Also called
main memory
or primary
storage
Most RAM is
volatile, it is lost
when computer’s
power is
turned off
Memory chips that can be
read from and written
to by processor
Abdus Salam
How do program instructions transfer in and out of RAM?
Step 1. When you start the computer, certain
operating system files load into RAM from the hard
disk. The operating system displays the user interface
on the screen.
Operating system
instructions
Operating system
interface
RAM
RAM
Web browser program
instructions are removed
from RAM
Web browser window
no longer is displayed
on desktop
Step 2. When you start a word processing program,
the program’s instructions load into RAM from the
hard disk. The word processing program, along with
the Web Browser and certain operating system
instructions are in RAM. The word processing
program window is displayed on the screen.
Step 3. When you quit a program, such as the Web
browser, its program instructions are removed from
RAM. The Web browser no longer is displayed on the
screen.
Word processing
program instructions
Word processing
program window
Abdus Salam
Where does Memory Reside?
 Resides on small circuit
board called memory
module
 Memory slots on
motherboard hold
memory modules
memory chip memory slot
dual inline memory module
Abdus Salam
Random Access Memory (Cont’d)
 The amount of RAM in a PC has a direct affect on the system's
speed.
 The more RAM a PC has, the more program instructions and data can
be held in memory, which is faster than storage on disk.
 More RAM = Better Performance !
 There are two types of RAM
 Dynamic RAM
 Static RAM
Abdus Salam
Random Access Memory (Cont’d)
 Dynamic RAM
 Dynamic RAM (DRAM) chips must be recharged with electricity
very frequently, or they will lose their contents.
 DRAM is further divided in two types
 SDRAM
 DDR-SDRAM
 It achieves twice the bandwidth of the preceding single data rate SDRAM
 Static RAM
 Static RAM (SRAM) does not need to be recharged as often as
DRAM, and can hold its contents longer.
Abdus Salam
Random Access Memory (Cont’d)
 DDR SDRAM
 DDR 2 SDRAM
Abdus Salam
Read Only Memory
 ROM is non-volatile memory.
 The kind of memory is generally programmed by manufacturer.
 It contains information that is permanently stored.
 The contents of ROM are set during manufacturing process. Most of
the ROMs are special purpose memories.
 Example of ROM is BIOS (Basic Input Output System).
 TYPES OF ROM
 PROM (Programmable Read Only Memory)
 Normally ROM’s are not writable but PROM’s are writable. Data can be
written to PROM’s using special devices.
 Data once written cannot be removed. Ultraviolet Rays are used to write
data in PROM’s.
Abdus Salam
Read Only Memory (Cont’d)
 EEPROM (Electronically Erasable Programmable Read Only
Memory)
 EEPROM needs an electric impulse to write or erase data.
 It has all the features of EPROM except the difference of
erasing technique i.e. it uses electric impulse instead of ultraviolet
light rays for erasing.
 Therefore erasing can be achieved through the use of keyboard
commands without removing the chip physically from the computer.
Abdus Salam
Cache Memory
 Cache memory is high-speed memory that holds the most recent data
and instructions that have been loaded by the CPU.
 Cache is located directly on the CPU or between the CPU and RAM,
making it faster than normal RAM.
 CPU-resident cache is called Level-1 (L1) cache.
 L1 cache usually has a very small capacity, ranging from 8 KB to 128
KB. The most common size is 128 KB.
 Level-2 (L2) cache.
 L2 cache is slower then L1 cache but has much larger capacity,
ranging from 64 KB to 4 MB.
 The amount of cache memory has a tremendous impact on the
computer's speed.
 When the processor needs an instruction or data, it searches memory in
this order, L1 cache, then L2 cache, then RAM.
 If the instructions or data is not found in memory then it must search a
slower speed storage medium such as a hard disk, compact disc etc.
Abdus Salam
Storage Devices
 Storage devices holds data, instructions & information for future use.
 Every computer uses storage devices to holds software, specifically
system software & application software's.
 It is also called Secondary Storage or Auxiliary Storage Devices.
 Example of storage media are
 Magnetic Storage Devices
 Hard Disk Drive,
 Floppy Disk
 Optical Discs:
 CD-R, CD-RW, DVD
AbduSalam 33
Hard Disks
 Auxiliary storage is a hard disk.
 Hard disks use multiple platters, stacked on a spindle. or
 A hard disk consists of one or more rigid metal plates coated with a metal
oxide material that allows data to be magnetically recorded on the surface of
the platters.
 Each platter has two read/write heads, one for each side.
 The hard disk platters spin at a high rate of speed, typically 5400 to 7200
RPM.
 Storage capacities of hard disks for personal computers range from 10 GB to
320 GB (TB is possible but rare). Read/write heads
Abdus Salam
Formatting
 Formatting is the process of preparing a disk for reading and writing.
 Before a magnetic disk can be used, it must be formatted—a process that
maps the disk's surface and determines how data will be stored.
 During formatting, the drive creates circular tracks around the disk's
surface, then divides each track into sectors.
 The OS organizes sectors into groups, called clusters, then tracks each
file's location according to the clusters it occupies.
Abdus Salam
Hard Disk
Sectors
each track is divided into pie-
shaped wedges
Cluster
two or more
sectors combined
Tracks
data is recorded in circular
bands
 The hard disks available today is called an optically assisted hard drives. It
combines optical technology with magnetic media, which have potential storage
capacity up to 500 GB.
AbduSalam 36
Optical Storage Devices
 An optical disc is a high-capacity storage medium. An optical drive uses
reflected light to read data.
 To store data, the disc's metal surface is covered with tiny dents (pits) and
flat spots (lands), which cause light to be reflected differently.
 When an optical drive shines light into a pit, the light cannot be reflected
back. This represents a bit value of 0 (off).
 A land reflects light back to its source, representing a bit value of 1 (on).
01
AbduSalam 37
Optical Storage Devices (Cont’d)
 CD's (Compact Disc) 700 MB storage
 CD-ROM (read only)
 CD-R: (Record) to a CD
 CD-RW: Can write and erase CD to reuse it (Re-Writable)
 DVD (Digital Video Disc)
 A compact disk (CD), also called an optical disc, is a flat round, portable
storage medium that is usually 4.75 inch in diameter.
 A CD-ROM (read only memory), is a compact disc that used the same laser
technology as audio CDs for recording music.
 In addition it can contain other types of data such as text, graphics, and
video.
 The capacity of a CD-ROM is 650 MB of data, about 70 minutes of audio.
 Once data is written to a standard CD-ROM disk, the data cannot be
altered or overwritten.
AbduSalam 38
Optical Storage Devices (Cont’d)
 A CD-Recordable (CD-R) drive lets you record your own CDs, but data
cannot be overwritten once it is recorded to the disk.
 A CD-Rewritable (CD-RW) drive lets you record a CD, then write new
data over the already recorded data.
 A variation of CD-ROM is called Digital Video Disk Read-Only Memory
(DVD-ROM), and is being used in place of CD-ROM in many newer PCs.
 Standard DVD disks store up to 4.7 GB of data—enough to store an
entire movie.
AbduSalam 39
Optical Storage Devices (Cont’d)
 Dual-layer DVD disks can store up to 9.4 GB.
 DVD disks can store so much data because of sophisticated data
compression technologies.
 At a glance, a DVD-ROM look like a CD-ROM, the size and shape are
similar, but
 DVD-ROM store data, instructions & information in a slightly
different manner and thus it achieves high storage capacity.
 HD-DVDs can store 15 GB
 Blue-Ray DVDs can store 25 GB

More Related Content

PPTX
Computer hardware presentation
PDF
Implementing Vulnerability Management
PPTX
Lesson 1 Empowerment Technology
PPTX
Prolonged and obstructed labor
PPTX
BTS (Bangtan boys)
PDF
Vulnerability Management Whitepaper PowerPoint Presentation Slides
PPTX
Arduino Functions
PPTX
The Evolution of Traditional to New Media - Media and Information Literacy (MIL)
Computer hardware presentation
Implementing Vulnerability Management
Lesson 1 Empowerment Technology
Prolonged and obstructed labor
BTS (Bangtan boys)
Vulnerability Management Whitepaper PowerPoint Presentation Slides
Arduino Functions
The Evolution of Traditional to New Media - Media and Information Literacy (MIL)

What's hot (20)

PPT
System unit
PPTX
Lesson 1 computer safety and maintenance
PPTX
Install operating system
PPTX
Storage devices
PPTX
Computer Basics
PPT
How Does a Computer Work?
PPT
Computer Basics 101 Slide Show Presentation
PPT
Introduction to Computers Slides
PPTX
Computer Fundamental
PPT
Desktop 03
PPTX
Computer hardware troubleshooting
PPTX
Computer peripheral or Peripheral Devices
PPTX
Difference Between Software and hardware
PPTX
Introduction to Computer
PPTX
Introduction to computer
PPTX
PDF
Computer Troubleshooting
PDF
Computer Programming
PDF
Inpage urdu tutorial
PPTX
Expansion card or Add on card Power point Presentation.
System unit
Lesson 1 computer safety and maintenance
Install operating system
Storage devices
Computer Basics
How Does a Computer Work?
Computer Basics 101 Slide Show Presentation
Introduction to Computers Slides
Computer Fundamental
Desktop 03
Computer hardware troubleshooting
Computer peripheral or Peripheral Devices
Difference Between Software and hardware
Introduction to Computer
Introduction to computer
Computer Troubleshooting
Computer Programming
Inpage urdu tutorial
Expansion card or Add on card Power point Presentation.
Ad

Similar to Introduction to Computer Hardware slides ppt (20)

PPTX
connect inernal hardware many different .pptx
PDF
Components of the System Unit.pdf
PPTX
Lecture 2 - Computer Hardware & Operating Systems
PPT
Computer Introduction-Lecture02
DOCX
Hardware and softwaretr64hwnmhf
PPT
06. System unit of computer
PPTX
Motherboard
PPTX
Motherboard
PPTX
Motherboard
PPTX
Motherboard
DOCX
Basic computer hardware terminology
PPTX
Motherboard
PPT
Multimedia Technology
PPTX
Nickcelle
PPT
Introduction to computer hardware
PPTX
Computer Hardware And Configuration
PPT
The system unit ch # 4
PPT
Lesson three hardware basics
connect inernal hardware many different .pptx
Components of the System Unit.pdf
Lecture 2 - Computer Hardware & Operating Systems
Computer Introduction-Lecture02
Hardware and softwaretr64hwnmhf
06. System unit of computer
Motherboard
Motherboard
Motherboard
Motherboard
Basic computer hardware terminology
Motherboard
Multimedia Technology
Nickcelle
Introduction to computer hardware
Computer Hardware And Configuration
The system unit ch # 4
Lesson three hardware basics
Ad

More from Osama Yousaf (20)

DOCX
Training needs analysis
DOCX
Lesson training planner calculator
DOCX
Training needs analysis template tool
DOCX
Manager training needs analysis
DOCX
Nadra COMMUNICATION SKILL SESSION DESIGN | Training and development Session d...
DOCX
Training and development Session design and Guide | Communication Skill Sessi...
DOCX
Management Information System BANK ALFALAH
DOC
Performance Management Case study A
PPTX
Performance Management Conducting Performance Reviews
PPTX
Performance Management Measuring Performance
PPTX
Performance Management | Defining Objectives and performance standards
PPTX
Performance Management Performance Planning
PPTX
Performance Management Systems Southwood school
DOCX
Compensation Strategy: Starbucks’ vs. McDonald’s
PDF
Problem and Prospects of E-Commerce
DOC
Aggregate Planning, Guide numericals
PPT
Introduction to electronic business electronic commerce
DOCX
Leadership and motivation
DOCX
The performance management process
DOCX
Performance management presentation
Training needs analysis
Lesson training planner calculator
Training needs analysis template tool
Manager training needs analysis
Nadra COMMUNICATION SKILL SESSION DESIGN | Training and development Session d...
Training and development Session design and Guide | Communication Skill Sessi...
Management Information System BANK ALFALAH
Performance Management Case study A
Performance Management Conducting Performance Reviews
Performance Management Measuring Performance
Performance Management | Defining Objectives and performance standards
Performance Management Performance Planning
Performance Management Systems Southwood school
Compensation Strategy: Starbucks’ vs. McDonald’s
Problem and Prospects of E-Commerce
Aggregate Planning, Guide numericals
Introduction to electronic business electronic commerce
Leadership and motivation
The performance management process
Performance management presentation

Recently uploaded (20)

PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Computing-Curriculum for Schools in Ghana
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Cell Structure & Organelles in detailed.
PDF
01-Introduction-to-Information-Management.pdf
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Types and Its function , kingdom of life
PPH.pptx obstetrics and gynecology in nursing
Final Presentation General Medicine 03-08-2024.pptx
Anesthesia in Laparoscopic Surgery in India
Insiders guide to clinical Medicine.pdf
Microbial diseases, their pathogenesis and prophylaxis
Computing-Curriculum for Schools in Ghana
VCE English Exam - Section C Student Revision Booklet
102 student loan defaulters named and shamed – Is someone you know on the list?
STATICS OF THE RIGID BODIES Hibbelers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
O7-L3 Supply Chain Operations - ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Cell Structure & Organelles in detailed.
01-Introduction-to-Information-Management.pdf
Complications of Minimal Access Surgery at WLH
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf

Introduction to Computer Hardware slides ppt

  • 2. 5 Lec-I, II & III  Introduction to Computer Hardware  System Unit  Motherboard  BIOS  Basic Unit of Measurement  Processor  Memory  RAM  ROM  Storage Devices  Magnetic Storage Devices  Formatting  Optical Storage Devices
  • 3. Abdus Salam Hardware  The physical components of a computer is called Hardware.  The physical (electronic and mechanical) parts of a computer is called Hardware.  Hardware is one that is tangible.  The storage devices (Hard disk, CD’s etc.,), mouse, keyboard CPU and display devices (Monitor) are Hardware.  The hardware devices attached to the computer are called peripheral devices.
  • 4. Abdus Salam System Unit  The System Unit is a case which is just like a box made up of a metal or plastic. This casing actually contain the electronic components of a computer used to process data.  The casing is some time called Chassis, that protect the internal electronic components from damage.  The most important component of this System box is Mother Board. All the components are then installed on this Mother Board.  System Unit consist of the following devices:-  Mother Board  Processor  Memory  Disk systems
  • 5. Abdus Salam System Unit (Cont’d) power supply ports drive bays processor memory sound card video card modem card network card
  • 6. Abdus Salam Mother Board  It is the main circuit board of the system unit.  It is the centralized platform where all the hardware components of a computer are connected.  Many electronic components are attached to the mother board, others are built-in on it.  Each and every Motherboard has a small battery cell.  It gives to Motherboard a small amount of power to remember the settings such as hardware configurations, date and time etc
  • 8. Abdus Salam System Unit (Cont’d) processor chip adapter cards memory chips memory slots motherboard Expansion slots for adapter cards
  • 9. Abdus Salam Mother Board (Cont’d)  BIOS is kind of software which holds the most important data for machine.  It informs the PC about the compatibility of Motherboard with different hardware components such as CPU etc…  It is the most important component which resides in the ROM (Read Only Memory) of the Motherboard.
  • 10. Abdus Salam Basic Units Of Measurement  BIT  BInary digiT  Smallest unit of measurement  Two possible values 0 & 1 ON OFFor BYTE 8 bits
  • 11. Abdus Salam Basic Units Of Measurement (Processor And Memory Speed)  Millisecond (ms) – a thousandth of a second (1/1,000 = 10-3)  Microsecond (µs) - a millionth of a second (1/1,000,000 = 10-6)  Nanosecond (ns) – a billionth of a second (1/1,000,000,000 = 10-9)  Large Units Of Measurement (Memory, Storage)  Note: powers of two are used because computer memory and storage are based on the basic unit (bit).  Kilobyte (KB) – a thousand bytes (1,024 = 210)  Megabyte (MB) -1,024 KB - a million (1,048,576 = 220)  Gigabyte (GB) –1,024 MB - a billion (1,073,741,824 = 230)  Terabyte (TB) – a trillion (1,099,511,627,776 = 240)
  • 12. Abdus Salam Processor  The Processor is also called Central Processing Unit (CPU).  All the CPUs looks very similar, but they are different in the way, they have different numbers of pins and different layouts.  The processor significantly impact over all computing power & manages most of computer operations.  Some computer manufacturer use the term Microprocessor which refers to a personal computer chip.  Most PC’s today use processors manufactured by IntEL, AMD etc.. “Central Processing Unit (CPU) is an electronic device that interprets and carries out the instructions that operates the computer.
  • 14. Abdus Salam Processor (Cont’d)  The combination of Arithmetic Logic Unit and Control Unit is called as Central Processing Unit (CPU). OR The two main parts of CPU are ALU & CU.
  • 15. Abdus Salam Processor (Cont’d)  Registers are the part of the processor, not a part of memory or storage devices.  It contain different type of registers, each with a specific storage functions. E.g. General purpose registers used for arithmetic operations & data movement. AX, BX, CX, DX  Register function includes  Storing the location from where an instruction is fetched,  Storing the location while the CU encode/decode it,  Storing data while the ALU compute it and  Storing the results after a calculation.  Today, most PCs have 32-bit registers, mean the CPU can process four bytes of data at one time.  Register sizes are rapidly growing to 64 bits.
  • 16. Abdus Salam Multi-Core Processor  A Multi-Core Processor is a processing system composed of two or more independent cores. The cores are typically integrated onto a single integrated circuit die(known as a chip multiprocessor or CMP).  Core  Basic processing area of a computer processor  Die  A die in the context of integrated circuits is a small block of semiconducting material, on which a given functional circuit is fabricated.  A medium-scale integrated circuit die
  • 17. Abdus Salam Multi-Core Processor (Cont’d)  A Dual-Core and Core 2 Duo Processor contains two cores, and a Quad-Core Processor contains four cores.  A Multi-core processor implements multiprocessing in a single physical package.  Cores in a multi-core device coupled together tightly.  Cores may or may not share caches.  Dual Core and Core 2 Duo’s are both dual core processor.  Core2 duo only takes advantage because  The Core 2 Duo has the same L2 cache but it has more cache size than a Dual core. However,  There are architectural changes to the silicon that give the Core 2 Duo more sophisticated processing.  The single- and dual-core models are single-die, whereas the quad-core models comprise two dies, each containing two cores, packaged in a multi-chip module.  Differences between Dual Core, Core 2 Duo, Core i3, Core i5, Core i7.  Cache memory and Core’s
  • 18. Abdus Salam Memory  The electronic component which provides storage capability to a computer is called Memory.  Memory contains one or more sets of chips that store data/program instructions need processing, either temporarily or permanently.  All the computers which are used today needs memory or storage capability.  The CPU accesses each location in memory by using a unique number, called the memory address.  Each byte stored in unique location called an address, similar to addresses on a passenger train Seat #2B4 Seat #2B3
  • 19. Abdus Salam Memory (Cont’d)  The are two types of Memory  Random Access Memory  Read Only Memory
  • 20. Abdus Salam Random Access Memory  RAM is also called volatile memory and Keeps the information for a shorter period of time because RAM Lost information if powered off or the computer is shutdown.  RAM store data or instructions, the computer then uses these instructions to perform any processing work.  The contents of RAM change rapidly and often.  Typical ranges from Mega Bytes to Giga Bytes  Random Access means direct access to any part of memory The more RAM a computer has, the faster it responds Also called main memory or primary storage Most RAM is volatile, it is lost when computer’s power is turned off Memory chips that can be read from and written to by processor
  • 21. Abdus Salam How do program instructions transfer in and out of RAM? Step 1. When you start the computer, certain operating system files load into RAM from the hard disk. The operating system displays the user interface on the screen. Operating system instructions Operating system interface RAM RAM Web browser program instructions are removed from RAM Web browser window no longer is displayed on desktop Step 2. When you start a word processing program, the program’s instructions load into RAM from the hard disk. The word processing program, along with the Web Browser and certain operating system instructions are in RAM. The word processing program window is displayed on the screen. Step 3. When you quit a program, such as the Web browser, its program instructions are removed from RAM. The Web browser no longer is displayed on the screen. Word processing program instructions Word processing program window
  • 22. Abdus Salam Where does Memory Reside?  Resides on small circuit board called memory module  Memory slots on motherboard hold memory modules memory chip memory slot dual inline memory module
  • 23. Abdus Salam Random Access Memory (Cont’d)  The amount of RAM in a PC has a direct affect on the system's speed.  The more RAM a PC has, the more program instructions and data can be held in memory, which is faster than storage on disk.  More RAM = Better Performance !  There are two types of RAM  Dynamic RAM  Static RAM
  • 24. Abdus Salam Random Access Memory (Cont’d)  Dynamic RAM  Dynamic RAM (DRAM) chips must be recharged with electricity very frequently, or they will lose their contents.  DRAM is further divided in two types  SDRAM  DDR-SDRAM  It achieves twice the bandwidth of the preceding single data rate SDRAM  Static RAM  Static RAM (SRAM) does not need to be recharged as often as DRAM, and can hold its contents longer.
  • 25. Abdus Salam Random Access Memory (Cont’d)  DDR SDRAM  DDR 2 SDRAM
  • 26. Abdus Salam Read Only Memory  ROM is non-volatile memory.  The kind of memory is generally programmed by manufacturer.  It contains information that is permanently stored.  The contents of ROM are set during manufacturing process. Most of the ROMs are special purpose memories.  Example of ROM is BIOS (Basic Input Output System).  TYPES OF ROM  PROM (Programmable Read Only Memory)  Normally ROM’s are not writable but PROM’s are writable. Data can be written to PROM’s using special devices.  Data once written cannot be removed. Ultraviolet Rays are used to write data in PROM’s.
  • 27. Abdus Salam Read Only Memory (Cont’d)  EEPROM (Electronically Erasable Programmable Read Only Memory)  EEPROM needs an electric impulse to write or erase data.  It has all the features of EPROM except the difference of erasing technique i.e. it uses electric impulse instead of ultraviolet light rays for erasing.  Therefore erasing can be achieved through the use of keyboard commands without removing the chip physically from the computer.
  • 28. Abdus Salam Cache Memory  Cache memory is high-speed memory that holds the most recent data and instructions that have been loaded by the CPU.  Cache is located directly on the CPU or between the CPU and RAM, making it faster than normal RAM.  CPU-resident cache is called Level-1 (L1) cache.  L1 cache usually has a very small capacity, ranging from 8 KB to 128 KB. The most common size is 128 KB.  Level-2 (L2) cache.  L2 cache is slower then L1 cache but has much larger capacity, ranging from 64 KB to 4 MB.  The amount of cache memory has a tremendous impact on the computer's speed.  When the processor needs an instruction or data, it searches memory in this order, L1 cache, then L2 cache, then RAM.  If the instructions or data is not found in memory then it must search a slower speed storage medium such as a hard disk, compact disc etc.
  • 29. Abdus Salam Storage Devices  Storage devices holds data, instructions & information for future use.  Every computer uses storage devices to holds software, specifically system software & application software's.  It is also called Secondary Storage or Auxiliary Storage Devices.  Example of storage media are  Magnetic Storage Devices  Hard Disk Drive,  Floppy Disk  Optical Discs:  CD-R, CD-RW, DVD
  • 30. AbduSalam 33 Hard Disks  Auxiliary storage is a hard disk.  Hard disks use multiple platters, stacked on a spindle. or  A hard disk consists of one or more rigid metal plates coated with a metal oxide material that allows data to be magnetically recorded on the surface of the platters.  Each platter has two read/write heads, one for each side.  The hard disk platters spin at a high rate of speed, typically 5400 to 7200 RPM.  Storage capacities of hard disks for personal computers range from 10 GB to 320 GB (TB is possible but rare). Read/write heads
  • 31. Abdus Salam Formatting  Formatting is the process of preparing a disk for reading and writing.  Before a magnetic disk can be used, it must be formatted—a process that maps the disk's surface and determines how data will be stored.  During formatting, the drive creates circular tracks around the disk's surface, then divides each track into sectors.  The OS organizes sectors into groups, called clusters, then tracks each file's location according to the clusters it occupies.
  • 32. Abdus Salam Hard Disk Sectors each track is divided into pie- shaped wedges Cluster two or more sectors combined Tracks data is recorded in circular bands  The hard disks available today is called an optically assisted hard drives. It combines optical technology with magnetic media, which have potential storage capacity up to 500 GB.
  • 33. AbduSalam 36 Optical Storage Devices  An optical disc is a high-capacity storage medium. An optical drive uses reflected light to read data.  To store data, the disc's metal surface is covered with tiny dents (pits) and flat spots (lands), which cause light to be reflected differently.  When an optical drive shines light into a pit, the light cannot be reflected back. This represents a bit value of 0 (off).  A land reflects light back to its source, representing a bit value of 1 (on). 01
  • 34. AbduSalam 37 Optical Storage Devices (Cont’d)  CD's (Compact Disc) 700 MB storage  CD-ROM (read only)  CD-R: (Record) to a CD  CD-RW: Can write and erase CD to reuse it (Re-Writable)  DVD (Digital Video Disc)  A compact disk (CD), also called an optical disc, is a flat round, portable storage medium that is usually 4.75 inch in diameter.  A CD-ROM (read only memory), is a compact disc that used the same laser technology as audio CDs for recording music.  In addition it can contain other types of data such as text, graphics, and video.  The capacity of a CD-ROM is 650 MB of data, about 70 minutes of audio.  Once data is written to a standard CD-ROM disk, the data cannot be altered or overwritten.
  • 35. AbduSalam 38 Optical Storage Devices (Cont’d)  A CD-Recordable (CD-R) drive lets you record your own CDs, but data cannot be overwritten once it is recorded to the disk.  A CD-Rewritable (CD-RW) drive lets you record a CD, then write new data over the already recorded data.  A variation of CD-ROM is called Digital Video Disk Read-Only Memory (DVD-ROM), and is being used in place of CD-ROM in many newer PCs.  Standard DVD disks store up to 4.7 GB of data—enough to store an entire movie.
  • 36. AbduSalam 39 Optical Storage Devices (Cont’d)  Dual-layer DVD disks can store up to 9.4 GB.  DVD disks can store so much data because of sophisticated data compression technologies.  At a glance, a DVD-ROM look like a CD-ROM, the size and shape are similar, but  DVD-ROM store data, instructions & information in a slightly different manner and thus it achieves high storage capacity.  HD-DVDs can store 15 GB  Blue-Ray DVDs can store 25 GB