Design a bcd-to-decimal decoder using the unused combinations of the bcd code as don't-care conditions.
Answers
Answered by
0
Answer:
Binary decoders are a digital logic device that has inputs of 4 bit, 3 bit and 2 bit. It completely depends on the data input lines.
A decoder with two or more set of bits is referred to as n-bit code.
One can represent 2n possible values with it. Thus the work of a decoder is to decode a binary value to get its non-binary value.
Explanation:
Similar questions