SlideShare a Scribd company logo
Memory
Introduction
The data storing capacity of a digital
device is known as memory.
Memory of device like empty pages of
note book.
Memory devices enables us to retrieve the
stored data from the memory.
Examples are HDD, CD, DVD, pen drive,
floppy disk, memory cards.
Types of memories
Memory
Primary
memory
Main
memory
Secondary
memory
Main memory
RAM
ROM
HARD
DISK
Primary memory
The essential memory to work with
computer is known as primary memory.
It is also called volatile memory or
temporary memory.
Volatile memory stores the data
temporarily, it looses the data as soon as
the system power supply turned off.
RAM is the good example for volatile
memory.
RAM
Random Access Memory.
It is a semi conductor memory where CPU
and other hardware devices can read and
write data.
It stores the data temporarily.
That is why it is called as volatile memory,
once if we switch off the computer it
looses the data.
Types of RAMs
RAM
SRAM
DRAMVRAM
SRAM
 Static RAM.
 It is a one type of semi conductor memory.
 It stores the data until the power supplied to the
system.
 SRAM uses 4 to 6 transistors for each memory cell.
 If more no of transistors present in the cell, the cells
do not require refreshing data frequently.
 Refreshing a cell means rewriting data in a cell.
 SRAM is faster in accessing data, due to the speed it
acts like cache memory.
Cache Memory
It is a type of SRAM, enables the
processor to send data at a very high
speed.
Two types of cache memories.
External cache memory.
Internal cache memory.
External Cache Memory
It is placed between main memory and
micro processor (CPU), it stores the data
temporarily.
It is also called as L2 cache.
CPU
RAMCache
Internal Cache Memory
It is associated with the micro processor.
Helps to increase the processing speed of
processor.
CPU
Cache
RAM
DRAM
 Data stores in memory cells in DRAMs.
 Each memory cell contains a pair of transistors
and a capacitor.
 Memory cell is referred as a bit of data.
 The life time of the data in DRAM is very short, it
is approximately 15 ms.
 The memory cells of DRAM are refreshed by the
DRAM controller.
 DRAM controller is a hardware component that
helps the DRAM works like the SRAM.
Types of DRAMs
DRAM
FPMDRAM
Fast Page Mode DRAM.
This is standard DRAM, accessed through
a technique called paging.
Paging enables faster access to all the
data with in a given memory.
This technology was popular on 32-bit
wide memory systems on 486 processors.
It will not support Pentium processors, 64-
bit memory devices.
EDODRAM
Extended Data Out DRAM.
It is a type of asynchronous DRAM. It is also
known as Hyper Page Mode DRAM.
It’s data transfer rate is approximately 264 MB
per second.
It is faster than normal DRAM.
It is 6% faster than FPMDRAM.
RDRAM
Rambus DRAM is the fastest computer
memory.
It sends the data frequently on the data
bus.
It’s data transfer speed is 800 MHZ.
The high performance work stations and
servers uses RDRAM.
The video memory on the graphic cards
uses RDRAM.
SDRAM
 Synchronous DRAM.
 It synchronizes the memory speed with the CPU
clock speed.
 The speed of the SDRAM depends on the speed
of the processor.
 It is faster then SRAM, DRAM, FPMDRAM,
EDODRAM and VRAM.
 The data transfer speed of SDRAM is measured
in nanoseconds and MHZ.
 It works with a speed of 133 MHZ.
