Multiple choice

In computer programming, what is a variable ?

  1. Not consistent or having a fixed pattern; liable to change

  2. Somewhere to store functions

  3. Names used to store one or morevalues e.g. a users ages

  4. A symbol that represents a quantity

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Variables are named containers for storing values that can be changed. Option C correctly describes variables as named storage for values like age.