Breadcrumbs Section. Click here to navigate to respective pages.
Chapter

Chapter
H
DOI link for H
H book
H
DOI link for H
H book
Edited ByDipak Basu
Edition 1st Edition
First Published 2000
Imprint CRC Press
Pages 16
eBook ISBN 9781315219608
ABSTRACT
H half-adder Forms the basis of multi-digit addition or subtraction of base-2 numbers. It is the smallest operational block that performs elementary binary addition or subtraction on a single digit. The half-adder has two inputs X and Y for the addend and augend. Normally a combinational circuit, it provides sum, S, and carry, C, outputs based on the immediate input conditions. The operation of the half-adder is defined by
S = (X ⊗ Y )⊕ (X ⊗ Y ) ≡ (X ⊕ Y )⊕ (X ⊗ Y )
C = X ⊗ Y , and is illustrated in the accompanying truth table.