wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch programming -Variables

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Variable is

a)

value that does not change

b)

used to control the program

c)

something to send message to user

d)

a box inside computer memory to store something

2.

Variable is something that can vary

a)

True

b)

False

3.

A variable can hold many values

a)

True

b)

False

4.

How many blocks are under variables

a)

3

b)

4

c)

5

d)

6

5.

What does this block do?

a)

Make the variable "my pets" to hold 5

b)

Add 5 to existing value of the variable "my pets"

c)

Subtract 5 from existing value of the variable "my pets"

d)

None of the above

6.

What does this block do?

a)

Make the variable "my pets" to hold 1

b)

Add 1 to existing value of the variable "my pets"

c)

Subtract 1 from existing value of the variable "my pets"

d)

None of the above

7.

What does this block do?

a)

Make the variable "my pets" to hold 2

b)

Add 2 to existing value of the variable "my pets"

c)

Subtract 2 from existing value of the variable "my pets"

d)

None of the above

8.

What is the variable in this script?

a)

forever

b)

if

c)

age

d)

say

9.

A Variable can hold a value that can be:

a)

Names.

b)

Numbers

c)

a name.

d)

a number

10.

How do you delete a variable in Scratch?

a)

Press the 'Backspace' key.

b)

Drag the variable to the trash bin.

c)

Use the 'Remove' block from the variable menu.

d)

Right-click and select 'delete'.