About 87,100 results
Open links in new tab
  1. What Is a Variable? - Computer Hope

    Jun 1, 2025 · A variable is a named unit of data that is assigned a value. If the value is modified, the name does not change. Variables are used with most programming languages and come in many …

  2. What is a Variable? - W3Schools

    Variables are one of the most basic and essential concepts in programming, used to store values. What is a Variable? A variable has a name, and you can store something in it. The image below shows …

  3. Variable in Programming - GeeksforGeeks

    Jul 23, 2025 · A variable is the basic building block of a program that can be used in expressions as a substitute in place of the value it stores. In programming, the declaration of variables involves …

  4. VARIABLE Definition & Meaning - Merriam-Webster

    The meaning of VARIABLE is able or apt to vary : subject to variation or changes. How to use variable in a sentence.

  5. What is variable? | Definition from TechTarget

    Oct 13, 2021 · What is a variable? In programming, a variable is a value that can change, depending on conditions or on information passed to the program. Typically, a program consists of instruction s that …

  6. Variable - Simple English Wikipedia, the free encyclopedia

    Variable A variable is a special type of amount or quantity with an unknown value. The opposite of a variable (that is, a known value) is called a constant.

  7. Variables in Statistics

    A variable is an attribute that describes a person, place, thing, or idea. The value of the variable can "vary" from one entity to another.

  8. LibGuides: Working with Quantitative Data: What is a Variable?

    Mar 30, 2026 · With our discussion of variables, there are some terms that we should define: Variable: In the sense used by data analysts, a variable is a set of observations of the same phenomenon.

  9. What is a variable in computer programming? - launchschool.com

    Variables What is a Variable? Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our …

  10. Understanding Variables and Expressions - eMATHinstruction

    Mar 9, 2026 · Basics of Variables and Expressions in Algebra I When students first encounter Algebra 1, the idea of using letters in place of numbers can feel strange. Some wonder why they cannot just …