1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
A data type is a category for a value. It describes what the value represents and how it can be used. It encompasses all data types.

Integers
Is any number without a decimal point. It includes negative numbers, positive numbers, and zero.

Floats
Is any number with a decimal point. The name comes from the term floating pint number because the decimal point ‘_blank_’ between digits.
Booleans
Is a truth value. It can only be one of two possible values: True or False

Strings
It is text, shortened from: a sting of characters. A character is any letter, number, symbol, or space that we can type on a keyboard. A __ must be surrounded by “quotation marks.”
Binary data
Computers only speak in _blank_ which is is a language that consists of 1’s & 0’s. Everything can be translated to 1’s and 0’s.
Expression
String concatenation