• A quantity which may increase or decrease; a quantity whichadmits of an infinite number of values in the same expression; avariable quantity; as, in the equation x2 - y2 = R2, x and y arevariables.


    Variable meaning & definition 1 of Variable.


    1. An unknown number in a math equation.

    2. A named region of memory in a computer program.

    Variable meaning & definition 2 of Variable.


  • Someone who experiences extreme variations of his intelligence.

    Variable meaning & definition 3 of Variable.


  • In mathematics, a variable is a symbol or letter, such as x or y, that represents a value. In algebraic equations, the value of one variable is often dependent on the value of another. For example, in the equation below, y is the dependent variable because its value is based on the value assigned to the independent variable x.
    y = 10 2x
    The equation above may also be called a function since y is a function of x. If x = 1, then y = 12. If x = 2, then y = 14.
    Variables are also used in computer programming to store specific values within a program. They are assigned both a data type as well as a value. For example, a variable of the string data type may contain a value of sample text while a variable of the integer data type may contain a value of 11. Some programming languages require variables to be declared before they can be used, while others allow variables to be created on the fly. The data type, if not defined explicitly, is determined based on the initial value given to the variable.
    A function within a program may contain multiple variables, each of which may be assigned different values based on the input parameters. Likewise, a variable may also be used to return a specific value as the output of a function. In the Java example below, the variable i is incremented during each iteration of the while loop, and x is returned as the output.
    while (i {  x = x 10;  i ;}…return x;
    As the name implies, the value of a variable can change. Variables that store values that do not change are called constants.

    Variable meaning & definition 4 of Variable.

Similar Words

What is Define Dictionary Meaning?

Define Dictionary Meaning is an easy to use platform where anyone can create and share short informal definition of any word.
Best thing is, its free and you can even contribute without creating an account.



This page shows you usage and meanings of Variable around the world.