Unit 5 Course 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 / 6

flashcard set

Earn XP

Description and Tags

7 Terms

1
List
an ordered collection of elements
New cards
2
Element
an individual value in a list that is assigned a unique index
New cards
3
Index
a common method for referencing the elements in a list or string using numbers
New cards
4
Iteration
a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
New cards
5
Infinite loop
occurs when the ending condition will never evaluate to true.
New cards
6
Traversal
the process of accessing each item in a list one at a time.
New cards
7
Data abstraction
manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation.
New cards
robot