
The adder is a 4-bit ripple carry added, where 4 1-bit full adders are connected. The output result is 4-bits in binary and the carry of the calulation.
In the switches select both 4-bit numbers, where the first 4 switches are for the first number and the last 4 are for the second number.
None.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | a0 | s0 | |
| 1 | a1 | s1 | |
| 2 | a2 | s2 | |
| 3 | a3 | s3 | |
| 4 | b0 | c | |
| 5 | b1 | ||
| 6 | b2 | ||
| 7 | b3 |