Implementation of A Logic Circuit From (2 4) and (3 8) Decoder.
Implementation of A Logic Circuit From (2 4) and (3 8) Decoder.
ID: 153402032
Experiment No: 11
Experiment Name: Implementation of a logic circuit from (2*4) and (3*8) Decoder.
Objective:
Required Apparatus:
Logic gate simulator app.
NAND gates IC types 7400 Quadruple 2 input.
NOT gates IC types7404 Quadruple.
Input and output gates.
Theory:
Similar to the multiplexer circuit, the decoder is not restricted to a particular address line, and
thus can have more than two outputs (with two, three, or four address lines). The decoder circuit
can decode a 2, 3, or 4-bit binary number, or can decode up to 4, 8, or 16 time-multiplexed
signals.
This decoder circuit gives 8 logic outputs for 3 inputs and has a enable pin. The circuit is
designed with AND and NAND logic gates. It takes 3 binary inputs and activates one of the eight
outputs. 3 to 8 line decoder circuit is also called as binary to an octal decoder.
1
Name: Mohayminul Al-Hamim
ID: 153402032
2x4 Decoder:
A B D0 D1 D2 D3
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 0
1 1 0 0 0 1
2
Name: Mohayminul Al-Hamim
ID: 153402032
3x8 Decoder:
A B C D0 D1 D2 D3 D4 D5 D6 D7
0 0 0 1 0 0 0 0 0 0 0
0 0 1 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
0 1 1 0 0 0 1 0 0 0 0
1 0 0 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
3
Name: Mohayminul Al-Hamim
ID: 153402032
Procedure:
Discussion: