Chapter 2: Basics Flashcards
(5 cards)
1
Q
A location in memory used for storing data and given a name in a computer program is called a________ because the data in the location can be changed.
A
Variable
2
Q
An identifier that cannot be used as a variable name is a________ word.
A
Reserved
aka keyword
3
Q
Before a variable is used it must be _______
A
Declared
4
Q
An order to the computer saying “set the value of this variable to what I have written down”
A
Assignment Statement
5
Q
A