What is a named storage location in a program that holds data which can change?
AFunction
BLoop
CVariable
DCompiler
Explanation
– A variable stores data that can change while a program runs.
– It has a name and usually a specific data type.
– Examples include storing a number or piece of text.
Exam Relevance
- Topic: Programming Basics
- Subtopic: Programming Concepts

No Comments