1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Data Abstraction
Manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation.
Element
An individual value in a list that is assigned a unique index.
Index
A common method for referencing the elements in a list or string using numbers.
List
An ordered collection of elements.
Infinite Loop
Occurs when the ending condition will never evaluate to true.
Iteration
A repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
Traversal
The process of accessing each item in a list one at a time.