Ecl202 - Digital Circuits: Exercise No.4
Ecl202 - Digital Circuits: Exercise No.4
Exercise No.4
1. Draw the complete logic circuit of 4-bit magnitude comparator using combinational circuit
which can compare two binary numbers R = R4R3R2R1 and S = S4S3S2S1 and give the result
2. Draw the logic circuit of a 2x4 decoder using enable input and briefly explain its operation.
Show how a 3x8 decoder can be designed using 2x4 decoders. Draw the truth tables. Discuss
3. Draw the logic diagram of a 4x1 multiplier and explain its working principle. Hence, design a
multiplexer which can select one 4-bit input out of 4-bit inputs and directs the selected input
4. Design a combination of circuit to generate the parity bit for digits coded in BCD code. The
circuit should also have an additional output that produces an error signal if a non-BCD digit
8. Design a combinational circuit that accepts a three bit number and generates an output
9. Show how a full-adder can be converted to a full-Subtractor with the addition of one inverter
circuit.
10. Design an excess-3 to BCD code converter using a 4-bit full adders MSI circuit.
11. Design a combinational circuit that generates the 9’s complement of a BCD digit.
14. Draw the logic diagram of a ROM built around OR gate encoder which can store the
following 6 binary words:
1 1 0 1
1 1 1 1
1 0 0 1
0 0 1 1
0 1 1 1
1 0 1 1
If a decoder is include, then what will be the number of address lines, required to read a word
from the memory? In the logic diagram, included decoder for addressing purposes.