Multiple choice Define what a constant 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 B Correct answer Explanation A constant is a named memory location whose value is fixed and cannot be altered once the program is running. Variables, by contrast, are designed to have their values changed.