wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch 2

Total questions: 10

Worksheet time: 50mins

Name
Class
Date
1.

Which direction does the crab go with below blocks with point in direction 90?

a)

Up

b)

Down

c)

Left

d)

Right

2.

What other block can I use to replace "MOVE 10 STEPS" (with point in direction 90) considering I would like the same motion effect on the crab?

a)
b)
c)
d)
e)
3.

What is the difference between A. and B.?

a)

When green flag is clicked, A. moves to the RIGHT while B. moves to the LEFT

b)

When green flag is clicked, A. moves only 10 steps to the RIGHT while B moves 10 steps to the RIGHT till the edge of screen

c)

When green flag is clicked, A. moves only 10 steps UP while B moves 10 steps UP till the edge of screen

4.

What is the difference on the motion effect if I use (A) GO TO HEN vs. (B) GLIDE TO HEN?

a)

No difference

b)

For A, chick will instantly show up at Hen whereas for B, chick will gradually go to hen

c)

For A, chick gradually go to hen whereas for B, chick will instantly show up at Hen

5.

How can we add Score or Timer to a game?

a)

Go to Variable

b)

Go to Motion

c)

Go to Sensing

d)

Go to Control

6.

As I move the mouse pointer around, the pencil will remain at the same XY position but pointing at wherever the mouse pointer goes. What are the codes required to make this effect?

a)
b)
c)
d)
7.

A diver is swimming in the ocean. What happens if we code with blocks marked A?

a)

Diver will go 200 pixels to the top when right arrow key is pressed

b)

Diver will go 200 pixels to the right when right arrow key is pressed

c)

Diver will SET its coordinate exactly at X= 200 when right arrow key is pressed

8.

What is the difference when we code with A vs. B?

a)

For A, diver appears instantly at 200 pixels to the right while B, diver gradually moves 200 pixels to the right.

b)

For A, diver gradually moves 200 pixels to the right while B, diver gradually moves 10 pixels to the right

c)

a) For A, diver sets its X coordinate at X 200 while B, diver sets its coordinate at X 10.

9.

How to code the Star to constantly grow big and small?

a)
b)
c)
10.

Can you help Andy throw the basketball higher without changing the speed of the ball?

a)

Increase repeat from 10 to 20

b)

Increase change y by from 5 to 10

c)

Add another block change y by 5

d)

Remove change y block. Replace it with set y to 10