wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch!

Total questions: 8

Worksheet time: 80secs

Name
Class
Date
1.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
2.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
3.
What is a variable?
a)
Something that can change
b)
Instructions telling the program what to do
c)
Has an input and an output
d)
Forever if
4.

Which of these would be most likely to be a variable in a game?

a)

score

b)

a castle backdrop

c)

a "go to x;y" block

d)

a costume for your sprite

5.

Which of the following best describes the BROADCAST function in Scratch?

a)

Makes a speech bubble appear over your sprite's head

b)

Plays a sound

c)

Sends out an invisible signal

d)

Changes the colors on the screen

6.

If your sprite is at the coordinate 0,0 where on the screen is it?

a)

Dead center

b)

Bottom Left Corner

c)

Top Left Corner

d)

Top Right Corner

7.

Which of the following is correct?

a)

X Axis is left-right, Y Axis is up-down

b)

Y Axis is left-right, Y Axis is up-down

c)

Y Axis is only negative numbers, X Axis is only positive numbers

d)

Y Axis is only positive numbers, X Axis is only negative numbers

8.

If the "W" key moves the character up, which of the following is TRUE...

a)

The code stack for W should include "Change y by -10"

b)

The code stack for W should include "Change x by 10"

c)

The code stack for W should include "Change y by 10"

d)

The code stack for W should include "Change x by -10"