Answer:
<u>a. Symbolic names made up by the programmer that represents locations in the computer's RAM.</u>
Step-by-step explanation:
Note that in programming, variables value can change, depending on the instructions of the programmer.
For example, if two values 10 and 20 are to be stored in a program and used.
The Programmer would do the following:
-
Create variables with symbolic names,
- Store the values in those two variables,
- Retrieve and use the stored values from the variables.
<em>A variable name could be like age, sex, salary, year 2020 etc.</em>
<em></em>