This document describes a hexadecimal to binary encoder that contains 16 input lines and 4 output lines. The input represents hexadecimal values and the output represents the corresponding binary values. A truth table is provided that shows the relationship between the hexadecimal inputs and binary outputs.
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
100%(2)100% found this document useful (2 votes)
3K views3 pages
Hexadecimal To Binary Encoder
This document describes a hexadecimal to binary encoder that contains 16 input lines and 4 output lines. The input represents hexadecimal values and the output represents the corresponding binary values. A truth table is provided that shows the relationship between the hexadecimal inputs and binary outputs.
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/ 3
Hexadecimal to Binary encoder
The hexadecimal to binary encoder contains 16 input lines as well as
4 output lines. So, the input provided shows the hexadecimal count and the output represents the binary values. Here, I 0 to IF represents the hexadecimal input and Y0 to Y3 represents binary output.
Here, I0 to IF represents the hexadecimal input and Y0 to Y3 represents
binary output. Truth Table: Thus we can conclude from the above table:
Y0 = I8 + I9 + IA + IB + IC + ID + IE + IF
Y1 = I4 + I5 + I6 + I7 + IC + ID + IE + IF Y2 = I2 + I3 + I6 + I7 + IA + IB + IE + IF Y3 = I1 + I3 + I5 + I7 + I9 + IB + ID + IF So, the logic circuit will be given as