Font size
WorksheetsScratch Programming 2
Total questions: 91
Worksheet time: 1hrs 7mins
What is Scratch?
A video editing software
A social media platform
A visual programming language
A music streaming service
What can be created using Scratch?
Only stories
Only animations
Only games
Stories, games, and animations
Where can educators find ideas and materials for Scratch?
Both Scratch Team and educators around the world
Educators around the world only
Nowhere
Scratch Team only
What is the purpose of Scratch in Practice (SiP)?
To share personal stories
To share ideas and materials from the Scratch Team and educators around the world
To share ideas and materials from the Scratch Team only
To share ideas and materials from educators around the world only
What is the main goal of Scratch in Practice?
To engage learners with diverse interests and backgrounds
To discourage peer learning
To teach advanced programming languages
To promote a specific type of creativity
How can students use Scratch across subjects?
By expressing ideas across subjects
By memorizing facts
They cannot use Scratch across subjects
By expressing ideas only in science subjects
What is the purpose of the Teaching with Scratch Facebook Group?
To connect with other educators
To share personal stories
To promote a specific type of creativity
To organize events for educators
What is the relationship between Scratch in Practice and the MIT Media Lab?
They have no relationship
They are unrelated organizations
They are competitors
They are both part of the same project
What is the role of the Scratch Team in Scratch in Practice?
They have no role
They share ideas and materials
They curate tweets for the project
They organize events for educators
How can students connect to the world using Scratch?
They cannot connect to the world using Scratch
By using Scratch for personal entertainment
By creating projects with a purpose
By only creating games
What is the purpose of the Scratch global community?
To discourage creativity
To limit the use of Scratch to a specific group of people
To promote diversity and inclusion
To promote a specific type of creativity
What is the main focus of Scratch in Practice?
To promote a specific type of creativity
To engage learners with diverse interests and backgrounds
To discourage peer learning
To teach advanced programming languages
What is the main feature of Scratch?
It is a paid programming language
It is a social media platform
It is a text-based programming language
It is a visual programming language
What is the purpose of the ScratchEd at the Harvard Graduate School of Education?
To connect with other educators
To provide resources and support for educators
To organize events for educators
To share personal stories
How can educators support students in learning with Scratch?
By providing resources and support
By limiting the use of Scratch to a specific group of people
By promoting a specific type of creativity
By discouraging peer learning
Scratch is a Programming Language
True
False
What type of loop is this?
Forever Loop
Fixed loop
Infinite loop
What loop is this?
Forever loop
Fixed loop
Which block allows you to make decisions (choices)?
How many categories of block do we have in Scratch?
12
10
9
2
In scratch, these characters are called___________________________
Backdrop
Sprites
Blocks
Stage
This is called ____________
a Program
a Script
Multiple blocks
an instruction
A program is a set of instructions that tells the computer what to do
True
False
A script is made up of blocks with instructions that tells the sprite what to do
True
False
Which category of block contains this block?
Sensing
Motion
Operators
Events
Sound
Where do you find the images of backdrops to insert in scratch?
Script
Backdrop
Costume
Gallery
Where do you find the images of characters to insert in scratch?
Gallery
Costumes
Script
Backdrop
Will the sprite move from it's position after this code?
Yes
No
You can paint a new costume for a sprite in scratch?
True
False
What will happen when the green flag is clicked?
Make the character spin
Add a sprite
Start the game
Make the ball bounce
Which command use to let the sprite walk?
Go
Walk
Run
Move
What is another name for your background in Scratch?
Back
Background 1
Sprite
Backdrop
Which categories does this command blocks belong to?
Motion
Events
Looks
Control
Which categories does this command blocks belong to?
Sensing
Sound
Motion
Control
Which categories does this command blocks belong to?
Looks
Sensing
Sound
Motion
" if on edge, bounce " mean ... ?
Jump
Go back
Continue
STOP
Which color indicate " Control Command " ?
Orange
Green
Blue
Red
What programming concept means following steps in order?
Iteration
Sequence
Selection
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
Displays the location of your X and Y positions.
stage
coordinates
volume
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
Which of the following will allow the movements to occur continuously to various positions?
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What programming concept means following steps in order?
Iteration
Sequence
Selection
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
Displays the location of your X and Y positions.
stage
coordinates
volume
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
Which of the following will allow the movements to occur continuously to various positions?
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
What does this code block do?
Go Up
Go Down
Go Left
Go Right
What does this code block do?
Go Up
Go Down
Go Left
Go Right
You can glide a sprite along X-Y axis _____.
True
False
'Say' command comes under motion block _____.
True
False
What type of coding is Scratch?
Textual
Non-Textual
Which of these blocks can be identified as Iteration.
When Space key pressed
Forever
Move 10 Steps
If on edge, bounce
What is the key word used for when code is repeated or looped?
Iteration
Isolation
ISO File
Instantaneous
Will the sprite move from it's position after this code?
Yes
No
What is being created in the Scratch code shown here?
A loop
A function
A costume
An IF statement
What programming concept is being shown here?
SEQUENCING
SELECTION
ITERATION
If Josh is 11 years old, what will this program print out?
It won't print out anything
You are old enough for Year 8
You are still in year 7
It will print out his age
If Jenny is 13, which message will be broadcast?
Message 1
Message 2
Message 3
Message 4
What happens to a sprite's script if this sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it.
The script will be deleted with the sprite
A blocks that hold value and can be changed
Operational Blocks
Event Blocks
Sensing Blocks
Variable Blocks
A costume is...
a code block
a motion
a sound
a different way a sprite looks
