wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 3: Switching Scene Introduction

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

In Scratch, what is a backdrop used for in a project?

a)

It is the code for a sprite

b)

It is the movement of sprites

c)

It is the background of the stage

d)

It is the sound for the game

2.

What happens if you place two 'switch backdrop to' blocks one after another with no wait?

a)

Only the second backdrop shows

b)

Both backdrops fade slowly

c)

The screen becomes blank

d)

The sprite disappears

3.

Which block should you use to pause so the audience sees the backdrop before switching again?

a)

glide [seconds]

b)

stop all blocks

c)

repeat [times]

d)

wait [seconds]

4.

In a story with morning and night scenes, what is a simple way to change from day to night?

a)

Switch backdrop from Day to Night

b)

Change sprite costume to Night

c)

Delete the Day sprite first

d)

Increase the project volume

5.

What is the main difference between a backdrop and a sprite in Scratch?

a)

Backdrop moves with arrow keys, sprite never moves

b)

Backdrop stores variables, sprite stores projects

c)

Backdrop controls sounds, sprite controls keyboard

d)

Backdrop is the stage background, sprite is a character

6.

You want one script to try different backdrops during an animation. What should you add between changes?

a)

A wait block between changes

b)

A forever stop all block

c)

A hide block for sprites

d)

A louder sounds block

7.

Which block lets you react when the backdrop becomes a certain scene?

a)

when backdrop switches to [name]

b)

when loudness greater than [value]

c)

when timer resets to [zero]

d)

when sprite touches [edge]

8.

A project starts in a city scene, then moves to a forest. Which plan is best?

a)

Set backdrop to Forest, then delete City

b)

Set backdrop to City, wait, switch to Forest

c)

Change sprite size, then stop all

d)

Hide all sprites, then play a sound

9.

Why might you use different backdrops in the same script?

a)

To control the computer’s volume

b)

To show scene changes in a story

c)

To make the code compile faster

d)

To delete unused costumes automatically

10.

When should you use 'next backdrop' instead of 'switch backdrop to [name]'?

a)

When setting one exact backdrop

b)

When cycling through a backdrop list

c)

When changing a sprite costume

d)

When stopping the whole project

11.

A classmate puts the wait block before the first switch backdrop. What will you most likely see at the start?

a)

The project stops immediately

b)

The current backdrop stays for a moment

c)

The sprites hide automatically

d)

The backdrop switches instantly twice

12.

In Scratch, which category contains the blocks used to change the stage’s backdrop?

a)

Operators category with green blocks

b)

Looks category in the blocks list

c)

Events category at the top

d)

Motion category on the left

13.

What does the block named switch backdrop to do when you choose a name from its drop-down list?

a)

It changes to a random backdrop

b)

It switches to the selected backdrop

c)

It hides all current backdrops

d)

It renames the selected backdrop

14.

Where do the backdrop names shown in the switch backdrop to drop-down come from?

a)

They are all sounds in the project

b)

They are all online templates

c)

They are all backdrops in the project

d)

They are all costumes of sprites

15.

You want to jump directly to a backdrop called CityNight. Which block should you use?

a)

Use change costume to CityNight

b)

Use next backdrop repeatedly

c)

Use set size to CityNight

d)

Use switch backdrop to CityNight

16.

A project has three backdrops: A, B, and C (in that order). You are on B and click sopia: next backdrop once. Which backdrop will show?

a)

A random backdrop appears

b)

Backdrop A on the stage

c)

Backdrop B on the stage

d)

Backdrop C on the stage

17.

A project lists five backdrops in the order: Park, Beach, Cave, Space, Farm. You need to show Cave after Beach using the fewest blocks. What is the best approach?

a)

Use switch costume to Cave

b)

Use switch backdrop to Cave

c)

Use next backdrop twice from Beach

d)

Use next backdrop once from Beach

18.

If switch backdrop to shows only two options in its drop-down, what is the most likely reason?

a)

The Events blocks are disabled now

b)

The sprite has only two costumes loaded

c)

The internet connection is slow today

d)

Only two backdrops exist in the project

19.

You are planning a race animation: start in 'Desert', then 'Grassy Field', then 'City'. Which script best achieves this plan?

a)

next costume three times in a row

b)

hide sprite; show sprite; clear effects

c)

random backdrop; previous backdrop; go to front

d)

switch backdrop to Desert; then Grassy Field; then City

20.

Which sequence best matches the blocks in the solution image for the Sun?

a)

forever → if touching Sun then Desert

b)

when green flag clicked → change costume to Sun

c)

when this sprite clicked → switch backdrop to Desert

d)

when backdrop switches → set backdrop to Sun