NEW
Font size
WorksheetsData Types
Total questions: 10
Worksheet time: 5mins
Which type of data has only two values, true or false?
Boolean
Integer
Float
Character
Which data type is a number like -8.23, 0.05, 7.09?
Boolean
Float
Integer
String
Which data type is multiple characters "strung" together and can be a word or sentences?
Character
Float
Integer
String
Which data type is a single number, letter, or symbol like "A" or "!"?
Integer
String
Character
Boolean
What data type is a whole number like 9, 10, -5, or 1, 900?
Boolean
Integer
Character
String
Which example below represents Boolean data?
Up, Down, Left, Right
1 and 0
55, 6, 99
-8, 865
Which example below represents Float data?
8.77
8
0 and 1
Eight
Which example below represents String data?
0 and 1
5
5.55
"School"
Which example below is a Character?
30
F
True
3.14
Which example below is an Integer?
1
1.01
A
"Fun"
