wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Variables in Scratch

Total questions: 11

Worksheet time: 55mins

Name
Class
Date
1.

A variable like this one, can only hold one value at a time

a)

True

b)

False

2.

A Variable can hold a value that can be:

a)

Names.

b)

Numbers

c)

a name.

d)

a number

3.

Variables can be used for:

a)

Keeping score

b)

Counting

c)

Controlling the flow of the program

d)

Starting a program

4.

By Default, there are _______ blocks under Variables

a)

3

b)

4

c)

5

d)

6

5.

What does this block mean?

a)

number of days = 5

b)

increase number of days by 5

c)

make the variable 'number of of days' hold a value of 5

d)

Add 5 to whatever value number of days was holding before.

6.

What does this block mean?

a)

number of days = 12

b)

increase number of days by 12

c)

make the variable 'number of days' hold a value of 12

d)

Add 12 to whatever value number of days was holding before.

7.

If this script is given to a sprite, what will the sprite say?

a)

5

b)

6

c)

30

d)

11

8.

If this script is given to a sprite, what will the sprite say?

a)

14

b)

10

c)

-10

d)

4

9.

If this script is given to a sprite, what will the sprite say?

a)

3

b)

9

c)

2

d)

8

10.

If this script is given to a sprite, what will the sprite say?

a)

3

b)

9

c)

5

d)

8

11.

If this script is given to a sprite, what will the sprite say?

a)

7

b)

9

c)

5

d)

8