computer memory

27
COMPUTER MEMORY PRESENTATION BY NIKUNJ PATEL

Upload: nikunj-patel

Post on 22-May-2015

332 views

Category:

Technology


3 download

DESCRIPTION

COMPUTER MEMORY

TRANSCRIPT

Page 1: Computer memory

COMPUTER MEMORY

PRESENTATION BY NIKUNJ PATEL

Page 2: Computer memory

HISTORY OF

MEMORY

Page 3: Computer memory

HISTORY OF MEMORY

In the early 1940s, memory technology mostly permitted a capacity of a few bytes.

ENIAC(Electronic Numerical Integrator And Computer): Firs electronic general-purpose computer .

That is capable of being reprogrammed to

solve a large class of numerical problems.

Page 4: Computer memory

DELAY LINE

MEMORY

Page 5: Computer memory

DELAY LINE MEMORY

developed by J. Presper Eckert in the early 1940s.

It is also used in digital computers.

Delay line memory would be limited to a capacity of up to a few hundred thousand bits to remain efficient.

Page 6: Computer memory

RANDOM ACCESS COMPUTER MEMORY

Page 7: Computer memory

RANDOM ACCESS COMPUTER MEMORY

The Williams tube and Selectron tube originated in 1946.

In 1947  Jay Forrester, Jan A. Rajchman and An Wang developed magnetic core memory which allowed for recall of memory after power loss.

The Selectron was limited to 256 bits, while the Williams tube could store thousands

Page 8: Computer memory

RANDOM ACCESS COMPUTER MEMORY

Page 9: Computer memory

MAGNETIC CORE

MEMORY

Page 10: Computer memory

MAGNETIC CORE MEMORY

It was the computer memory of choice throughout the 1960s, until it was replaced by semiconductor memory.

Page 11: Computer memory

MEMORY

Page 12: Computer memory

MEMORY It holds the data and instructions that the

Central Processing Unit (CPU) needs.

Before a program can be run the program is loaded from the storage medium into memory.

It allows the CPU to direct interact with the program.

Memory is a need of every computer

Page 13: Computer memory

TYPES OF MEMORY

Page 14: Computer memory

TYPES OF MEMORY

ROM (Read Only Memory)

RAM (Random Access Memory)

Cache memory

Flash memory

Page 15: Computer memory

READ ONLY MEMORY

stores data without electrical current; it is the ROM (Read Only Memory)

or is sometimes called non-volatile memory as it is not erased when the system is switched off

Page 16: Computer memory

RAM

Random Access Memory, can be accessed randomly. Any byte of memory can be accessed without touching the preceding bytes. RAM is the most common type of memory found in computers and other devices, such as printers.

Page 17: Computer memory

DDR2 RAM & DDR3 RAM

Page 18: Computer memory

TYPES OF RAM

Page 19: Computer memory

TYPES OF RAM

There are two different types of RAM:

DRAM (Dynamic Random Access Memory)

SRAM (Static Random Access Memory).

Page 20: Computer memory

DRAM Needs to be refreshed thousands of times

per second while. Dynamic RAM needs to automatically

refresh thousands of times per second; that's where it gets the name dynamic. Otherwise, it will forget the information it's holding.

Page 21: Computer memory

SRAM

Does not need to be refreshed, which is what makes it faster than DRAM.

Both types of RAM are volatile, meaning that they lose their contents when the power is turned off.

Page 22: Computer memory

CACHE MEMORY

Page 23: Computer memory

CACHE MEMORY

The cache is a smaller, faster memory which stores copies of the data from frequently used main memory locations.

Page 24: Computer memory

FLASH MEMORY

Page 25: Computer memory

FLASH MEMORY

Non volatile memory can be erased electronically and rewritten similar to EEPROM.

Introduced by Toshiba in 1984.

Most computers use it to hold up their startup instructions.

Also used in many mobiles , smart phones , digital cameras and PDA.

Page 26: Computer memory

FLASH MEMORY

Page 27: Computer memory

THANK YOU