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
2
Q
the object a variable stores
A
value
3
Q
keyword used to create a variable
A
define
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)