Categories: Memory

Random Access Memory

Random Access Memory (RAM) is a volatile storage device for storing programs and data temporarily. The content of RAM will vanish once the power is turned off. RAM is mainly available in two forms: static and dynamic.

Static RAM

Static RAMs are using flip-flop like cells which can store data as long as the power supply remains on. Both reading and writing are possible at high speed. As RAMs are formed by much more complex cells than ROMs, they occupy more chip area.

Dynamic RAM

Dynamic RAMs are built using capacitor like structure for data storage. This simple cell structure is responsible for higher packaging density and lower cost per bit than its static counterpart. However information stored in dynamic RAMs get lost unless periodically refreshed by rewriting the information.

Related Articles

Computer Memory

Primary Memory

Read Only Memory

Robin

Share
Published by
Robin

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago