Complete the sentence to identify the data type used for whole numbers.
The data type for numbers without decimals is called [1].
Integers are numbers without decimal points, like 1, 2, or 100.
Complete the sentence to identify the data type used for true or false values.
The data type that holds values like true or false is called [1].
Boolean data types represent two possible values: true or false.
Fix the error in the sentence about data types for text.
The data type used to store words and sentences is called [1].
Strings are used to store text like words and sentences.
Fill both blanks to describe data types for decimal numbers and collections.
Numbers with decimals use the [1] data type, while a group of items is called a [2].
Floats store decimal numbers like 3.14, and lists hold multiple items together.
Fill all three blanks to complete the description of data types for text, true/false, and whole numbers.
Text is stored as [1], true or false values use [2], and whole numbers are [3].
Strings hold text, Booleans hold true/false, and Integers hold whole numbers.
