SlideShare a Scribd company logo
1 of 1
In computing, memory refers to the physical devices used to store programs (sequences of instructions)
or data (e.g. program state information) on a temporary or permanent basis for use in a computer or
other digital electronic device. The term primary memory is used for the information in physical systems
which are fast (i.e. RAM), as a distinction from secondary memory, which are physical devices for
program and data storage which are slow to access but offer higher memory capacity. Primary memory
stored on secondary memory is called "virtual memory".

Volatile memory:
        volatile memory are primary memory (typically dynamic RAM, DRAM), and fast CPU cache
memory (typically static RAM, SRAM, which is fast but energy-consuming and offer lower memory
capacity per area unit than DRAM) .

 is computer memory that requires power to maintain the stored information. Most modern semiconductor
volatile memory is either Static RAM (see SRAM) or dynamic RAM (see DRAM). SRAM retains its
contents as long as the power is connected and is easy to interface to but uses six transistors per bit.
Dynamic RAM is more complicated to interface to and control and needs regular refresh cycles to prevent
its contents being lost. However, DRAM uses only one transistor and a capacitor per bit, allowing it to
reach much higher densities and, with more bits on a memory chip, be much cheaper per bit. SRAM is not
worthwhile for desktop system memory, where DRAM dominates, but is used for their cache memories.
SRAM is commonplace in small embedded systems, which might only need tens of kilobytes or less.
Forthcoming volatile memory technologies that hope to replace or compete with SRAM and DRAM
include Z-RAM, TTRAM, A-RAM and ETA RAM.

More Related Content

What's hot

What's hot (20)

Static and dynamic memories
Static and dynamic memoriesStatic and dynamic memories
Static and dynamic memories
 
Memory (2)
Memory (2)Memory (2)
Memory (2)
 
Random Access Memory
Random Access Memory Random Access Memory
Random Access Memory
 
RAM slide
RAM slideRAM slide
RAM slide
 
Memory
MemoryMemory
Memory
 
Cse
CseCse
Cse
 
memory devices
memory devicesmemory devices
memory devices
 
Random Access Memory (RAM)
Random Access Memory (RAM)Random Access Memory (RAM)
Random Access Memory (RAM)
 
RAM & ROM
RAM & ROMRAM & ROM
RAM & ROM
 
Basic concepts of memory
Basic concepts of memoryBasic concepts of memory
Basic concepts of memory
 
It compter applications
It compter applicationsIt compter applications
It compter applications
 
Presentation on RAM
Presentation on RAMPresentation on RAM
Presentation on RAM
 
Main Memory RAM and ROM
Main Memory RAM and ROMMain Memory RAM and ROM
Main Memory RAM and ROM
 
Random Access Memory
Random Access MemoryRandom Access Memory
Random Access Memory
 
Computer random access memory
Computer   random access memoryComputer   random access memory
Computer random access memory
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
 
Memory hierarchy unit 2 by ram k paliwal
Memory hierarchy  unit 2 by ram k paliwalMemory hierarchy  unit 2 by ram k paliwal
Memory hierarchy unit 2 by ram k paliwal
 
Introduction of ram ddr3
Introduction of ram ddr3Introduction of ram ddr3
Introduction of ram ddr3
 
M E M O R Y
M E M O R YM E M O R Y
M E M O R Y
 
RAM and its Types
RAM and its TypesRAM and its Types
RAM and its Types
 

Similar to Ram

Similar to Ram (20)

RAM and ROM.pdf
RAM and ROM.pdfRAM and ROM.pdf
RAM and ROM.pdf
 
06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
 
RAM (Random Access Memory)
RAM (Random Access Memory)RAM (Random Access Memory)
RAM (Random Access Memory)
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
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
 
Memory
MemoryMemory
Memory
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
Lincoln khan computer presentation
Lincoln khan computer presentationLincoln khan computer presentation
Lincoln khan computer presentation
 
Memory and memory modules by zuko khephu
Memory and memory modules by zuko khephuMemory and memory modules by zuko khephu
Memory and memory modules by zuko khephu
 
RAM(Random Access Memory)
RAM(Random Access Memory)RAM(Random Access Memory)
RAM(Random Access Memory)
 
RAM pppt.pptx
RAM pppt.pptxRAM pppt.pptx
RAM pppt.pptx
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
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
 
Internal memory
Internal memoryInternal memory
Internal memory
 
RAM :A primary Memory
RAM :A primary MemoryRAM :A primary Memory
RAM :A primary Memory
 
Primary memory (main memory)
Primary memory (main memory)Primary memory (main memory)
Primary memory (main memory)
 
Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 

Ram

  • 1. In computing, memory refers to the physical devices used to store programs (sequences of instructions) or data (e.g. program state information) on a temporary or permanent basis for use in a computer or other digital electronic device. The term primary memory is used for the information in physical systems which are fast (i.e. RAM), as a distinction from secondary memory, which are physical devices for program and data storage which are slow to access but offer higher memory capacity. Primary memory stored on secondary memory is called "virtual memory". Volatile memory: volatile memory are primary memory (typically dynamic RAM, DRAM), and fast CPU cache memory (typically static RAM, SRAM, which is fast but energy-consuming and offer lower memory capacity per area unit than DRAM) . is computer memory that requires power to maintain the stored information. Most modern semiconductor volatile memory is either Static RAM (see SRAM) or dynamic RAM (see DRAM). SRAM retains its contents as long as the power is connected and is easy to interface to but uses six transistors per bit. Dynamic RAM is more complicated to interface to and control and needs regular refresh cycles to prevent its contents being lost. However, DRAM uses only one transistor and a capacitor per bit, allowing it to reach much higher densities and, with more bits on a memory chip, be much cheaper per bit. SRAM is not worthwhile for desktop system memory, where DRAM dominates, but is used for their cache memories. SRAM is commonplace in small embedded systems, which might only need tens of kilobytes or less. Forthcoming volatile memory technologies that hope to replace or compete with SRAM and DRAM include Z-RAM, TTRAM, A-RAM and ETA RAM.