Chap. 8 (Lists) Flashcards
Define Aliasing
A circumstance were two or more variables referred to the same object.
Define Delimiter
A character or string used to indicate where a string should be split.
Define Element
One of the values in a list (or other sequence); also called items.
Define Equivalent
Having the same value.
Define Index
An integer value that indicates an element in a list.
Define Identical
Being the same object (which implies equivalence).
Define list
A sequence of values.
Define list traversal
The sequential accessing of each element in a list.
Define nested list
A list that is an element of another list.
Define object
Something a variable can refer to. An object has a type and a value.
Define reference
The association between a variable in its value.