The half adder is an example of a simple, functional digital
circuit built from two logic gates. The half adder adds to one-bit
binary numbers (AB). The output is the sum of the two bits (S) and the
carry (C). Note how the same two inputs are directed to two different
gates. The inputs to the XOR gate are also the inputs to the AND gate.
The input "wires" to the XOR gate are tied to the input wires of the
AND gate; thus, when voltage is applied to the A input of the XOR gate,
the A input to the AND gate receives the same voltage.
Let's Simplify Electronics... A Blog for Beginners in Electronics... A great collection of Electronics related contents from Web and Text Books... More than 565K+ Visitors, 400+ posts, 15+ Bloggers and 25+ different areas in Electronics... A non-profit Blog...
Friday, May 11, 2012
Subscribe to:
Post Comments (Atom)
The half adder adds to one-bit binary numbers (AB)
ReplyDeleteshould be
The half adder adds two one-bit binary numbers (AB)