BCD Adder
Presented by
Nokibul Islam Nerob
ID : 191002254
Contents
 BCD Adder
 Maximum Limit of Addition
 BCD and Binary Adder Truth Table
 Algorithm for BCD Adder
 Logic Diagram of BCD Adder
BCD Adder
 A 4-bit binary adder
 Is capable of adding two 4-bit words having a BCD (binary-coded decimal) format
 Result will be in BCD-format 4-bit output word
Limit of Addition
 9 + 9 = 18
 9 + 9 + 1 = 19 (Carry)
BCD and Binary Adder Truth Table
Algorithm for BCD Adder
 If the sum is up to 9 - regular adder
If the sum is > 9 - must add 6
Algorithm for BCD Adder
• Add “0110” when –
i. C* = 1
ii. S3*.(S2* + S1*)
• Finally equation is
C* + S3*.S2* + S3*.S1*
Logic Diagram of BCD Adder

Presentation bcd adder