AP CSP Unit 6 Vocab

studied byStudied by 2 people
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

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 conditon 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