Boolean Circuits Flashcards
1
Q
-Define Half Adder
A
- Adds two single-bit Binary numbers together
- XOR Sum
- AND Carry
2
Q
Define Full Adder
A
- Adds two multiple bit binary numbers
- Two half adders
- AB XOR XOR Sum
- C AND AND OR C out
3
Q
Define D-type flip-flop
A
- Delay
- synchronous sequential circuit, store value of a single binary digit
- Data and Clock Input
4
Q
Define Edge-triggered D-type Flip-Flop
A
- Delay
- Data is processed at rising edge of each signal change
- BOTH UP