adder (circuit)
RU: сумматор
A digital circuit that adds binary numbers. A half-adder takes two single-bit inputs and produces a sum bit (XOR) and a carry bit (AND). A full-adder extends this with a carry-in, allowing adders to be chained for multi-bit addition. The arithmetic logic unit (ALU) inside every CPU is built from cascaded full-adders.