What does Variable refer to?
- A. The process of translating source code written in a high-level language into machine code before execution.
- B. A variable that stores the memory address of another variable.
- C. A programming construct that repeats a block of code while a condition is true.
- D. A named storage location in memory that holds a value which can change during program execution. ✓
Correct answer
D. A named storage location in memory that holds a value which can change during program execution.
Explanation
Variable refers to a named storage location in memory that holds a value which can change during program execution.