Common Computer Science References
Create a single 1/2 adder. This will add 2 single bit binary numbers together and show the answer. Since you are only using 1 bit, this is just a positive binary number, not 2s complement. Instead of using switches to input the 0s & 1s, you will write a program (like machine code!) using a microcontroller (any one you want) that will cycle through the input. Ensure you leave a delay (1 second) between each row in the truth table.