0% found this document useful (0 votes)
46 views

Power Supply 2. Computer 3. Logisim

The objective is to implement a 3x8 decoder circuit using Logisim. A 3x8 decoder takes 3 binary inputs and activates one of 8 outputs. It works by decoding the binary input code into a set of output signals. The circuit was designed using AND and NAND gates. Testing showed the decoder successfully activated the correct output based on the 3-bit input according to the truth table.

Uploaded by

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

Power Supply 2. Computer 3. Logisim

The objective is to implement a 3x8 decoder circuit using Logisim. A 3x8 decoder takes 3 binary inputs and activates one of 8 outputs. It works by decoding the binary input code into a set of output signals. The circuit was designed using AND and NAND gates. Testing showed the decoder successfully activated the correct output based on the 3-bit input according to the truth table.

Uploaded by

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

OBJECTIVE:- IMPLEMENTATION OF 3*8 DECODER

EQUIPMENT REQUIRED

1. Power Supply
2. Computer
3. Logisim

THEORY

Decoder:- A decoder is a combinational logic circuit which is used to change the code into a set
of signals. It is the reverse process of an encoder. A decoder circuit takes multiple inputs and
gives multiple outputs. A decoder circuit takes binary data of ‘n’ inputs into ‘2n’ unique output.

3 Line to 8 Line Decoder:- 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.

Let, S0, S1 and S2 are three different inputs and D0, D1, D2, D3. D4. D5. D6. D7 are the eight
outputs.

Truth Table

S0 S1 S2 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
1 1 0 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

OBSERVATIONS
 Implementation of 3*8 decoder

CONCLUSION

Hence, 3*8 decoder is implemented using Logisim.

You might also like