wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lesson 1: Variables (Activity)

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Determines the type of data that a variable can hold

a)

Data Type

b)

Category Type

c)

Variable Type

d)

Data

2.

a whole number that can have a positive, negative, or zero value.

a)

Integer

b)

String

c)

Boolean

d)

Float

3.

any number, letter, space, or symbol that can be entered in a computer.

a)

Integer

b)

String

c)

Character

d)

Boolean

4.

used to represent text.

a)

Integer

b)

String

c)

Character

d)

Float

5.

a number that contains decimals.

a)

Integer

b)

String

c)

Boolean

d)

Float

6.

used for creating true or false statements.

a)

Integer

b)

Boolean

c)

String

d)

Float

7.

10 == 5 , True or False

a)

True

b)

False

8.

10 >= 5 , True or False

a)

True

b)

False

9.

10 == 5 && 10 <= 11 , True or False

a)

True

b)

False

10.

Used to store information to be referenced and manipulated in a computer program.

a)

Data

b)

Variables

c)

Box

d)

Container

11.

10 != 10, True or False

a)

True

b)

False

12.

5 <= 5, True or False

a)

True

b)

False

13.

!(2==2), True or False

a)

True

b)

False