1.1.2 Naming and the Environment Flashcards

1
Q

variable

A

an abstract storage location paired with an associated symbolic name that stores a value

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

the object a variable stores

A

value

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

keyword used to create a variable

A

define

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

The possibility of associating values with symbols and later retrieving them means that the interpreter must maintain some sort of memory that keeps track of the name-object pairs. What is this memory called?

A

enviroment

(more precisely the global environment)

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