Test 2 Flashcards
1
Q
Number of times a recursive function is called
A
Depth of recursion
2
Q
The breaking point in a recursive function
A
Base case
3
Q
Functions that call themselves directly are
A
Directly recursive
4
Q
A function that calls a other function that calls the original function is
A
Indirectly recursive
5
Q
A recursive function is
A
A function that calls itself