The different types of data a computer uses to make and store things. In programming, this data is stored in a variable.Lots of things can be stored as variables:
~Strings,which include letters,numbers,spaces,and other characters on the computer keyboard wrapped in quotes.
~Numbers ,such as 1,2,3, or 4.12
~Booleans,which are expressions that are either "true" or "false"