Recent questions tagged decoder

269
views
0 answers
0 votes
425
views
1 answers
0 votes
Suppose instead of a decoder with $n$ input bits ( $n$ is even) to access a memory of size $2^{n}$, one uses two decoders of input sizes $k$ ... the time complexity of the decoder is measured by the number of output lines of that decoder.
655
views
1 answers
0 votes
Suppose instead of a decoder with n input bits (n is even) to access a memory of size 2^n, one uses two decoders of input sizes k bits and (n-k ... time complexity of the decoder is measured by the number of output lines of that decoder.
691
views
1 answers
0 votes
A 3 to 8 decoder is shown below:All output lines of decoder will be high when all the input I1, I2, I3 are;are high and G1 , G2 are loware high and ... behind this question. Why we have to disable the Decoder to make all the outputs high ?
689
views
0 answers
0 votes
If F1 = ∑m(1,2,4,7) and F2 = ∑m(3,5,6,7), implement them using 3 to 8 line decoder. Comment on their logic operations.
10.2k
views
4 answers
17 votes
If there are $m$ input lines and $n$ output lines for a decoder that is used to uniquely address a byte addressable $1$ KB RAM, then the minimum value of $m+n$ is ________ .
1.5k
views
2 answers
3 votes
A $3\times 8$ decoder with $2$ enable inputs is used to address $8$ block of memory. What will be the size of each memory block when addressed from a $16$ bit bus with $2$ MSB’s used to enable the decoder?
513
views
0 answers
1 votes
Construct a $5 \times 32 $ decoder with four $3\times8$ decoders with enable and one $ 2 \times 4$ decoder. use a block diagram also.
363
views
0 answers
0 votes
Draw the logic diagram of a 2-to-4 line decoder with only NOR gates. Include an Enable input.
1.9k
views
1 answers
0 votes
The number of 2-to-4 line decoders with enable input needed to construct a 4-to-16 line decoder are?
892
views
1 answers
0 votes
2.3k
views
1 answers
1 votes
A $3 \times 8$ decoder with two enables inputs is to be used to address 8 blocks of memory. What will be the size of each memory block when addressed from a ... two enable inputs is to be used mean? I am not able to visualize the circuit.
2.8k
views
3 answers
1 votes
A RAM chip has a capacity of $1024$ words of $8$ bits each $(1K \times 8)$. The number of $2 \times 4$ decoders with enable line needed to construct a $32 K \times 8$ RAM from $1K \times 8$ RAM is$4$5$6$7$
1.1k
views
2 answers
1 votes