Conditionals

From Computer Science Wiki
Revision as of 20:33, 18 September 2016 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Programming basics<ref>http://www.flaticon.com/</ref> In computer programming, a variable is a storage location paired with an associated symb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Programming basics[1]

In computer programming, a variable is a storage location paired with an associated symbolic name (an identifier) which contains a value.[2]

In other words, a variable is a storage location for data. Variables have names. Some computer language mandate you assign a data type to variables.

Standards[edit]

  • Define the terms: variable, constant, operator, object.

References[edit]