Ram - Random Access Memory:: What Is RAM Structure, Explain With Block Diagram?
Ram - Random Access Memory:: What Is RAM Structure, Explain With Block Diagram?
The memory cells in random-access memory (RAM) can be accessed for information transfer
from any random location. That is, no matter where the cells are physically placed in
memory, the process of finding a word in memory is the same and takes the same amount of
time.
Data input and output lines, address selection lines, and control lines that define or
specify the transfer path/direction are used to communicate between a memory and its
environment.
WORKING:
The n data input lines provide the information to be stored in memory, and the n data
output lines supply the information coming out of particular word chosen among the 2k
available inside the memory. The two control inputs specify the direction of transfer desired.
OPERATIONS of RAM:
Write Operation
Read Operation
The write and read operations are the two operations that a random access memory can
perform.
The following are the steps that must be followed in order for a new word to be stored in
memory:
1) Apply/Fill in the address lines with the binary address of the desired word.
2) Apply/Fill the data input lines with the data bits that must be stored in memory.
3) Activate the Write Input.
The memory device will then take the bits currently available on the input data lines and
store them in the address lines' designated locations. The following are the steps that must
be followed in order to transfer a stored word from memory:
1. Apply/Fill in the address lines with the binary address of the desired expression.
2. Activate the Read Input.
The memory device will then apply the bits from the address-selected word to the output
data lines. After reading, the selected word's content remains unchanged.