Multiple choice

Define what a variable is in programming

  1. A memory location.

  2. A memory store that you cannot change.

  3. A value.

  4. A memory store that you can change.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A variable is a named memory location used to store data that can be modified or updated during the program's execution. This distinguishes it from a constant.