Memories


Question 1
Addressing of a 32K\:\times\:16 memory is realized using a single decoder. The minimum number of \text{AND} gates required for the decoder is
A
2^{8}
B
2^{32}
C
2^{15}
D
2^{19}
GATE EC 2021   Digital Circuits
Question 1 Explanation: 
For N \times 2^{N}, decoder, there are 2^{N} AND gates required at output
\therefore 32 \mathrm{~K} \times 16=2^{5} \times 2^{10} \times 16=2^{15} \times 16
\therefore 2^{15} AND gates required to realize the given memory address
Question 2
A 2\times 2 ROM array is built with the help of diodes as shown in the circuit below. Here W0 and W1 are signals that select the word lines and B0 and B1 are signals that are output of the sense amps based on the stored data corresponding to the bit lines during the read operation.
During the read operation, the selected word line goes high and the other word line is in a high impedance state. As per the implementation shown in the circuit diagram above, what are the bits corresponding to D_{ij} (where i = 0 or 1 and j = 0 or 1) stored in the ROM?
A
\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}
B
\begin{bmatrix} 0 & 1\\ 1 & 0 \end{bmatrix}
C
\begin{bmatrix} 1 & 0\\ 1 & 0 \end{bmatrix}
D
\begin{bmatrix} 1 & 1\\ 0 & 0 \end{bmatrix}
GATE EC 2018   Digital Circuits
Question 2 Explanation: 


\begin{array}{l} \text { When, } W_{0}=V_{D O}, B_{0}=V_{D D} \text { ; otherwise } B_{0}=0 \\ \text { When } W_{1}=V_{D O} B_{1}=V_{D D} \text { ; otherwise } B_{1}=0 \\ \text { So, } B_{0}=W_{0} \text { and } B_{1}=W_{1} \\ \text { Hence } \begin{array}{c|cc} &B_{0}&B_{1}\\ \hline W_{0}&1&0\\ W_{1}&0&1 \end{array}\\ \end{array}


Question 3
In a DRAM,
A
periodic refreshing is not required
B
information is stored in a capacitor
C
information is stored in a latch
D
both read and write operations can be performed simultaneously
GATE EC 2017-SET-2   Digital Circuits
Question 3 Explanation: 
In a DRAM, data is stored in the form of charge on capacitor and periodic refreshing is needed to restore the charge on capacitor.
Question 4
If WL is the Word Line and BL the Bit Line, an SRAM cell is shown in
A
A
B
B
C
C
D
D
GATE EC 2014-SET-3   Digital Circuits
Question 4 Explanation: 


Question 5
In the circuit shown in the figure, A is parallel-in, parallel-out 4 bit register, which loads at the rising edge of the clock C . The input lines are connected to a 4 bit bus, W. Its output acts at input to a 16\times4 ROM whose output is floating when the enable input E is 0. A partial table of the contents of the ROM is as follows

The clock to the register is shown, and the data on the W bus at time t_{1} is 0110. The data on the bus at time t_{2} is
A
1111
B
1011
C
1000
D
0010
GATE EC 2003   Digital Circuits
Question 5 Explanation: 
When W has data 0110 i.e. 6 in decimal its data value at that add. is 1010.
Now 1010 i.e. 10 is acting as add. at time t_{2} and data at that moment is 1000.


There are 5 questions to complete.