Study resource
Programming key terms
Study Programming with curriculum-aligned Key Terms resources, practice links, and exam-focused support.
At a glance
key terms
Resource type
Topic
Programming
AqaA LevelComputer ScienceFundamentals of programming
Key terms
Recursion
A programming technique where a function or procedure calls itself to solve a problem.
Base case
The condition in a recursive solution that is solved directly and prevents another recursive call.
Related topics
