AQA A2 Computing 2.2 Recursion Flashcards
1
Q
Recursive routine
A
a routine definded in terms of itself
2
Q
General case
A
the solution in terms of itself for a value n
3
Q
Base case
A
a value that has a solution which does not involve any reference to the general case solution
4
Q
Stack frame
A
the locations in the stack area used to store the values referring to one invocation of a routine