0
0
No-Codeknowledge~10 mins

Data type planning in No-Code - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete 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'
AString
BInteger
CBoolean
DFloat
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Float because it sounds like a number
Confusing String with numbers
2fill in blank
medium

Complete 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'
AString
BInteger
CList
DBoolean
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing String because true and false look like words
Choosing Integer because true can be 1
3fill in blank
hard

Fix 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'
AString
BBoolean
CFloat
DInteger
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Integer because of numbers in text
Choosing Boolean because of true/false words
4fill in blank
hard

Fill 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'
AFloat
BInteger
CList
DBoolean
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing Integer and Float
Confusing List with Boolean
5fill in blank
hard

Fill 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'
AString
BBoolean
CInteger
DFloat
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing Float with Integer
Confusing Boolean with String