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

new project2

Uploaded by

160146.cse
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

new project2

Uploaded by

160146.cse
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Title: Design of a 3 to 8 line Decoder.

Objectives: To convert binary information from n input lines to a maximum of 2n output lines.
Theory and Methodology: A Decoder is a circuit that converts information from one format
to another. A decoder does the opposite operation of an Encoder. It reverses the encoding so that
the original information can be retrieved. A decoder can convert binary information from n input
lines to a maximum of 2n unique output lines. The 3 to 8 line decoder will take input from 3 lines
and convert them to 8 lines.
Circuit diagram:

Fig: Circuit diagram of a 3 to 8 line Decoder


Input and Output:
Input Output
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
1 1 0 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

Fig: Truth table for 3 to 8 line Decoder


Result and Discussion: From the above given data, it can be said that the result from the truth
table by matching outputs for every input configuration. .If it doesn’t match we can find the errors.
Otherwise it isn’t errors.

You might also like