Random access memory

ruchimaurya487 41,316 views 20 slides Nov 13, 2014
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

RAM(Random Access memory) is a volatile memory.RAM is our working memory storage. All the data, which the PC uses and works with during operation, are stored here. Data are stored on drives, typically the hard drive. However, for the CPU to work with those data, they must be read into the working me...


Slide Content

The m. s. university of baroda polytechnic Random Access Memory Subject : Created by: Ruchi M. Maurya Roll no. 03 S.Y.D. 2 nd IT

Random Access Memory

Introduction History Technologies Block Diagram Position & Structure Types of Ram Difference Capacity to store Manufacturing companies Advantage & Disadvantage Index:

Introduction: Random access memory (RAM) is the best known form of computer memory. RAM is considered as volatile memory , which means that the stored information is lost when there is no power. RAM is made up of small memory chips that form a memory module. Whenever you open a program, it gets loaded from the hard drive into the RAM. This is because reading data from the RAM is much faster than reading data from the hard drive

History: RAM (Random Access Memory) was invented by Robert Heath Dennard. At IBM Thomas J Watson Research Center in 1968.

Fpm (Fast page mode) 1990 EDO (Extended data o/p) 1994 SDRAM (Single dynamic RAM ) 1996 RDRAM 1998 DDR SDRAM 2000 DDR2 SDRAM 2003 DDR3 SDRAM 2007 DDR4 SDRAM 2012 Type Year Technologies Of Ram:

Technologies Of Ram:

Block Diagram Of Ram: 2 k x n memory ADRS OUT DATA CS WR k n n

Block Diagram Of Ram: This block diagram introduces the main interface to RAM. A Chip Select, CS enables or disables the RAM. ADRS specifies the address or location to read from or write to. WR selects between reading from or writing to the memory. To read from memory, WR should be set to 0. OUT will be the n-bit value stored at ADRS. To write to memory, we set WR = 1. DATA is the n-bit value to save in memory.

Position Of Ram:

Structure of Ram: Notches for socket ”Handles” Socket profile Edge connector

Insert Ram into Socket:

Eject Ram from Socket:

Types Of Ram:

Types Of Ram: SRAM (Static Random Access Memory) SRAM holds data in a static form, as long as the memory has power. Each bit is stored on four transistor that forms two cross coupled inverters. DRAM (Dynamic Random Access Memory) DRAM is called dynamic because it must constantly be refreshed and lose the data in very short time. DRAM stores each bit of data in a separate capacitor within a integrated circuit.

Difference: Requires less memory . Requires more memory . Access time is low. Access time is more. Do not refresh. Needs to be refreshed . Faster access time. Slower access time. M ore power consumption. Less power consumption. U sed in cache memory . Used in main memory . SRAM DRAM

From Beginning: 256 MB 512 MB 1024 MB (1 GB) 2048 MB (2 GB) 4096 MB (4 GB) 8192 MB (8 GB) NOTE: Here every time the size of Ram increased by multiplying twice. Capacity Of Ram:

ASUS Buffalo Technology Century CEON CHAINTECH ELIXIR HP IBM Manufacturing companies:

Advantage: Disa dvantage : Programs will load much faster. Power Efficient, that uses much less power than disk drives. Volatile: a power outage will cause irrecoverable data loss. Space-limited: cost per bit is high.

THANK YOU