Data are sets of numbers and text Operaters are things that interact with data There are mathematics operaters + = additon - = subtraction * = multiplication / = division ** = exponents % = remainders There are "string" operaters + = joining strings of data together * = repeats strings of data multiple times There are comparitive operaters = = equal to =! = not equal > = greater than < = less than >= = greater than or equal to <= = less than or equal to Lastly there are logical operaters and = BOTH sets of data are true or = ONE set of data is true