Embed presentation
Download to read offline








The document discusses a BCD adder, which is a 4-bit binary adder capable of adding two 4-bit numbers in BCD format and producing a 4-bit BCD output. It explains that the maximum limit for addition in BCD is 9+9=18 before carrying. It also provides the algorithm for BCD addition, which involves adding 6 (0110 in binary) when the sum is greater than 9 and there is a carry, to correctly produce the BCD output. Finally, it mentions that the logic diagram of a BCD adder will be presented.
Introduction of the BCD adder presented by Nokibul Islam Nerob, ID: 191002254.
Contents of the presentation, covering BCD Adder, its limits, truth table, algorithm, and logic diagram.
A 4-bit binary adder that adds two BCD format numbers outputting a 4-bit BCD result.
Maximum sum limits in a BCD Adder: 9 + 9 equals 18, and 9 + 9 + 1 equals 19 (carry included).
Presentation of the truth table for BCD and binary adders relating inputs to outputs.
Basic algorithm showing how to process sums in BCD: sums up to 9 use regular addition, over 9 adds 6.
Specifics of the algorithm detailing when to add '0110' based on conditions using carry and sum bits.
Illustration of the logic diagram that shows how the BCD adder operates at a schematic level.







