AP CSP Unit 6 Vocab

0.0(0)
studied byStudied by 33 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

list

an ordered collection of elements

2
New cards

element

an individual value in a list that is assigned a unique index

3
New cards

index

a common method for referencing the elements in a list or string using numbers

4
New cards

iteration

a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met

5
New cards

infinite loop

occurs when the ending conditon will never evaluate to true

6
New cards

traversal

the process of accessing each item in a list one at a time

7
New cards

data abstraction

manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation