Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
AP Computer Science A
Unit 5 Course Vocabulary
0.0
(0)
Rate it
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/6
Earn XP
Description and Tags
Computer Science
AP Computer Science A
11th
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
7 Terms
View all (7)
Star these 7
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 condition 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.