**Note that the input ivalid combinations are “Dont care”values not 111Problem 3-3 all invalid input combinations are don’t care, NOT 1111. 3-3. Design a Gray code-to-BCD code converter that gives output code 1111 for all invalid input combinations. Assume that the Gray code sequence for decimal numbers 0 through 9 is 0000, 0001, 0011, 0010, 0110, 0111, 0101, 0100, 1100, and 1101. All other input combinations should be considered to be invalid. Show transcribed image text Problem 3-3 all invalid input combinations are don’t care, NOT 1111.
3-3. Design a Gray code-to-BCD code converter that gives output code 1111 for all invalid input combinations. Assume that the Gray code sequence for decimal numbers 0 through 9 is 0000, 0001, 0011, 0010, 0110, 0111, 0101, 0100, 1100, and 1101. All other input combinations should be considered to be invalid.
Expert Answer
Answer to **Note that the input ivalid combinations are “Dont care” values not 111…