Font size
WorksheetsScratch 3.0 Quiz
Total questions: 1
Worksheet time: 25mins
What happens in Scratch 3.0 when the green flag is clicked in the script shown in the workbook?
The sprite disappears.
The sprite changes its color.
The sprite moves and plays a sound repeatedly.
The sprite increases in size.
What is the primary function of the "Choose Sprite" option in Scratch?
To select a different backdrop
To edit a script
To choose a different sprite
To play the project
Which option in Scratch is used to change the background image?
Choose Backdrop
Change Sound
Hide Sprite
Script Editor
What does the "Script Editor" option in Scratch allow you to do?
Change the costume of a sprite
Zoom in/out on the stage
Edit and write code for sprites
Stop the project
In Scratch, what is the purpose of the "Full Screen" option?
To hide the current sprite
To view the project on the entire screen
To reset the zoom level
To change the sound effects
What is the purpose of the "Choose Sprite" button in the interface shown in the image?
To select a different backdrop
To choose a sprite to work with
To play the script
To change the program's settings
Which button would you use to start executing the scripts in the programming environment depicted in the image?
Stop
Play
Choose Backdrop
Reset Zoom
What function does the "Full Screen" button serve based on the image provided?
To enlarge the script editor
To view the code in full screen
To display the stage in full screen
To maximize the sprite library
What is the first step to play with effects according to the task instructions?
Import a sprite called Ben
Delete the cat sprite from the stage
Add color change blocks
Change the sprite's effects
What should you do after deleting the cat sprite from the stage?
Try changing the effects
Delete another sprite
Import the sprite called Ben
Add a motion block
Which block is used to change the color effect by 25 when clicked?
change size by 10
change color by 25
change color effect by 25
change ghost effect by 25
What happens when the "when this sprite clicked" block is activated in Scratch?
The sprite disappears from the stage.
The sprite asks "How old are you?" and waits for an answer.
The sprite moves to a random position.
The sprite changes its color.
What is stored inside the block called 'answer' in Scratch?
The number of times the sprite has been clicked.
The last key pressed on the keyboard.
The response to the "How old are you?" question.
The duration the sprite has been visible.
What is the purpose of the "clear graphic effects" block in Scratch?
To add new graphic effects
To reset the sprite to its original state
To increase the speed of the sprite
To change the background of the stage
What happens when you input 'fisheye' as an answer in the Scratch program shown?
The sprite will move faster
The sprite will change its color
The sprite will apply a fisheye effect increasing by 50
The sprite will play a sound
How many different graphic effects can a user choose from based on the blocks shown in the image?
Two
Three
Four
Five
If 'blue' is entered as the answer, what graphic effect is applied to the sprite?
Color effect increased by 50
Fisheye effect increased by 50
Whirl effect increased by 50
No effect is applied
What is the first action to perform in the Scratch script according to the instructions?
Ask the user if they are happy today
Say "I am happy too"
Say "I am sad too"
When the green flag is pressed
What should the sprite do if the user says they are happy?
Say "I am sad too"
Do nothing
Ask if they are happy again
Say "I am happy too"
What should the sprite say if the user indicates they are sad?
Say "I am happy too"
End the script
Say "I am sad too"
Ask if they are happy
What is the first step to start animating a sprite in Scratch as mentioned in Lesson 2?
Click on the costumes tab
Import any sprite of your choice
Add animations directly
Use a repeat block
What can you observe when you click on the costumes tab for a sprite in Scratch?
It shows the code for the sprite
It displays different sounds available for the sprite
It shows all the different costumes belonging to the sprite
It lists all the loops used in the sprite
Which of the following is NOT listed as an objective in Lesson 2's "I Can" section?
Change the costume of sprites
Add animations to costumes
Repeat blocks using loops
Import new sounds for sprites
What happens when the space key is pressed according to the code block shown for Dinosaur1?
The dinosaur moves forward.
The dinosaur changes costumes in a sequence.
The dinosaur makes a sound.
The dinosaur disappears.
How many different costumes does Dinosaur1 have in the provided code block?
3
4
5
2
What is the purpose of the 'wait 1 seconds' block in the code?
To delay the costume change.
To speed up the costume change.
To stop the program.
To repeat the costume change immediately.
How many different costumes does the ballerina have?
1
2
3
4
What is the first step to add a new backdrop behind the ballerina in Scratch?
Click on the 'New sprite' button
Click on the 'New backdrop' button
Click on the 'New costume' button
Click on the 'New sound' button
How many times will Avery walk on the spot when the sprite is clicked, according to the script shown?
A) 4 times
B) 10 times
C) 34 times
D) 40 times
What change can be made to the script to make Avery walk faster?
A) Increase the number of costumes
B) Decrease the wait time between costume changes
C) Increase the repeat times
D) Remove the switch costume blocks
If the repeat block is set to 34, how many times will Avery walk on the spot?
A) 34 times
B) 68 times
C) 136 times
D) 170 times
What change should be made to the script in Step 3 to allow Avery to walk across the screen instead of walking on the spot?
Add a "move 10 steps" block 2 times
Add a "move 10 steps" block 4 times
Add a "turn 15 degrees" block 4 times
Remove the "move 10 steps" block
What is the primary task Avery needs to perform in the animation script?
A) Avery needs to jump and sing.
B) Avery needs to walk and talk.
C) Avery needs to dance and whisper.
D) Avery needs to sit and read.
What is the purpose of using loops in Scratch programming as mentioned in Lesson 3?
To repeat a set of instructions multiple times
To make the program run faster
To change the color of the sprite
To stop the program
According to Lesson 3, which of the following is NOT a capability of controlling sprites in Scratch?
Hiding the sprite
Making the sprite say something
Changing the sprite's color
Playing sound effects
What does the 'say Hello! for 2 seconds' block do in Scratch?
Makes the sprite visible for 2 seconds
Changes the sprite's color while saying "Hello!"
Makes the sprite say "Hello!" for 2 seconds
Causes the sprite to move for 2 seconds
What effect does the 'change color effect by 25' block have on a sprite in Scratch?
Makes the sprite change position
Increases the sprite's size by 25%
Changes the sprite's color effect by altering its hue
Reduces the sprite's transparency by 25%
What happens when the "space" key is pressed in the Scratch script shown in the image?
The sprite disappears from the stage.
The sprite moves 10 steps, waits 1 second, points towards the mouse-pointer, waits another second, and then moves another 10 steps.
The sprite changes color.
The sprite makes a sound.
If you replace "mouse-pointer" with "point-in-direction 90" in the Scratch script, what will the sprite do when the space key is pressed?
The sprite will move in a random direction.
The sprite will move upwards continuously.
The sprite will move 10 steps, wait 1 second, point in direction 90, wait another second, and then move another 10 steps.
The sprite will rotate 90 degrees.
What happens when the space key is pressed according to the code block shown in the image?
The sprite moves in a square pattern.
The sprite changes its color.
The sprite plays a sound.
The sprite disappears from the screen.
What action does the sprite perform continuously in the second code block?
It moves in a circle.
It glides to a random position in 1 second.
It spins around.
It increases in size.
What should happen when the green flag is clicked in the Scratch program described in the task?
The sprite should move to a new position.
All effects should clear and the sprite should ask for an input.
The background color should change.
A sound effect should play.
What should occur if the answer entered is "color" after the sprite asks "what effect would you like?"
The sprite should hide.
The sprite should play a sound.
The color effect of the sprite should change by 50.
The sprite should move randomly.
What is the purpose of the 'clear graphic effects' block in the scenario?
To increase the size of the sprite.
To change the sprite's color.
To reset all visual effects to their original state.
To make the sprite disappear.
What should happen when the green flag is pressed according to the scenario described in the learning material?
The screen should turn pink and the pen should write continuously.
The screen should clear and the pen color should be set to pink.
The screen should display multiple colors and the pen should move randomly.
The screen should not change and the pen should remain lifted.
According to the learning material, what should the pencil do after the green flag is pressed?
The pencil should move to the mouse pointer when clicked.
The pencil should erase all when clicked.
The pencil should go to the mouse pointer forever and the pen should be put down forever.
The pencil should change color to pink and stop moving.
