Recursive routine
a routine definded in terms of itself
General case
the solution in terms of itself for a value n
Base case
a value that has a solution which does not involve any reference to the general case solution
Stack frame
the locations in the stack area used to store the values referring to one invocation of a routine