wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Bouncing off the edge

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

Look at the slide. When a sprite touches the screen edge, what should it do to keep moving safely?

a)

Bounce off the edge and turn

b)

Stop and freeze at the edge

c)

Disappear from the screen

d)

Move only upward forever

2.

Which block makes the sprite move each time?

a)

set x to 0

b)

when flag clicked

c)

if on edge, bounce

d)

move 10 steps

3.

If the cat keeps moving and reaches the edge, what should happen?

a)

It bounces back safely

b)

It falls off the stage

c)

It hides behind blocks

d)

It freezes and stops

4.

You want the sprite to start from the center. What should you set?

a)

x to 0 and y to 0

b)

x to -139 and y to 29

c)

x to 10 and y to 10

d)

x to 90 and y to 90

5.

A sprite moves left to right and bounces at the edge. What setting stops it from turning upside down?

a)

Use change costume on bounce

b)

Turn on random spin effect

c)

Pick all around rotation style

d)

Choose left-right rotation style

6.

Which picture shows the cat spinning and turning on all sides?

a)

Logo area

b)

Case 2 image

c)

Case 1 image

d)

Case 3 image

7.

Which style changes the sprite to mirror left and right?

a)

Face lock

b)

Left-right

c)

Don’t rotate

d)

All around

8.

When using all around, what does the sprite’s body do?

a)

Faces up then down

b)

Stays straight always

c)

Only flips sides

d)

Turns in all directions

9.

What starts the code so the sprite begins moving?

a)

Touching the sprite

b)

Clicking the green flag

c)

Typing a number

d)

Pressing the space key

10.

Why do we use 'if on edge, bounce'?

a)

To speed up movement

b)

To start the program

c)

To change the sprite

d)

To turn at the border

11.

What happens inside a 'forever' loop?

a)

Blocks change into sounds

b)

Blocks run again and again

c)

Blocks run only once

d)

Blocks stop immediately

12.

Which block is placed at the top of the script?

a)

When flag clicked

b)

If on edge, bounce

c)

Set rotation style

d)

Stop all

13.

Which block changes how the sprite turns?

a)

Set rotation style

b)

Move 10 steps

c)

Forever loop

d)

When flag clicked

14.

Where does bouncing happen on the stage?

a)

Behind the backdrop

b)

At the edges

c)

At the top only

d)

Near the middle

15.

What do students learn to detect in the solution?

a)

Mouse clicks

b)

Screen edges

c)

Costume names

d)

Backdrop colors

16.

Which block checks the edge and turns the sprite?

a)

Move 10 steps

b)

Set rotation style

c)

If on edge, bounce

d)

Forever

17.

Which sprite has red stitches in both pictures?

a)

The yellow star sprite

b)

The baseball sprite

c)

The orange ball sprite

d)

The green circle sprite

18.

What color is the ball at the top in both pictures?

a)

Orange with lines

b)

Green with glow

c)

White with stitches

d)

Purple with stripes

19.

Which side shows sprites after they bounce?

a)

The bottom side picture

b)

The top side picture

c)

The left side picture

d)

The right side picture

20.

Which picture has the label Before bouncing?

a)

The left picture

b)

The corner picture

c)

The right picture

d)

The bottom picture

21.

What small icon appears at the top-left of each frame to start a program?

a)

A green flag icon

b)

A red stop sign

c)

A yellow star icon

d)

A blue heart icon

22.

If you want to see sprites before they bounce, which picture should you check?

a)

The right picture

b)

The tiny picture

c)

The bottom picture

d)

The left picture

23.

Which sprite does not change its color after bouncing?

a)

All sprites keep color

b)

Only baseball changes

c)

Only orange ball changes

d)

Only green circle changes

24.

How many balls are shown in each frame?

a)

Three balls shown

b)

Two balls shown

c)

One ball shown

d)

Four balls shown

25.

Which sprite stays the biggest in both pictures?

a)

The tiny star sprite

b)

The baseball sprite

c)

The orange ball sprite

d)

The green circle sprite

26.

What do the pictures help you compare?

a)

Shapes and letters

b)

Day and night skies

c)

Cat and dog sizes

d)

Before and after bounce

27.

When you press the green flag, what usually happens in Scratch?

a)

The colors change

b)

The sprites delete

c)

The screen turns off

d)

The program starts