Variable
Variable is a computer programming term which refers to a named memory location (storage) which contains data or values. The variable name is used as reference of storage value.
It is called variable because the represented values can change but the operation on the variable remains the same.
A variable is composed with a variable name and a data type. Data types determines the types of value such as integer, float, character etc. it can hold.
There are naming conventions of variable name that must be followed to compose a variable name.
Example:
int a, b c; a=b+c;
Variable is a condition or factor, usually in an experiment, that is capable of changing or being changed.
Webster Dictionary Meaning
- Liable to vary; too susceptible of change; mutable; fickle; unsteady; inconstant; as, the affections of men are variable; passions are variable.
- A quantity which may increase or decrease; a quantity which admits of an infinite number of values in the same expression; a variable quantity; as, in the equation x2 - y2 = R2, x and y are variables.
- A shifting wind, or one that varies in force.
- Those parts of the sea where a steady wind is not expected, especially the parts between the trade-wind belts.
More from this Section
- Impossible figure
... - Bender-Gestalt Test
Bender-Gestalt Test is a test for brain damage which requires the subject to copy some ... - Mundane realism
Mundane realism is a term sometimes used in social psychology to denote everyday reality ... - Free association
Free association is the one of the techniques used by Freud in developing psychoanalysis. ... - Object
An object in object-oriented programming is a complex data structure along with ...