1) Combinational logic circuits perform operations based solely on the current input values, without any internal stored state.
2) A combinational circuit example is a half adder, which performs the addition of two bits and outputs the sum and carry.
3) A full adder is a combinational circuit that performs the addition of three bits - two input bits and a carry in bit - and outputs the final sum bit and carry out bit.