wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Data Types

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which type of data has only two values, true or false?

a)

Boolean

b)

Integer

c)

Float

d)

Character

2.

Which data type is a number like -8.23, 0.05, 7.09?

a)

Boolean

b)

Float

c)

Integer

d)

String

3.

Which data type is multiple characters "strung" together and can be a word or sentences?

a)

Character

b)

Float

c)

Integer

d)

String

4.

Which data type is a single number, letter, or symbol like "A" or "!"?

a)

Integer

b)

String

c)

Character

d)

Boolean

5.

What data type is a whole number like 9, 10, -5, or 1, 900?

a)

Boolean

b)

Integer

c)

Character

d)

String

6.

Which example below represents Boolean data?

a)

Up, Down, Left, Right

b)

1 and 0

c)

55, 6, 99

d)

-8, 865

7.

Which example below represents Float data?

a)

8.77

b)

8

c)

0 and 1

d)

Eight

8.

Which example below represents String data?

a)

0 and 1

b)

5

c)

5.55

d)

"School"

9.

Which example below is a Character?

a)

30

b)

F

c)

True

d)

3.14

10.

Which example below is an Integer?

a)

1

b)

1.01

c)

A

d)

"Fun"