Perustietotyypit
Perustietotyypit, or primitive data types, are the most basic building blocks of data representation in programming. They represent simple values that are not composed of other data types. These types are fundamental to how software handles information, from numbers and characters to true/false values.
Common examples of perustietotyypit include integers, which represent whole numbers, and floating-point numbers, used for numbers
The exact set of perustietotyypit and their specific characteristics can vary slightly between different programming languages.