wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

changing costumes

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which action changes how a sprite looks during a program?

a)

Dragging the sprite to a different position on screen

b)

Programming a costume change block to switch looks

c)

Selecting a new background image for the stage

d)

Renaming the sprite in the sprite list

2.

You want a sprite to meow when clicked. What should you plan to add?

a)

A loop to repeat costume frames many times

b)

A backdrop switch to nighttime scenery

c)

A sound for the sprite and a click event

d)

A variable to store the sprite’s name

3.

In Scratch, what is a costume for a sprite mainly used to show?

a)

Blocks used for coding scripts

b)

Sound effects during animation

c)

Backgrounds for the stage area

d)

Different looks for the same sprite

4.

Look at the Scratch cat sprite. What is the best reason to change its costume during an animation?

a)

To stop the program from running

b)

To turn the stage color to green

c)

To make the sprite look like it is moving

d)

To delete the sprite from the project

5.

Which tab should you open to add or edit a sprite’s costumes in Scratch?

a)

Code tab with motion blocks

b)

Backdrop tab under the stage

c)

Costumes tab in the sprite panel

d)

Sounds tab beside the stage

6.

You want your sprite to look like it is running. Which simple plan will work best?

a)

Add two running costumes and switch between them

b)

Delete all costumes and use one backdrop

c)

Change stage color and keep one costume

d)

Add a sound block and press the green flag

7.

Look at the code block shown: when green flag clicked, repeat 6, wait 5 seconds, next costume. What will this program do when you start it?

a)

Change to a new costume six times slowly

b)

Change to a random costume instantly

c)

Move the sprite across the stage fast

d)

Play sounds for six costumes quickly

8.

Which block is needed to make each costume stay visible long enough to see during an animation?

a)

Switch backdrop block

b)

Forever loop block

c)

Go to x y block

d)

Wait seconds block

9.

In this challenge, multiple costumes are added for a frog sprite. Which action correctly adds a new tadpole image as a costume?

a)

Upload an image into the Costumes tab

b)

Duplicate the egg costume in Sounds

c)

Drag a sprite into the Code tab

d)

Rename the Stage to Tadpole scene

10.

Why should you check if internet images are copyrighted before using them in your project?

a)

To save more costumes in memory

b)

To avoid using images without permission

c)

To make the project run faster

d)

To change image colors automatically

11.

You want the life cycle to show costumes one after another in order. Which sequence of steps will best achieve this?

a)

Record sounds, use play sound until done

b)

Hide sprite, use forever, change size

c)

Add costumes, use repeat with wait, next costume

d)

Add backdrops, use glide, say hello

12.

If the wait block is removed from the animation code, what is the most likely result?

a)

Costumes change too fast to be seen

b)

The sprite stops changing costumes

c)

Only the first costume ever appears

d)

The stage turns black for a while

13.

Which Scratch block repeats actions without stopping until the program ends?

a)

Repeat ten times block keeps looping forever

b)

Forever block repeats actions continuously

c)

If block repeats actions when clicked

d)

Wait one second block loops actions forever

14.

In Scratch, what does the 'if on edge, bounce' block help a sprite do?

a)

Rotate randomly at the screen corners

b)

Disappear when reaching the edge of the stage

c)

Change color when touching the screen edge

d)

Reverse direction when hitting the stage edge

15.

You want your frog sprite to face left when moving left and right when moving right. Which rotation style should you set?

a)

All-around allows spinning any direction

b)

Left-right flips to face left or right

c)

Don't rotate keeps sprite always upright

d)

Random rotate changes direction each step

16.

Which condition correctly checks edge contact before saying a message?

a)

If backdrop switches then say message

b)

If key space pressed then say message

c)

If touching edge then say message

d)

If touching mouse-pointer then say message

17.

A program shows the frog life cycle using sprites for eggs, tadpole, froglet, and adult frog. What is a good plan to animate the stages?

a)

Randomly change to any costume every frame

b)

Switch costumes in order with timed waits

c)

Use forever to move and bounce each stage

d)

Show all stages at once without movement

18.

Which block makes a sprite move left and right continuously without stopping?

a)

Repeat forever loop block

b)

Say for 2 seconds block

c)

When key pressed event

d)

If on edge, bounce block

19.

What should the sprite do when it touches the edge of the stage in this challenge?

a)

Stop moving completely

b)

Change costume quickly

c)

Turn to face center

d)

Say a message about the edge

20.

You want the sprite to move horizontally and speak at each edge. Which pair of blocks best fits this task?

a)

Go to random and Wait block

b)

Move steps and Say block

c)

Glide to mouse and Play sound

d)

Change y by and Hide block