What is a named storage location in a program that can hold changing data called?
AFunction
BLoop
CCompiler
DVariable
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 a piece of text.
Exam Relevance
- Topic: Programming Basics
- Subtopic: Programming Concepts

No Comments