721 views
0 votes
0 votes
Design a combinational Circuit that converts a binary number of 4-bits  to decimal number in BCD. Note that the BCD number is the same as the binary number as long as the digit is 9 or less than 9. binary numbers from 1010 to 1111 converts into BCD numbers from  1 0000 to 1 0101.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
2
0 votes
0 votes
0 answers
4
ajaysoni1924 asked Apr 2, 2019
329 views
Design a combinational Circuit that converts a 4-bit gray code number to a 4-bit straight binary number. Implement the circuit with Exclusive OR gates.