



|
|
CS1 Course Site
|
Compilation of Powerful Ideas ( Cognitive and Computational )
Top 10 list of Powerful Ideas
variables
|
|
A variable is a name (identifier) which represents some concept and which may denote a value.
Variables have to be the second most powerful idea presented this semester, considering it would be quite difficult to write programs without being able to store any data, which is a variable's primary function.
|
|