Multiple choice Define what a variable is in programming A memory location. A memory store that you cannot change. A value. 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.