SlideShare a Scribd company logo
1 of 52
FATHIMA THENSILA .C
NO:- 13
Memory is the most essential part of a
computer.
Without memory there would be no
computer, as we know it today.
It is used for storing both instructions to be
executed and data.
The CPU accesses each location in
memory by using a unique number, called
a memory address
Central Processing Unit
Output
Devices
Cache
Memory
Primary
Storage
Secondary
Storage
Devices
Control
Unit
ALU
Special
Purpose
Processors
Output
Devices
Input
Devices
I. PRIMARY MEMORY OR MAIN MEMORY
Random Access Memory (RAM)
Read Only Memory (ROM)
II. CACHE MEMORY
 Level 1 (L1) cache
 Level 2 (L2) cache
III. SECONDARY MEMORY
Optical Media Devices
Magnetic Media Devices
 Directly or indirectly connected to the CPU via a memory
bus.
 Comprises of two buses: an address bus and a data bus
 The CPU firstly sends a number through an address bus,
a number called memory address, that indicates the
desired location of data. Then it reads or writes the data
itself using the data bus.
 Additionally, A Memory Management Unit (MMU) is a
small device between CPU and RAM recalculating the
actual memory address, for example to provide an
abstraction of virtual memory or other task.
 Broadly, the main memory is of two types-
i. Random Access Memory (RAM)
ii. Read Only Memory (ROM).
Memory is a collection of cells, each with a
unique physical/memory address
Each cell can hold one byte or 8 bits
A RAM memory chip is an integrated
circuit (IC) made of millions of transistors
and capacitors.
 RAM is volatile (temporary). Programs
and data can be written to and erased from
RAM as needed. This means that RAM
does not retain its bit configuration when
the power is turned off.
 This is a type of memory serves as Main
Memory Of A Computer.
 It temporarily stores copy of information and
files loaded from a computer hard drive that
are required by a processor.
 RAM stores data randomly and the processor
accesses these data randomly from the RAM
storage
There are two different types of RAM:
DRAM (Dynamic Random Access Memory)
SRAM (Static Random Access Memory).
The two types of RAM differ in the
technology they use to hold data, with
DRAM being the more common type.
Dynamic random-access memory (DRAM)
is a type of random-access memory that
stores each bit of data in a separate
capacitor within an integrated circuit.
DRAM chips are available in various
designs:
i. EDODRAM (Extended Data Out DRAM)
ii. SDRAM (Synchronous DRAM)
iii. RDRAM (Rambus DRAM)
iv. DDRDRAM (Double Data Rate DRAM)
SRAM is a type of memory that is faster
and more reliable than the more common
DRAM (dynamic RAM). The term static is
derived from the fact that it doesn't need to
be refreshed like dynamic RAM.
Different types of SRAM are:
Asynchronous SRAMs
Synchronous SRAMs
Special SRAMs
Non-Volatile RAM (NVRAM) and Battery-Back
SRAM (BRAM)
It performs only read function not write
function. So the data stored in ROM
cannot be modified.
ROM is non-volatile
 PROM: programmable ROM
Only written once
 EPROM: erasable PROM
Use ultraviolet light to erase data
 EEPROM: electronically EPROM
Can be erased using electronic impulses
(higher voltages)
 It is a high speed storage mechanism
 It Can be either a reserved section of
main memory or an independent storage
device.
 It speeds up access to data and
instructions stored in RAM.
MEMORY CACHE:-
It is a portion of memory of SRAM instead of the
slower DRAM. By keeping as much of the
information as possible in high speed SRAM, it
avoids accessing the slower DRAM.
 DISK CACHE:-
 It works under the same principle, but uses
conventional main memory (DRAM) instead of
high speed SRAM. It improves the computers
performance a lot as accessing data from RAM
is much faster than from hard-disk.
 Level 1 (L1) cache
 Built inside the CPU.
 It works at half CPU clock speed.
 Level 2 (L2) cache
 Built external to CPU, in the motherboard.
 It works at the motherboard bus speed
 Nowadays both L1 and L2 are integrated
in the CPU to reduce access time and
further improve system performance.
 Storage devices hold data, even when the
computer is turned off.
 The physical material that actually holds data is
called a storage medium. The surface of a floppy
disk is a storage medium.
 The hardware that writes data to or reads data
