wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Sprint 3.2 Hide and Show Introduction

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

What is the main topic of Sprint 3.2?

a)

Hide and Show

b)

Drawing Shapes

c)

Making Sounds

d)

Typing Practice

2.

In a Hide and Seek game, what happens when a sprite is hidden?

a)

You cannot see the sprite

b)

The sprite gets bigger

c)

The sprite makes a sound

d)

The sprite changes color

3.

Which action is a learning goal: hide the sprite when an event occurs or bake a cake when an event occurs?

a)

Hide the sprite when an event occurs

b)

Bake a cake when an event occurs

c)

Draw a line when an event occurs

d)

Turn off the computer

4.

If you press a button and want the character to appear, which goal matches this?

a)

Show the sprite when an event occurs

b)

Hide the sprite forever

c)

Move the sprite randomly

d)

Delete the sprite

5.

Which category in the programming blocks contains the hide and show blocks?

a)

Motion

b)

Looks

c)

Sound

d)

Events

6.

What does the hide block do to a sprite on the stage?

a)

Makes the sprite bigger

b)

Changes the sprite’s color

c)

Hides the sprite from the stage

d)

Moves the sprite to the right

7.

What does the show block do to a sprite?

a)

Deletes the sprite

b)

Shows the sprite on the stage

c)

Stops the program

d)

Plays a sound

8.

If you want a sprite to disappear and then come back later, which two blocks should you use?

a)

Move and turn

b)

Hide and show

c)

Sound and say

d)

Repeat and forever

9.

A sprite is visible at the start. You want it to hide first and then reappear. Which order of blocks is correct?

a)

Show then hide

b)

Hide then show

c)

Move then show

d)

Turn then hide

10.

Which block starts the actions when the green flag is clicked?

a)

show

b)

hide

c)

when green flag clicked

d)

wait 1 seconds

11.

Where can you find the show and hide blocks?

a)

Motion

b)

Looks

c)

Events

d)

Sound

12.

What does the hide block do to the sprite?

a)

Makes it bigger

b)

Makes it invisible

c)

Changes its color

d)

Makes it move

13.

Which block is used to add a delay between actions?

a)

repeat

b)

wait 1 seconds

c)

forever

d)

go to front

14.

If the blocks are connected as: when green flag clicked → hide → show, what happens to the sprite?

a)

It stays visible the whole time

b)

It hides then appears

c)

It changes costumes

d)

It plays a sound

15.

You want the sprite to hide, wait, then show. Which order is correct?

a)

show → wait → hide

b)

wait → hide → show

c)

hide → wait → show

d)

show → hide → wait

16.

Why might you add a wait block between hide and show?

a)

To make the sprite jump

b)

To give time before it appears

c)

To change the sprite’s color

d)

To start the project

17.

What key should you press to start the Hide and Seek game program?

a)

Enter key

b)

Space key

c)

Arrow key

d)

Escape key

18.

In the game, what should a sprite do before it hides according to the example blocks?

a)

Move 10 steps

b)

Change color

c)

Show, then wait

d)

Play sound

19.

Which sequence matches the simple hide-and-seek behavior shown: when the space key is pressed?

a)

Hide → Show → Wait

b)

Show → Wait → Hide → Wait

c)

Wait → Hide → Show

d)

Play sound → Move → Hide

20.

Why do we use a storyboard for this game example?

a)

To draw the sprites only

b)

To plan when sprites hide and show

c)

To change the computer’s settings

d)

To make the keys louder

21.

What IT idea is used when the sprite starts its actions only after pressing the space key?

a)

Drawing

b)

Event handling

c)

Typing practice

d)

Math

22.

Which key press starts the sprite action in this challenge?

a)

Left arrow key

b)

Right arrow key

c)

Up arrow key

d)

Space bar

23.

What is the correct order of actions for the Pico sprite after the key is pressed?

a)

Show, wait 2 seconds, hide 2 seconds

b)

Hide 2 seconds, wait 2 seconds, show

c)

Wait 2 seconds, hide 2 seconds, show

d)

Show, hide 2 seconds, wait 2 seconds

24.

What key starts the sprite actions in the solution?

a)

Left arrow key

b)

Right arrow key

c)

Up arrow key

d)

Space bar

25.

After you press the right arrow key, what should the sprite do first?

a)

Hide right away

b)

Show right away

c)

Wait for 2 seconds

d)

Move 10 steps

26.

Which order matches the code behavior after the right arrow key is pressed?

a)

Show, hide, wait 2 seconds

b)

Wait 2 seconds, hide, wait 2 seconds, show

c)

Hide, show, wait 2 seconds

d)

Move, turn, stop

27.

In Challenge 2, what happens to Frog 1 when the a key is pressed?

a)

It shows

b)

It hides

c)

It jumps

d)

Nothing happens

28.

You want Frog 3 to appear after the project starts. Which action should you use to show Frog 3?

a)

Press the right arrow key

b)

Click the green flag

c)

Press any key

d)

Click Frog 3

29.

In the middle example, what event makes the frog sprite show?

a)

When any key is pressed

b)

When this sprite is clicked

c)

When the green flag is clicked

d)

When the right arrow key is pressed

30.

A frog should start hidden until a specific key shows it. According to the third example, which pair of events matches this plan?

a)

Hide on a key; show on s key

b)

Hide on green flag; show on right arrow key

c)

Hide on any key; show when sprite clicked

d)

Hide on right arrow key; show on green flag