CS Awesome - Unit 10 Vocabulary

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

Last updated 8:23 PM on 3/31/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

base case

A way to stop the recursive calls. This is a return without a recursive call.

2
New cards

call stack

A class defines what all objects of that class know (fields) and can do (methods). You can also have data and behavior in the object that represents the class (class fields and methods). All objects of a class have access to class fields and class methods, but these can also be accessed using className.field or className.method().

3
New cards

recursive method

A method that contains at least one call to itself inside the method.

4
New cards

Explore top notes