from a storage medium is called a storage
device. A floppy disk drive is a storage device.
 The two primary storage technologies are
magnetic and optical.
 Magnetic storage uses different patterns
of magnetization in a magnetizable
material to store data.
 It is a form of non-volatile memory.
 The information is accessed using one or
more read/write heads.
 HARD DISKS and FLOPPY DISKS are
such devices.
It stores information on one or more
continuously spinning disks which are
coated with magnetic material.
Information is recorded by magnetic heads
called access arms.
These days, hard disks have storage
capacity between 80 to 300 GB.
 It is made of a flexible substance called
Mylar.
 It has a magnetic surface for recording
data.
 It stores up to 1.44 MB of data.
 It cannot include
graphics or pictures
within it.
 All floppy disks must
be formatted before
data can be written
on it.
These are generally circular disc which
can contain data encoded in bumps on a
special material on one of its flat surfaces.
The encoding pattern follows a continuous,
spiral path covering the entire disc surface
and extending from the innermost track to
the outermost track.
The data is stored on the disc with
a laser or stamping machine, and can be
accessed when the data path is illuminated
with a laser diode in an optical disc drive
Optical storage devices are mainly two
types:
CD
DVD
 CDs are very cheap and
store up to 700MB
of data.
 They are of three
types:-
1. CD-ROM (CD Read Only Memory)
2. CD-R (CD Recordable)
3. CD-RW (CD Rewritable
It is of the same size as a CD but stores 15
times as much information, is 20 times
faster than it.
It can hold 17 GB of data.
It comes in three varieties:-
1.DVD-ROM (DVD Read Only Memory)
2.DVD-R (DVD Recordable)
3.DVD-RW (DVD Rewritable)
FLASH MEMORY
 Is a non-volatile memory
 It is a specific type of EEPROM
 Primarily used in memory cards and USB flash
drive
BLU-RAY DISK
Supersedes DVDs
Uses blue-violet laser to read the disc
stores almost six times more data than on a DVD
Different types of memory modules are:-
DIMM(DUAL IN-LINE MEMORY MODULE)
SO-DIMM(Small outline DIMM)
M-DIMM(MICRO DIMM)
SIMM(SINGLE IN-LINE MEMORY MODULE)
RIMM(RAMBUS IN-LINE MEMORY MODULE)
 SIMM stands for Single In-Line Memory
Module.
 A SIMM consist of memory chips soldered
onto a modular printed circuit board (PCB),
which inserts into a socket on the
motherboard.
 72 pin SIMMs transfer 32 bits of data at a
time, therefore in modern microcomputers
with a 64-bit data bus two SIMMs have to be
paired up in order to function.
• 30 pin SIMM - 1st gen. of SIMM (286,386 CPU
– 8 & 9 bit parity configuration)
Dual In-line Memory Modules, or DIMMs,
closely resemble SIMMs.
DIMMs install vertically into expansion
sockets.
 The difference between the two is that on
a SIMM, pins on opposite sides of the
board are "tied together" to form one
electrical contact; on a DIMM, opposing
pins remain electrically isolated to form two
separate contacts.
Single-sided DIMM
• Memory chips installed on one side of module
Double-sided DIMM
• Memory chips installed on both sides of module
Memory bank
• Memory processor addresses at one time.
• 64 bits wide
 DIMMs can always be installed as single DIMMs on a
motherboard
• 168 Pin DIMM
• 72 Pin SODIMM:- Used in p2 Laptop computer.
• 144 Pin SODIMM:- Found in Laptop.
• 100 Pin DIMM:- Used in Printers.
• 100 Pin RIMM
• 184 Pin DIMM:- Used on MotherBoards.
• 200 Pin SODIMM
168-pin DIMMs transfer 64 bits of data at a
time and are typically used in computer
configurations that support a 64-bit or
wider memory bus.
A type of memory commonly used in
notebook computers is called SO DIMM or
Small Outline DIMM.
 The principal difference between a SO
DIMM and a DIMM is that the SO DIMM,
because it is intended for use in notebook
computers, is significantly smaller than the
standard DIMM.
The 72-pin SO DIMM is 32 bits wide and
the 144-pin SO DIMM is 64 bits wide.
72-Pin SO-DIMM 144-pin SO-DIMM
 These are 64-bit memories developed by
Rambus.
 RIMMs look similar to DIMMs, but have
a different pin count.
 RIMMs transfer data in 16-bit chunks.
 The faster access and transfer speed
generates more heat. An aluminum
sheath, called a heat spreader, covers the
module to protect the chips from
overheating.
 These are also called RD-RAM or DRD-
RAM.
 They have 184 pins.
 These modules have two locating notches
to avoid risk of confusion with the previous
modules.
 Smaller modules known as SO-RIMM
(Small Outline RIMM) have been designed
for portable computers.
 SO RIMM modules have only 160 pins.
Memory is the most essential part of a
computer.
Two types of Memory Primary Memory and
Secondary Memory.
And the different types of Memory modules
are
• Single In-line Memory Module
• Dual In-line Memory Module
• Rambus In-line Memory Module
computer memory and memory module

More Related Content

What's hot

Primary and secondary storage devices
Primary and secondary storage devicesPrimary and secondary storage devices
Primary and secondary storage devices
Pichano Kikon
 

What's hot (20)

Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Primary and secondary storage devices
Primary and secondary storage devicesPrimary and secondary storage devices
Primary and secondary storage devices
 
Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.
 
System unit
System unitSystem unit
System unit
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)
 