Modules in SDRAM
There are two modules of SDRAMs.
2 - Clock SDRAM 4 – Clock SDRAM
Each clock signal controls two
different DRAM chips.
Each clock signal controls
four different DRAM chips.
Used by older versions of
computers.
Using by latest computers.
Types of SDRAMs
It is the latest version
of SDRAM.
Double Data Rate
SDRAM.
Data transfer rate of
DDR is faster than
SDRAM. It is twice the
speed of SDRAM.
DDR consumes less
power.
DDR It is a type of
synchronous dynamic
access memory that
can transfer four words
of data in each clock
cycle.
Quad Data Rate
SDRAM.
It has separate read
and write ports that
can operate
simultaneously
QDR
Types of DDR
DDR 266 DDR 333 DDR 400 DDR2 533
DDR2 667
It is one of the
cheapest DDR
memories.
Available in the
market.
It is meant for the
users, those who
uses powerful
applications such
as video
processing soft
wares, latest
games etc.
It is recommended
for the some of the
latest mother
boards with at
least P4 2.8 GHZ,
or above.
DDR2 memory
chips runs at the
speed just double
the DDR
SDRAMs.
Differences between DDR and DDR2
Factor DDR DDR2
Data Bus 64 bits 64 bits
Data Rate 200/266/333/400 MHZ 400/533/667 MHZ
Frequency 100/133/166/200 MHZ 200/266/333 MHZ
density 128 MB to 1 GB 256 MB to 4 GB
Voltage 2.5 Volts 1.8 Volts
Memory packages
Memory package is a small circuit board
that contains memory chips.
The installation main memory on to the
computer depends on memory packages.
Types of memory packages
SIMM DIMM SODIMM RIMM
Single In – line
Memory Module.
Dual In - line
Memory Module.
Small Outline
Dual In – line
Memory Module.
Rambus Inline
Memory Module.
SIMM
 It is a small circuit board designed to hold memory chips.
 Various SIMM packages are available based on the
number of pins it contains.
30 – pin package 72 – pin package
The capacities of a 30 – pin SIMM
package are 256 KB, 1 MB, 2 MB, 4
MB, 8 MB and 16 MB RAMs.
It contains 2, 4, or 8 data chips per
module.
It has a data bus width of 8 bits with
9 bit parity.
Parity checks the accuracy of data
transmission.
The capacities of a 72 – pin SIMM
package are 1 MB, 2 MB, 4 MB, 8
MB ,16 MB, 32 MB, 64 MB and 128
MB RAMs.
It contains 2, 4, 8 or 16 data chips
per module.
It has a data bus width of 32 - bits
with 36 - bit parity.
ROM
Read Only Memory.
It stores the data permanently. It stores
the system configuration.
Lithium ion battery will supply continues
power supply to the ROM.
It is a non volatile main memory.
Different types of ROMs
ROM
PROM EPROM EEPROM
Other memories
0
1
2
3
4
5
6
7
8
9
10
physical memory
logical memory
virtual memory
Flash memory
Cache memory
Physical memory
Physical memory is the total amount of
memory installed in the computer.
E.g. RAM, ROM
Logical memory
Logical memory enables the user to use
large amount of memory to store data.
This enables the OS to arrange memory
into a logical manner.
The system maps the logical address to
real physical storage address.
Logical memory organization
 The computer’s main
memory is divided
into different
categories.
 Conventional memory
 Upper memory
 Extended memory
0
1
2
3
4
5
6
7
8
9
10
Extented
memory
Upper memory
Convential
memory
Conventional memory
This memory is also called as DOS
memory or BASE memory.
Size of the conventional memory is 640KB
and it is used by the DOS.
DOS can not use more than 640 KB for
most of it’s work.
Any doubts?
ASK ME

More Related Content

What's hot

Working principle of a hard disk controller
Working principle of a hard disk controllerWorking principle of a hard disk controller
Working principle of a hard disk controller
Marajulislam3
 
Hard disk
Hard diskHard disk
Hard disk
Sajid Khan
 
Hard disk
Hard diskHard disk
Hard disk
Sudeep Pandey
 
Hard Drives
Hard DrivesHard Drives
Hard Drives
Veronica Alejandro
 
HARD DISK DRIVE
HARD DISK DRIVE HARD DISK DRIVE
HARD DISK DRIVE
shuvo majumder
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
George Ranson
 
Hard Disk
Hard Disk Hard Disk
Hard Disk
Zubair CH
 
Hard Disk Drive
Hard Disk Drive Hard Disk Drive
Hard Disk Drive
Rohan Awale
 
Hard disk
Hard diskHard disk
Hard disk
AMZAD KHAN
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
ADVAIT MANE
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
Tristan Marcellana
 
Hard disk_
 Hard disk_ Hard disk_
Hard disk_carabung
 
Harddisk
HarddiskHarddisk
Harddisk
Prem Sahu
 
