Expressions
Valid unit of code that resolves to a value
Those that have side effects in assigning values such as x=7
Operations
Join operands either formed by higher precedence operators or one of the basic expressions
Precedence of operators determines the order they are applied when evaluating an expression