بسم الله الرحمن الرحيم |
|
|
|||||||
|
|
|||||||
|
Half Adders A half adder is designed to combine two binary digits and produce a carry. So, it has two inputs bits and can generate a sum bit plus a carry. So there should be two bits of output.
Truth table and two logic blocks for HA:
c=xy
S=xy
Full Adders: Full adder becomes necessary when a carry input must be added to the two binary digits to obtain the correct sum. A half adder has no input for carries from previous circuits. Characteristics of FA:
Truth table and two logic blocks for FA:
|
- Unconventional Number System - Additive & Non-additive Multiplier - Counters |
|