Primary and secondary Storage devices
Primary and secondary Storage devicesPrimary and secondary Storage devices
Primary and secondary Storage devices
 
Types of RAM
Types of RAMTypes of RAM
Types of RAM
 
Motherboard and its components
Motherboard and its componentsMotherboard and its components
Motherboard and its components
 
Computer MEMORY
Computer MEMORYComputer MEMORY
Computer MEMORY
 
Ram & rom
Ram & romRam & rom
Ram & rom
 
computer hardware
computer hardwarecomputer hardware
computer hardware
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Memory / Storage Devices
Memory / Storage DevicesMemory / Storage Devices
Memory / Storage Devices
 
Primary memory (main memory)
Primary memory (main memory)Primary memory (main memory)
Primary memory (main memory)
 
Computer Memory
 Computer Memory Computer Memory
Computer Memory
 
Storage
StorageStorage
Storage
 
01. Basics of Computer Hardware
01. Basics of Computer Hardware01. Basics of Computer Hardware
01. Basics of Computer Hardware
 

Similar to computer memory and memory module

Chapter 5
Chapter 5Chapter 5
Chapter 5
askme
 
Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentals
Raj vardhan
 
Introduction of ram ddr3
Introduction of ram ddr3Introduction of ram ddr3
Introduction of ram ddr3
Technocratz
 

Similar to computer memory and memory module (20)

Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Module 1 unit 4
Module 1 unit 4Module 1 unit 4
Module 1 unit 4
 
Dram and its types
Dram and its typesDram and its types
Dram and its types
 
Memory
MemoryMemory
Memory
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
Cmp
CmpCmp
Cmp
 
Term paper
Term paperTerm paper
Term paper
 
Basics Of Semiconductor Memories
Basics Of Semiconductor MemoriesBasics Of Semiconductor Memories
Basics Of Semiconductor Memories
 
Memory
MemoryMemory
Memory
 
Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentals
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
 
Memory & storage devices
Memory & storage devicesMemory & storage devices
Memory & storage devices
 
Computer memory presentation
Computer memory presentationComputer memory presentation
Computer memory presentation
 
Introduction of ram ddr3
Introduction of ram ddr3Introduction of ram ddr3
Introduction of ram ddr3
 
Introduction of ram ddr3
Introduction of ram ddr3Introduction of ram ddr3
Introduction of ram ddr3
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
 
MICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPTMICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPT
 
Random Access Memory ( RAM)
Random Access Memory ( RAM)Random Access Memory ( RAM)
Random Access Memory ( RAM)
 

Recently uploaded

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc
 

Recently uploaded (20)

ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 

