EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

Half adder

@ashehadeh
4 years ago
https://everycircuit.com/circuit/5723088358211584
A half adder is a logical circuit that performs an addition operation on two binary digits. The half adder produces a sum and a carry value which are both binary digits. A half adder has two inputs, generally labelled A and B, and two outputs, the sum S and carry C. S is the two-bit XOR of A and B, and C is the AND of A and B. Essentially the output of a half adder is the sum of two one-bit numbers, with C being the most significant of these two outputs. The drawback of this circuit is that in case of a multibit addition, it cannot include a carry.
Comments
Post