Scsi drives
Scsi drivesScsi drives
Scsi drives
Bits
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
FarhanMalik93
 
Advanced format for hard disk drives
Advanced format for hard disk drivesAdvanced format for hard disk drives
Advanced format for hard disk drives
IDEMA_USA
 
Hard Disk
Hard DiskHard Disk
Hard Disk
Danial Mirza
 

What's hot (20)

Working principle of a hard disk controller
Working principle of a hard disk controllerWorking principle of a hard disk controller
Working principle of a hard disk controller
 
Hard disk
Hard diskHard disk
Hard disk
 
Hard disk
Hard diskHard disk
Hard disk
 
Hard Drives
Hard DrivesHard Drives
Hard Drives
 
HARD DISK DRIVE
HARD DISK DRIVE HARD DISK DRIVE
HARD DISK DRIVE
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
 
Hard Disk
Hard Disk Hard Disk
Hard Disk
 
Hard Disk Drive
Hard Disk Drive Hard Disk Drive
Hard Disk Drive
 
Hard disk
Hard diskHard disk
Hard disk
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Chap2 hdd2
Chap2 hdd2Chap2 hdd2
Chap2 hdd2
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Hard disk_
 Hard disk_ Hard disk_
Hard disk_
 
Harddisk
HarddiskHarddisk
Harddisk
 
Hard disk
Hard diskHard disk
Hard disk
 
Hard Disk
Hard DiskHard Disk
Hard Disk
 
Scsi drives
Scsi drivesScsi drives
Scsi drives
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 
Advanced format for hard disk drives
Advanced format for hard disk drivesAdvanced format for hard disk drives
Advanced format for hard disk drives
 
Hard Disk
Hard DiskHard Disk
Hard Disk
 

Similar to Memory

06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
AliyuAhmed9
 
Basics Of Semiconductor Memories
Basics Of Semiconductor MemoriesBasics Of Semiconductor Memories
Basics Of Semiconductor Memories
Rahul Bandhe
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
Gihan Chanaka
 
Chapter 5
Chapter 5Chapter 5
Chapter 5askme
 
Topic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptxTopic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptx
MartMantilla1
 
Random Access Memory ppt
Random Access Memory pptRandom Access Memory ppt
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory module
thensi
 
Random access memory
Random access memoryRandom access memory
Random access memory
BESOR ACADEMY
 
Memory Organization in Computer Organization and Architecture
Memory Organization in Computer Organization and ArchitectureMemory Organization in Computer Organization and Architecture
Memory Organization in Computer Organization and Architecture
MahendraMunirathnam1
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
Abhay Matthew
 
Ram ppt
Ram pptRam ppt
Memory.pptx
Memory.pptxMemory.pptx
Memory.pptx
karmaYonten5
 
memory.pptx
memory.pptxmemory.pptx
memory.pptx
grendel3
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
ChuuHye
 
Internal memory
Internal memoryInternal memory
Internal memory
Riya Choudhary
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
Angel Mary George
 
Computer memory
Computer memoryComputer memory
Computer memory
Joy Sarker
 

Similar to Memory (20)

06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
 
Basics Of Semiconductor Memories
Basics Of Semiconductor MemoriesBasics Of Semiconductor Memories
Basics Of Semiconductor Memories
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Topic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptxTopic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptx
 
Random Access Memory ppt
Random Access Memory pptRandom Access Memory ppt
Random Access Memory ppt
 
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory module
 
Dram and its types
Dram and its typesDram and its types
Dram and its types
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
Memory Organization in Computer Organization and Architecture
Memory Organization in Computer Organization and ArchitectureMemory Organization in Computer Organization and Architecture
Memory Organization in Computer Organization and Architecture
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
Memory
MemoryMemory
Memory
 
Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02
 
Ram ppt
Ram pptRam ppt
Ram ppt
 
Memory.pptx
Memory.pptxMemory.pptx
Memory.pptx
 
memory.pptx
memory.pptxmemory.pptx
memory.pptx
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
Internal memory
Internal memoryInternal memory
Internal memory
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Computer memory
Computer memoryComputer memory
Computer memory
 

