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

Decimal to Binary Encoder

The document describes an 8:3 encoder for converting decimal numbers to binary, including a truth table that outlines the input-output relationships. It provides steps for creating the conversion table and minimizing the equations using Karnaugh maps. Additionally, it includes a circuit diagram and exterior design layout for the encoder.

Uploaded by

Ruturaj Nakum
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Decimal to Binary Encoder

The document describes an 8:3 encoder for converting decimal numbers to binary, including a truth table that outlines the input-output relationships. It provides steps for creating the conversion table and minimizing the equations using Karnaugh maps. Additionally, it includes a circuit diagram and exterior design layout for the encoder.

Uploaded by

Ruturaj Nakum
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Decimal to Binary

Encoder
Using 8:3 encoder

1
Truth Table
INPUT OUTPUT
D B3 B2 B1 B0
0 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
2
CIRCUIT DIAGRAM
DO D1 D2 D3 D4 D5 D6 D7 D8 D9
B3

B2

B1

B0

3
Steps for archive the equation
• 1)Write a table for decimal to binary converter.
• Ex:- 7 in decimal is 111 in binary.
• 0 in decimal is 000 in binary.

• 2)Using k-map, we minimize the equation and come with final


equation.
• B0 = D1 + D3 + D5 + D7 + D9;
• B1 = D2 + D3 + D6 + D7;
• B2 = D4 + D5 + D6 + D7;
• B3 = D8 + D9;

4
EXTERIOR DESIGN OF DECIMAL TO BINARY
ENCODER
D0 B3
D1

ENCODER
D2 B2

D3

D4

D5
B1
D6

D7
B0
D8

D9

You might also like