0% found this document useful (0 votes)
14 views2 pages

Activity10 PDF

The document outlines the design of a Random Access Memory (RAM) cell, which uses a bistable circuit like a flip-flop to store a single bit of data. It describes the functionality of word and bit lines for reading and writing data, emphasizing the efficiency of accessing memory cells. Additionally, it includes a truth table and learning outcomes related to constructing and analyzing digital circuits.

Uploaded by

Rajan Thakur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Activity10 PDF

The document outlines the design of a Random Access Memory (RAM) cell, which uses a bistable circuit like a flip-flop to store a single bit of data. It describes the functionality of word and bit lines for reading and writing data, emphasizing the efficiency of accessing memory cells. Additionally, it includes a truth table and learning outcomes related to constructing and analyzing digital circuits.

Uploaded by

Rajan Thakur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Activity 10

Aim Design of Random Access Memory (RAM) Cell


Theory The design of a Random Access Memory (RAM) cell is fundamental to digital systems.
A RAM cell typically uses a bistable circuit, such as a flip-flop, to store a single bit of data (either
0 or 1). The basic structure includes a pair of cross-coupled inverters, which create a stable
state that can hold data indefinitely unƟl it is overwriƩen.
Each RAM cell is connected to a word line and a bit line. The word line controls the access to
the cell, while the bit line is used to read from or write to the cell. During a write operaƟon,
the desired data bit is sent along the bit line, and the word line is acƟvated to store the bit in
the cell. For a read operaƟon, the word line is acƟvated, and the stored data is transmiƩed
back via the bit line. This configuraƟon allows for quick and efficient access to any cell in the
memory array, making RAM essenƟal for modern compuƟng.

Circuit Diagram

Rajan Thakur 221030175 CS56


Truth Table
Input Clock Enable Select Read/Write Output
0 0 0 0 0 0 0011 0101 0 0
0 0 0 0 1 1 0011 0101 0 0
0 0 1 1 1 0 0011 0101 0 0
1 1 1 0 0 0 0011 0101 0 0
1 1 1 1 1 1 0 0
1 1 0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0

Simulation Result

LEARNING OUTCOME
Through this experiment, I understood and constructed a truth table for a digital circuit with
mulƟple inputs, accurately determine the output states for all input combinaƟons, and analyse
the logical behaviour of the circuit.

Rajan Thakur 221030175 CS56

You might also like