The most basic forms of data that can be stored within a Computer
- Integer: Whole numbers
- Double/Float: Decimal numbers
- Boolean: True / False statement
- Character: single characters, represented in ASCII format
- String: Collection of characters
The most basic forms of data that can be stored within a Computer