Home
Explore
Exams
Search for anything
Search for anything
Login
Get started
Home
Engineering
AP Computer Science A
Unit 10: Recursion
Recursion
Studied by 84 people
5.0
(1)
Add a rating
View linked note
Learn
A personalized and smart learning plan
Practice Test
Take a test on your terms and definitions
Spaced Repetition
Scientifically backed study method
Matching Game
How quick can you match all your cards?
Flashcards
Study terms and definitions
1 / 3
Earn XP
Description and Tags
Computer Science
AP Computer Science A
Unit 10: Recursion
Add tags
4 Terms
View all (4)
Star these 4
1
recursion
a way to make a function call itself
New cards
2
recursive call
distinguishing characteristics of a recursive method, relates to the method call itself
New cards
3
base case
a way to stop recursive calls
New cards
4
call stack
keeps track of the methods that are being called when the code runs, as well as local variables and where the call returns to
New cards