1) A function relates an input value x to an output value y or f(x). For example, in the function f(x) = x - 5, f(12) would evaluate to 7.
2) Functions are often written using function notation like f(x) instead of y. This notation means "function of x".
3) Evaluating a function means replacing the x values in the function with numbers and calculating the output. For example, evaluating f(x) = x^2 - 3x at x = -8 would give an output of 88.