Lecture 5 Flashcards
1
Q
Describe the half bit
A
The half-adder accepts two binary digits on its inputs and produces two binary digits on its outputs — a sum bit and a carry bit.
2
Q
What operation follows the carry bit and the sum of the half adder
A
Cout = AND
Sum = XOR
3
Q
Describe the full adder
A
The full-adder accepts two input bits and an input carry and generates a sum output and an output carry.
The basic
4
Q
A