More from Bits

Microprocessor
MicroprocessorMicroprocessor
Microprocessor
Bits
 
Keyboard and mouse
Keyboard and mouseKeyboard and mouse
Keyboard and mouse
Bits
 
Modems
ModemsModems
Modems
Bits
 
Monitors
MonitorsMonitors
Monitors
Bits
 
switch mode Power supply
switch mode Power supplyswitch mode Power supply
switch mode Power supply
Bits
 
Scanners
ScannersScanners
Scanners
Bits
 
Wearable technology gadget for soldiers
Wearable technology gadget for soldiersWearable technology gadget for soldiers
Wearable technology gadget for soldiers
Bits
 
Fire adn safety precaution ( PDF )
Fire adn safety precaution ( PDF )Fire adn safety precaution ( PDF )
Fire adn safety precaution ( PDF )
Bits
 

More from Bits (8)

Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
Keyboard and mouse
Keyboard and mouseKeyboard and mouse
Keyboard and mouse
 
Modems
ModemsModems
Modems
 
Monitors
MonitorsMonitors
Monitors
 
switch mode Power supply
switch mode Power supplyswitch mode Power supply
switch mode Power supply
 
Scanners
ScannersScanners
Scanners
 
Wearable technology gadget for soldiers
Wearable technology gadget for soldiersWearable technology gadget for soldiers
Wearable technology gadget for soldiers
 
Fire adn safety precaution ( PDF )
Fire adn safety precaution ( PDF )Fire adn safety precaution ( PDF )
Fire adn safety precaution ( PDF )
 

Recently uploaded

How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 

Recently uploaded (20)

How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 