computer memory and memory module

  • 2. Memory is the most essential part of a computer. Without memory there would be no computer, as we know it today. It is used for storing both instructions to be executed and data. The CPU accesses each location in memory by using a unique number, called a memory address
  • 4. I. PRIMARY MEMORY OR MAIN MEMORY Random Access Memory (RAM) Read Only Memory (ROM) II. CACHE MEMORY  Level 1 (L1) cache  Level 2 (L2) cache III. SECONDARY MEMORY Optical Media Devices Magnetic Media Devices
  • 5.  Directly or indirectly connected to the CPU via a memory bus.  Comprises of two buses: an address bus and a data bus  The CPU firstly sends a number through an address bus, a number called memory address, that indicates the desired location of data. Then it reads or writes the data itself using the data bus.  Additionally, A Memory Management Unit (MMU) is a small device between CPU and RAM recalculating the actual memory address, for example to provide an abstraction of virtual memory or other task.
  • 6.  Broadly, the main memory is of two types- i. Random Access Memory (RAM) ii. Read Only Memory (ROM).
  • 7.
  • 8. Memory is a collection of cells, each with a unique physical/memory address Each cell can hold one byte or 8 bits
  • 9.
  • 10. A RAM memory chip is an integrated circuit (IC) made of millions of transistors and capacitors.  RAM is volatile (temporary). Programs and data can be written to and erased from RAM as needed. This means that RAM does not retain its bit configuration when the power is turned off.
  • 11.  This is a type of memory serves as Main Memory Of A Computer.  It temporarily stores copy of information and files loaded from a computer hard drive that are required by a processor.  RAM stores data randomly and the processor accesses these data randomly from the RAM storage
  • 12.
  • 13. There are two different types of RAM: DRAM (Dynamic Random Access Memory) SRAM (Static Random Access Memory). The two types of RAM differ in the technology they use to hold data, with DRAM being the more common type.
  • 14. Dynamic random-access memory (DRAM) is a type of random-access memory that stores each bit of data in a separate capacitor within an integrated circuit.
  • 15. DRAM chips are available in various designs: i. EDODRAM (Extended Data Out DRAM) ii. SDRAM (Synchronous DRAM) iii. RDRAM (Rambus DRAM) iv. DDRDRAM (Double Data Rate DRAM)
  • 16. SRAM is a type of memory that is faster and more reliable than the more common DRAM (dynamic RAM). The term static is derived from the fact that it doesn't need to be refreshed like dynamic RAM.
  • 17.
  • 18. Different types of SRAM are: Asynchronous SRAMs Synchronous SRAMs Special SRAMs Non-Volatile RAM (NVRAM) and Battery-Back SRAM (BRAM)
  • 19.
  • 20. It performs only read function not write function. So the data stored in ROM cannot be modified. ROM is non-volatile
  • 21.  PROM: programmable ROM Only written once  EPROM: erasable PROM Use ultraviolet light to erase data  EEPROM: electronically EPROM Can be erased using electronic impulses (higher voltages)
  • 22.  It is a high speed storage mechanism  It Can be either a reserved section of main memory or an independent storage device.  It speeds up access to data and instructions stored in RAM.
  • 23. MEMORY CACHE:- It is a portion of memory of SRAM instead of the slower DRAM. By keeping as much of the information as possible in high speed SRAM, it avoids accessing the slower DRAM.  DISK CACHE:-  It works under the same principle, but uses conventional main memory (DRAM) instead of high speed SRAM. It improves the computers performance a lot as accessing data from RAM is much faster than from hard-disk.
  • 24.  Level 1 (L1) cache  Built inside the CPU.  It works at half CPU clock speed.  Level 2 (L2) cache  Built external to CPU, in the motherboard.  It works at the motherboard bus speed  Nowadays both L1 and L2 are integrated in the CPU to reduce access time and further improve system performance.
  • 25.
  • 26.
  • 27.  Storage devices hold data, even when the computer is turned off.  The physical material that actually holds data is called a storage medium. The surface of a floppy disk is a storage medium.  The hardware that writes data to or reads data from a storage medium is called a storage device. A floppy disk drive is a storage device.  The two primary storage technologies are magnetic and optical.
  • 28.  Magnetic storage uses different patterns of magnetization in a magnetizable material to store data.  It is a form of non-volatile memory.  The information is accessed using one or more read/write heads.  HARD DISKS and FLOPPY DISKS are such devices.
  • 29. It stores information on one or more continuously spinning disks which are coated with magnetic material.
  • 30. Information is recorded by magnetic heads called access arms. These days, hard disks have storage capacity between 80 to 300 GB.
  • 31.  It is made of a flexible substance called Mylar.  It has a magnetic surface for recording data.  It stores up to 1.44 MB of data.
  • 32.  It cannot include graphics or pictures within it.  All floppy disks must be formatted before data can be written on it.
  • 33. These are generally circular disc which can contain data encoded in bumps on a special material on one of its flat surfaces. The encoding pattern follows a continuous, spiral path covering the entire disc surface and extending from the innermost track to the outermost track.
  • 34. The data is stored on the disc with a laser or stamping machine, and can be accessed when the data path is illuminated with a laser diode in an optical disc drive Optical storage devices are mainly two types: CD DVD
  • 35.  CDs are very cheap and store up to 700MB of data.  They are of three types:- 1. CD-ROM (CD Read Only Memory) 2. CD-R (CD Recordable) 3. CD-RW (CD Rewritable
  • 36. It is of the same size as a CD but stores 15 times as much information, is 20 times faster than it. It can hold 17 GB of data.
  • 37. It comes in three varieties:- 1.DVD-ROM (DVD Read Only Memory) 2.DVD-R (DVD Recordable) 3.DVD-RW (DVD Rewritable)
  • 38. FLASH MEMORY  Is a non-volatile memory  It is a specific type of EEPROM  Primarily used in memory cards and USB flash drive
  • 39. BLU-RAY DISK Supersedes DVDs Uses blue-violet laser to read the disc stores almost six times more data than on a DVD
  • 40. Different types of memory modules are:- DIMM(DUAL IN-LINE MEMORY MODULE) SO-DIMM(Small outline DIMM) M-DIMM(MICRO DIMM) SIMM(SINGLE IN-LINE MEMORY MODULE) RIMM(RAMBUS IN-LINE MEMORY MODULE)
  • 41.  SIMM stands for Single In-Line Memory Module.  A SIMM consist of memory chips soldered onto a modular printed circuit board (PCB), which inserts into a socket on the motherboard.  72 pin SIMMs transfer 32 bits of data at a time, therefore in modern microcomputers with a 64-bit data bus two SIMMs have to be paired up in order to function.
  • 42. • 30 pin SIMM - 1st gen. of SIMM (286,386 CPU – 8 & 9 bit parity configuration)
  • 43. Dual In-line Memory Modules, or DIMMs, closely resemble SIMMs. DIMMs install vertically into expansion sockets.  The difference between the two is that on a SIMM, pins on opposite sides of the board are "tied together" to form one electrical contact; on a DIMM, opposing pins remain electrically isolated to form two separate contacts.
  • 44. Single-sided DIMM • Memory chips installed on one side of module Double-sided DIMM • Memory chips installed on both sides of module Memory bank • Memory processor addresses at one time. • 64 bits wide  DIMMs can always be installed as single DIMMs on a motherboard
  • 45. • 168 Pin DIMM • 72 Pin SODIMM:- Used in p2 Laptop computer. • 144 Pin SODIMM:- Found in Laptop. • 100 Pin DIMM:- Used in Printers. • 100 Pin RIMM • 184 Pin DIMM:- Used on MotherBoards. • 200 Pin SODIMM
  • 46. 168-pin DIMMs transfer 64 bits of data at a time and are typically used in computer configurations that support a 64-bit or wider memory bus.
  • 47. A type of memory commonly used in notebook computers is called SO DIMM or Small Outline DIMM.  The principal difference between a SO DIMM and a DIMM is that the SO DIMM, because it is intended for use in notebook computers, is significantly smaller than the standard DIMM.
  • 48. The 72-pin SO DIMM is 32 bits wide and the 144-pin SO DIMM is 64 bits wide. 72-Pin SO-DIMM 144-pin SO-DIMM
  • 49.  These are 64-bit memories developed by Rambus.  RIMMs look similar to DIMMs, but have a different pin count.  RIMMs transfer data in 16-bit chunks.  The faster access and transfer speed generates more heat. An aluminum sheath, called a heat spreader, covers the module to protect the chips from overheating.
  • 50.  These are also called RD-RAM or DRD- RAM.  They have 184 pins.  These modules have two locating notches to avoid risk of confusion with the previous modules.  Smaller modules known as SO-RIMM (Small Outline RIMM) have been designed for portable computers.  SO RIMM modules have only 160 pins.
  • 51. Memory is the most essential part of a computer. Two types of Memory Primary Memory and Secondary Memory. And the different types of Memory modules are • Single In-line Memory Module • Dual In-line Memory Module • Rambus In-line Memory Module