← ProblemsCircuits / Combinational Logic / Arithmetic Circuits
Full adder
64%arithmeticBuild a full adder: it adds three single bits (a, b, and a carry-in cin) and produces a sum bit and a carry-out bit. The two outputs together form the 2-bit result a + b + cin.