Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
AP Computer Science A
Unit 10: Recursion
Recursion
5.0
(1)
Rate it
Studied by 85 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/3
Earn XP
Description and Tags
Computer Science
AP Computer Science A
Unit 10: Recursion
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
4 Terms
View all (4)
Star these 4
1
New cards
recursion
a way to make a function call itself
2
New cards
recursive call
distinguishing characteristics of a recursive method, relates to the method call itself
3
New cards
base case
a way to stop recursive calls
4
New cards
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