Font size
WorksheetsSJ12 Scratch Recap
Total questions: 36
Worksheet time: 25mins
A character in a Scratch program is called
Char
Variable
Sprite
The term "backdrop" means
Background
Water drops
Colour
The x and y coordinate values refers to
The speed of the character movement
The position of the character
The costumes of the character
A costume is
A code block
A sound
Different way a sprite looks
The Y axis is "up" and "down". True or false?
True
False
In scratch, which blocks are yellow?
Motion
Control
Variables
In scratch, which blocks are blue?
Control
Looks
Motion
Scratch is
A programming language
An animation
A Computer system
How do you create a loop in scratch?
Use a cat sprite
Snap a block
Use a repeat block
A step by step instruction is called_______
Programming
Program or Script
Programmer
A person who writes programs is known as __________
Programming
Program
Programmer
Title bar displays the ______ of the project.
title
menu
tools
The area where sprite performs action is known as ______
Sprite
Stage
Script
Which of the following are the components of Scratch? (Select multiple options)
Green Flag
Sprite
Script Area
Standard Toolbar
Blocks Palette
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
This code is an example of which of the following?
IF, THEN conditional
An algorithm
Debugging
A map
How to make the character move up?
How to make one sprite run to the other sprite?
A block that sends messages from one sprite to another.
When the green flag is clicked
Broadcast block
Forever Loop
If/Then Block
Which code block is this?
Motion
Control
Sensing
Varialble
Which code block is this?
Events
Control
Looks
Operators
Which code block is this?
Events
Control
Looks
Operators
Which code block is this?
Events
Control
Looks
Operators
Which code block is this?
Events
Control
Looks
Operators
If you want to repeat part of your code you can use a
loop
algorithm
sequence
selection
Which of these is a motion block?
change x by 10
play sound until done
think...
wait 1 second
If I want to move the sprite to the right, which set of blocks would I need?
Which of these would move the sprite down on the stage?
Change x by 10
Change x by -10
Change y by 10
Change y by -10
Which of the following sections of code will make the script follow the mouse pointer around the screen?
