CS Awesome - Unit 10 Vocabulary

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 3

flashcard set

Earn XP

Description and Tags

Recursion

4 Terms

1

base case

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

New cards
2

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().

New cards
3

recursive method

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

New cards
4

filler term

filler definition

New cards
robot