wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SCR1 Recap Day 2

Total questions: 7

Worksheet time: 7mins

Name
Class
Date
1.

What are coordinates used for?

a)

To move a sprite up and down

b)

To know the position of a sprite

c)

To move a sprite to a specific position

d)

To change the sprite costume

2.

Which directions are X and Y?

a)

X: Left & Right ; Y: Up and Down

b)

X: Up and Down ; Y: Left and Right

c)

X: Up and Down ; Y: Left and Down

d)

All of the above

3.

What are the coordinates of this ship?

a)

X: -100 ; Y: 100

b)

X:100 ; Y: -100

c)

X:100 ; Y:100

d)

X-100 ; Y-100

4.

How can you make a bat sprite continuously flap its wings?

a)

Using spacebar to trigger next costume

b)

Using a forever loop and next costume

c)

Using two sprites and hiding and showing both

d)

Using clone and delete

5.

How many steps will the sprite move when space key is pressed?

a)

10

b)

50

c)

100

d)

500

6.

If I want to create a clone of myself, which two blocks do I need to have in my script?

a)

When I start as a clone

b)

Create clone of myself

c)

Delete this clone

d)

When green flag is clicked

7.

What will you see when this code runs?

a)

As the mouse moves, there will be clones created

b)

There will be many clones appearing randomly

c)

The sprite will be moving with the mouse

d)

Nothing