what are primitive data types?
basic programming building blocks
- represented in different ways inside computer
- need varying amounts of memory
- have different operations performed on them
why must variables stored in RAM have a data type?
to let the program know how the data will be stored
what are the data types?