Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Variable

Variable

A variable is a named location that holds a value.

Related concepts:  NameValueAssignment

Closest Wikipedia entry:  Variable (computer science)

Misconceptions about Variable
35 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
AssignmentCopiesObject
Assignment copies the object
Misconception
NoAtomicExpression
Expressions must consist of more than one piece
Misconception
SelfAssignable
Reassigning self changes the object on which a method is called
Misconception
VariablesHoldExpressions
= stores an expression: it stores a reference to the expression in a variable
Misconception
VariablesHoldObjects
A variable contains a whole object

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors