Binary Addition
1+0 = 01 0+1+1 = 10 1+1+1 = 11 1+0+0 = 01
Arithmetic Logic Unit (ALU)
Hardware that performs addition, subtraction, and usually logical operations such as AND and OR.
Exception
Also called interrupt on many computers. An unscheduled event that disrupts program execution; used to detect overflow.