Skip to main content

Section 9.15 Glossary

Glossary Glossary

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

Activity 9.15.1.

Activity 9.15.2.

You have attempted of activities on this page.