Memory

  • 2. Introduction The data storing capacity of a digital device is known as memory. Memory of device like empty pages of note book. Memory devices enables us to retrieve the stored data from the memory. Examples are HDD, CD, DVD, pen drive, floppy disk, memory cards.
  • 5. Primary memory The essential memory to work with computer is known as primary memory. It is also called volatile memory or temporary memory. Volatile memory stores the data temporarily, it looses the data as soon as the system power supply turned off. RAM is the good example for volatile memory.
  • 6. RAM Random Access Memory. It is a semi conductor memory where CPU and other hardware devices can read and write data. It stores the data temporarily. That is why it is called as volatile memory, once if we switch off the computer it looses the data.
  • 8. SRAM  Static RAM.  It is a one type of semi conductor memory.  It stores the data until the power supplied to the system.  SRAM uses 4 to 6 transistors for each memory cell.  If more no of transistors present in the cell, the cells do not require refreshing data frequently.  Refreshing a cell means rewriting data in a cell.  SRAM is faster in accessing data, due to the speed it acts like cache memory.
  • 9. Cache Memory It is a type of SRAM, enables the processor to send data at a very high speed. Two types of cache memories. External cache memory. Internal cache memory.
  • 10. External Cache Memory It is placed between main memory and micro processor (CPU), it stores the data temporarily. It is also called as L2 cache. CPU RAMCache
  • 11. Internal Cache Memory It is associated with the micro processor. Helps to increase the processing speed of processor. CPU Cache RAM
  • 12. DRAM  Data stores in memory cells in DRAMs.  Each memory cell contains a pair of transistors and a capacitor.  Memory cell is referred as a bit of data.  The life time of the data in DRAM is very short, it is approximately 15 ms.  The memory cells of DRAM are refreshed by the DRAM controller.  DRAM controller is a hardware component that helps the DRAM works like the SRAM.
  • 14. FPMDRAM Fast Page Mode DRAM. This is standard DRAM, accessed through a technique called paging. Paging enables faster access to all the data with in a given memory. This technology was popular on 32-bit wide memory systems on 486 processors. It will not support Pentium processors, 64- bit memory devices.
  • 15. EDODRAM Extended Data Out DRAM. It is a type of asynchronous DRAM. It is also known as Hyper Page Mode DRAM. It’s data transfer rate is approximately 264 MB per second. It is faster than normal DRAM. It is 6% faster than FPMDRAM.
  • 16. RDRAM Rambus DRAM is the fastest computer memory. It sends the data frequently on the data bus. It’s data transfer speed is 800 MHZ. The high performance work stations and servers uses RDRAM. The video memory on the graphic cards uses RDRAM.
  • 17. SDRAM  Synchronous DRAM.  It synchronizes the memory speed with the CPU clock speed.  The speed of the SDRAM depends on the speed of the processor.  It is faster then SRAM, DRAM, FPMDRAM, EDODRAM and VRAM.  The data transfer speed of SDRAM is measured in nanoseconds and MHZ.  It works with a speed of 133 MHZ.
  • 18. Modules in SDRAM There are two modules of SDRAMs. 2 - Clock SDRAM 4 – Clock SDRAM Each clock signal controls two different DRAM chips. Each clock signal controls four different DRAM chips. Used by older versions of computers. Using by latest computers.
  • 19. Types of SDRAMs It is the latest version of SDRAM. Double Data Rate SDRAM. Data transfer rate of DDR is faster than SDRAM. It is twice the speed of SDRAM. DDR consumes less power. DDR It is a type of synchronous dynamic access memory that can transfer four words of data in each clock cycle. Quad Data Rate SDRAM. It has separate read and write ports that can operate simultaneously QDR
  • 20. Types of DDR DDR 266 DDR 333 DDR 400 DDR2 533 DDR2 667 It is one of the cheapest DDR memories. Available in the market. It is meant for the users, those who uses powerful applications such as video processing soft wares, latest games etc. It is recommended for the some of the latest mother boards with at least P4 2.8 GHZ, or above. DDR2 memory chips runs at the speed just double the DDR SDRAMs.
  • 21. Differences between DDR and DDR2 Factor DDR DDR2 Data Bus 64 bits 64 bits Data Rate 200/266/333/400 MHZ 400/533/667 MHZ Frequency 100/133/166/200 MHZ 200/266/333 MHZ density 128 MB to 1 GB 256 MB to 4 GB Voltage 2.5 Volts 1.8 Volts
  • 22. Memory packages Memory package is a small circuit board that contains memory chips. The installation main memory on to the computer depends on memory packages.
  • 23. Types of memory packages SIMM DIMM SODIMM RIMM Single In – line Memory Module. Dual In - line Memory Module. Small Outline Dual In – line Memory Module. Rambus Inline Memory Module.
  • 24. SIMM  It is a small circuit board designed to hold memory chips.  Various SIMM packages are available based on the number of pins it contains. 30 – pin package 72 – pin package The capacities of a 30 – pin SIMM package are 256 KB, 1 MB, 2 MB, 4 MB, 8 MB and 16 MB RAMs. It contains 2, 4, or 8 data chips per module. It has a data bus width of 8 bits with 9 bit parity. Parity checks the accuracy of data transmission. The capacities of a 72 – pin SIMM package are 1 MB, 2 MB, 4 MB, 8 MB ,16 MB, 32 MB, 64 MB and 128 MB RAMs. It contains 2, 4, 8 or 16 data chips per module. It has a data bus width of 32 - bits with 36 - bit parity.
  • 25. ROM Read Only Memory. It stores the data permanently. It stores the system configuration. Lithium ion battery will supply continues power supply to the ROM. It is a non volatile main memory.
  • 26. Different types of ROMs ROM PROM EPROM EEPROM
  • 27. Other memories 0 1 2 3 4 5 6 7 8 9 10 physical memory logical memory virtual memory Flash memory Cache memory
  • 28. Physical memory Physical memory is the total amount of memory installed in the computer. E.g. RAM, ROM
  • 29. Logical memory Logical memory enables the user to use large amount of memory to store data. This enables the OS to arrange memory into a logical manner. The system maps the logical address to real physical storage address.
  • 30. Logical memory organization  The computer’s main memory is divided into different categories.  Conventional memory  Upper memory  Extended memory 0 1 2 3 4 5 6 7 8 9 10 Extented memory Upper memory Convential memory
  • 31. Conventional memory This memory is also called as DOS memory or BASE memory. Size of the conventional memory is 640KB and it is used by the DOS. DOS can not use more than 640 KB for most of it’s work.