Relier Pairs Unite 5 VocabVersion en ligne idk but ily par Cristobal Garcia 1 Data abstraction: 2 Infinite loop: 3 Index: 4 Iteration: 5 Traversal: 6 Element: 7 List: an ordered collection of elements the process of accessing each item in a list one at a time. a common method for referencing the elements in a list or string using numbers occurs when the ending condition will never evaluate to true. an individual value in a list that is assigned a unique index a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met. manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation.