Shared Flashcard Set

Details

08-Lists
Python for Informatics - Dr. Charles Severance
11
Computer Science
Not Applicable
08/09/2015

Additional Computer Science Flashcards

 


 

Cards

Term
aliasing
Definition
A circumstance where two or more variables refer to the same object.
Term
delimiter
Definition
A character or string used to indicate where a string should be split.
Term
element
Definition
One of the values in a list (or other sequence); also called items.
Term
equivalent
Definition
Having the same value.
Term
index
Definition
An integer value that indicates an element in a list.
Term
identical
Definition
Being the same object (which implies equivalence).
Term
list
Definition
A sequence of values.
Term
list traversal
Definition
The sequential accessing of each element in a list.
Term
nested list
Definition
A list that is an element of another list.
Term
object
Definition
Something a variable can refer to. An object has a type and a value.
Term
reference
Definition
The association between a variable and its value.
Supporting users have an ad free experience!