Computer Science for IGCSE & O level - Programming (Section 6 - No. 25)
In the context of programming, what is a variable?
A fixed value that cannot be changed.
A named storage location for data.
A type of loop structure.
A mathematical operator.
Explanation
A variable stores data that can change during program execution.
Comments (0)
