Data types and structures
Data types: integer, real number, character, Boolean, pointer, etc. Examples: 32, 0.0264, 'a', true.
Data structures: arrays, records, files, etc.
Program = Algorithm + Data Structures
Data are stored in variables in a program. Variables take up memory space in the computer.