Chap. 8 (Lists) Flashcards

1
Q

Define Aliasing

A

A circumstance were two or more variables referred to the same object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Delimiter

A

A character or string used to indicate where a string should be split.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Element

A

One of the values in a list (or other sequence); also called items.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define Equivalent

A

Having the same value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Index

A

An integer value that indicates an element in a list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Identical

A

Being the same object (which implies equivalence).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define list

A

A sequence of values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define list traversal

A

The sequential accessing of each element in a list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define nested list

A

A list that is an element of another list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define object

A

Something a variable can refer to. An object has a type and a value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define reference

A

The association between a variable in its value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly