Update

One new tab added. Open in browser view if it is not visible. (08/08/2025 12:56)

2-bit Full Adder

Before diving into advanced electronics, I wanted to revisit the foundations of digital logic. This time, I decided to build a full adder circuit.

What is a Full Adder?
A full adder is a digital circuit that adds three binary inputs and gives two outputs:
  • Sum
  • Carry

Truth table
A B C_in Sum C_out
00000
00110
01010
01101
10010
10101
11001
11111

No comments: