Design of Binary to BCD Code Converter Circuit

In this topic, you study how to design Binary to BCD Code Converter Circuit and draw the logic diagram.


Truth table

The input is a 4-bit binary code (A B C D) so 16 (${2^4}$) combinations are possible. Hence the output should have 8-bit, but first three bits will all be a 0 for all combinations of inputs, the output can be treated as 5-bit BCD code (W X Y Z E). The conversion of binary code into BCD code as shown in

Read more

error: Content is protected !!