wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

scratch code review

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What would this line of code do?

a)

spin the object in a circle.

b)

walk to the edge of the screen

c)

change color

d)

animate a walk cycle.

2.

What does this line bit of code do?

a)

repeatedly move the sprite on the screen

b)

move the sprite to a random location on screen when it is clicked.

c)

teleports when the flag is clicked

d)

Pops the sprite.

3.

What does this line of code do?

a)

changes to a random color

b)

changes to a random color every second

c)

changes costume every second

d)

changes to a random color 10 times

4.

What does this bit of code do?

a)

teleports to a random position

b)

moves to a random position

c)

every second it moves to a random position

d)

turns blue

5.

What does this line of code do?

a)

Moves the character down 10 pixels

b)

Moves the character up 10 pixels

c)

Moves the character right 10 pixels

d)

Moves the character left 10 pixels

6.

What does this line of code do?

a)

Teleports the sprite to the edge of the screen

b)

walks the sprite to the center of the screen

c)

teleports the sprite to the center of the screen

d)

shrinks the sprite down to zero.

7.

What does this Block of code do?

a)

When spacebar is pressed the sprite gets smaller

b)

When space bar is pressed the sprite gets bigger

c)

nothing the code is broken.

d)

when space bar is pressed the camera zooms in on the sprite

8.

What does this line of code do?

a)

forever

b)

nothing

c)

Loops the code over and over forever

d)

best friends forever

9.

What does this line of code do?

a)

when flag is clicked stops the code attached to

b)

when flag is clicked stops all the movement on screen

c)

when flag is clicked stops all scripts on that sprite

d)

when flag is clicked Stops all code in your program

10.

What does this line of code do?

a)

when the x is on the left of 50 runs the following code.

b)

wait until the sprites is on the right then runs the following code

c)

nothing

d)

waits until the sprite is on the bottom of the screen then runs the following code.