Draw logic circuit for a converter that converts 4 bit binary input to its equivalent BCD number. 8m Jun2008

By | March 23, 2016

Draw logic circuit for a converter that converts 4 bit binary input to its equivalent BCD number. 8m Jun2008

A four bit number can be any number value between 0 to 15  i.e.  0 to F in Hexadecimal.

BCD is a number which is represented in binary as a decimal number hence it can have a max of 9 number value in the representation and the number ranging from 10 to 15 will need two digits and their will be common value 1 in all number from 10 to 15.

Table_BCD

Truth Table: –

BCD_True_Table

K map for O1: –

Kmap013

K map for O2: –

Kmap014

K map for O3: –

Kmap015

K map for O4: –

Kmap016

K map for O5: –

Kmap017

Logical and Block Diagram: –

Logic_Diag08

                      Block Diagram for 4 bit to BCD conversion.