NEW
Font size
WorksheetsSprint 3.2 Hide and Show Introduction
Total questions: 30
Worksheet time: 15mins
What is the main topic of Sprint 3.2?
Hide and Show
Drawing Shapes
Making Sounds
Typing Practice
In a Hide and Seek game, what happens when a sprite is hidden?
You cannot see the sprite
The sprite gets bigger
The sprite makes a sound
The sprite changes color
Which action is a learning goal: hide the sprite when an event occurs or bake a cake when an event occurs?
Hide the sprite when an event occurs
Bake a cake when an event occurs
Draw a line when an event occurs
Turn off the computer
If you press a button and want the character to appear, which goal matches this?
Show the sprite when an event occurs
Hide the sprite forever
Move the sprite randomly
Delete the sprite
Which category in the programming blocks contains the hide and show blocks?
Motion
Looks
Sound
Events
What does the hide block do to a sprite on the stage?
Makes the sprite bigger
Changes the sprite’s color
Hides the sprite from the stage
Moves the sprite to the right
What does the show block do to a sprite?
Deletes the sprite
Shows the sprite on the stage
Stops the program
Plays a sound
If you want a sprite to disappear and then come back later, which two blocks should you use?
Move and turn
Hide and show
Sound and say
Repeat and forever
A sprite is visible at the start. You want it to hide first and then reappear. Which order of blocks is correct?
Show then hide
Hide then show
Move then show
Turn then hide
Which block starts the actions when the green flag is clicked?
show
hide
when green flag clicked
wait 1 seconds
Where can you find the show and hide blocks?
Motion
Looks
Events
Sound
What does the hide block do to the sprite?
Makes it bigger
Makes it invisible
Changes its color
Makes it move
Which block is used to add a delay between actions?
repeat
wait 1 seconds
forever
go to front
If the blocks are connected as: when green flag clicked → hide → show, what happens to the sprite?
It stays visible the whole time
It hides then appears
It changes costumes
It plays a sound
You want the sprite to hide, wait, then show. Which order is correct?
show → wait → hide
wait → hide → show
hide → wait → show
show → hide → wait
Why might you add a wait block between hide and show?
To make the sprite jump
To give time before it appears
To change the sprite’s color
To start the project
What key should you press to start the Hide and Seek game program?
Enter key
Space key
Arrow key
Escape key
In the game, what should a sprite do before it hides according to the example blocks?
Move 10 steps
Change color
Show, then wait
Play sound
Which sequence matches the simple hide-and-seek behavior shown: when the space key is pressed?
Hide → Show → Wait
Show → Wait → Hide → Wait
Wait → Hide → Show
Play sound → Move → Hide
Why do we use a storyboard for this game example?
To draw the sprites only
To plan when sprites hide and show
To change the computer’s settings
To make the keys louder
What IT idea is used when the sprite starts its actions only after pressing the space key?
Drawing
Event handling
Typing practice
Math
Which key press starts the sprite action in this challenge?
Left arrow key
Right arrow key
Up arrow key
Space bar
What is the correct order of actions for the Pico sprite after the key is pressed?
Show, wait 2 seconds, hide 2 seconds
Hide 2 seconds, wait 2 seconds, show
Wait 2 seconds, hide 2 seconds, show
Show, hide 2 seconds, wait 2 seconds
What key starts the sprite actions in the solution?
Left arrow key
Right arrow key
Up arrow key
Space bar
After you press the right arrow key, what should the sprite do first?
Hide right away
Show right away
Wait for 2 seconds
Move 10 steps
Which order matches the code behavior after the right arrow key is pressed?
Show, hide, wait 2 seconds
Wait 2 seconds, hide, wait 2 seconds, show
Hide, show, wait 2 seconds
Move, turn, stop
In Challenge 2, what happens to Frog 1 when the a key is pressed?
It shows
It hides
It jumps
Nothing happens
You want Frog 3 to appear after the project starts. Which action should you use to show Frog 3?
Press the right arrow key
Click the green flag
Press any key
Click Frog 3
In the middle example, what event makes the frog sprite show?
When any key is pressed
When this sprite is clicked
When the green flag is clicked
When the right arrow key is pressed
A frog should start hidden until a specific key shows it. According to the third example, which pair of events matches this plan?
Hide on a key; show on s key
Hide on green flag; show on right arrow key
Hide on any key; show when sprite clicked
Hide on right arrow key; show on green flag
