Question 1
What is a sprite in Scratch?
-
A character or object
-
A backdrop image
-
A code category
-
A project file
Question 2
What is the stage in Scratch?
-
Where sprites perform
-
Where variables are listed
-
Where blocks are stored
-
Where accounts are managed
Question 3
What is a script in Scratch?
-
A sequence of blocks
-
A saved costume
-
A project comment
-
A sound effect
Question 4
What do event blocks do?
-
Start scripts when events happen
-
Store values in lists
-
Move sprites forever
-
Change account settings
Question 5
What does the green flag do?
-
Starts the project
-
Stops all scripts
-
Deletes all sprites
-
Opens file settings
Question 6
What is a variable used for?
-
Storing a value
-
Changing sprite costumes automatically
-
Drawing the stage background
-
Creating a new sprite
Question 7
What is a list used for?
-
Storing multiple values
-
Changing screen resolution
-
Holding one value only
-
Broadcasting messages
Question 8
What are IF/ELSE blocks for?
-
Selection
-
Iteration
-
Broadcasting
-
Cloning
Question 9
What does a REPEAT block do?
-
Repeats code a set number of times
-
Repeats code forever
-
Runs code once
-
Runs code only on click
Question 10
What does a FOREVER block do?
-
Repeats code continuously
-
Repeats code ten times
-
Runs code once
-
Stops all scripts
Question 11
What does BROADCAST do?
-
Sends a message to other scripts
-
Creates a new variable
-
Deletes a clone
-
Changes sprite size
Question 12
What does creating a clone do?
-
Makes a copy of a sprite
-
Renames a sprite
-
Deletes a sprite
-
Changes the backdrop
Question 13
What does x position control?
-
Horizontal movement
-
Vertical movement
-
Sprite size
-
Sound volume
Question 14
What does y position control?
-
Vertical movement
-
Horizontal movement
-
Sprite direction
-
Costume number
Question 15
What are Motion blocks for?
-
Moving sprites
-
Changing appearance
-
Playing sounds
-
Testing conditions
Question 16
What are Looks blocks for?
-
Changing appearance
-
Moving sprites
-
Playing sounds
-
Testing conditions
Question 17
What can Sensing blocks check?
-
Whether a sprite is touching something
-
How many scripts are in a project
-
Who created the project
-
When the file was last saved
Question 18
What are Operator blocks used for?
-
Maths and logic
-
Changing costumes
-
Sending broadcasts
-
Starting scripts
Question 19
What is a custom block?
-
A user-defined subroutine
-
A deleted script
-
A default sprite
-
A project backup
Question 20
What does debugging mean in Scratch?
-
Finding and fixing script errors
-
Deleting all scripts
-
Renaming sprites only
-
Adding random blocks
Question 21
What does the stop button do?
-
Stops running scripts
-
Starts the project
-
Saves the project
-
Duplicates a sprite
Question 22
What does wait 1 seconds do?
-
Pauses a script for a set time
-
Repeats a script for one second
-
Stops all scripts permanently
-
Changes the stage size