All Subjects
Light
AP Computer Science A
A list is an ordered collection of elements where each element has its own unique position or index within that collection.
Index: A numerical representation assigned to each element in a list indicating its position/order.
Array: A fixed-size data structure that stores elements with consecutive indices.
Traversal: The process of accessing each element in a list or collection, usually sequentially.