Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the sentence to identify the data type used for whole numbers.
No-Code
The data type for numbers without decimals is called [1].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Float because it sounds like a number
Confusing String with numbers
✗ Incorrect
Integers are numbers without decimal points, like 1, 2, or 100.
2fill in blank
mediumComplete the sentence to identify the data type used for true or false values.
No-Code
The data type that holds values like true or false is called [1].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing String because true and false look like words
Choosing Integer because true can be 1
✗ Incorrect
Boolean data types represent two possible values: true or false.
3fill in blank
hardFix the error in the sentence about data types for text.
No-Code
The data type used to store words and sentences is called [1].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Integer because of numbers in text
Choosing Boolean because of true/false words
✗ Incorrect
Strings are used to store text like words and sentences.
4fill in blank
hardFill both blanks to describe data types for decimal numbers and collections.
No-Code
Numbers with decimals use the [1] data type, while a group of items is called a [2].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing Integer and Float
Confusing List with Boolean
✗ Incorrect
Floats store decimal numbers like 3.14, and lists hold multiple items together.
5fill in blank
hardFill all three blanks to complete the description of data types for text, true/false, and whole numbers.
No-Code
Text is stored as [1], true or false values use [2], and whole numbers are [3].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing Float with Integer
Confusing Boolean with String
✗ Incorrect
Strings hold text, Booleans hold true/false, and Integers hold whole numbers.