WorksheetsSCRATCH BASICS QUIZ
Total questions: 60
Worksheet time: 31mins
Where do I CHOOSE the BLOCKS that I will be using in the program?
Letter A
Letter E
Letter F
Letter G
Where is the PREVIEW of what the code will do?
Letter A
Letter B
Letter C
Letter D
What is Letter D?
Stage
Background Library
Sprite
Sprite Library
What is Letter C?
Stage
Background Library
Sprite
Sprite Library
What is Letter B?
Stage
Background Library
Sprite
Sprite Library
What is Letter A?
Stage
Background Library
Sprite
Sprite Library
What is Letter G?
Blocks Palette
Project Editor
Run Button
Stage
What is Letter F?
Blocks Palette
Project Editor
Run Button
Stage
What is Letter E?
Blocks Palette
Project Editor
Run Button
Stage
The "when green flag is clicked" block is which type of a block?
Motion
Looks
Events
Sounds
"Move 10 steps" block is in which category of blocks?
Motion
Looks
Events
Control
The "change color effect by 25" is in which category of blocks?
Motion
Looks
Events
Control
Look at where Scratch Cat is standing. What will Scratch Cat say when the green flag is clicked and the program is run?
Hello! My name is Scratch Cat. What is your name?
Hello! What is your name?
My name is Scratch Cat. What is your name?
What is your name?
Look at where Scratch Cat is standing. What will Scratch Cat say when the green flag is clicked and the program is run?
Hello! My name is Scratch Cat. What is your name?
Hello! What is your name?
My name is Scratch Cat. What is your name?
My name is Scratch Cat.
Where on the stage is Scratch Cat? Hint: look at Scratch Cat’s X position and Y position.
Which of the Scratch blocks below are Boolean conditions (meaning they return "True" or "False)? Check all that apply
Look at the two sequences of code blocks below. Do both blocks of code produce the same result when the green flag is clicked?
Yes, they both produce the same result.
No, they produce different results.
Look at where Scratch Cat is standing. What will Scratch Cat say when the green flag is clicked and the program is run?
Hello! My name is Scratch Cat. What is your name?
Hello! What is your name?
My name is Scratch Cat. What is your name?
What is your name?
Characters in Scratch program are called
colours
Sprites
stars
Area that we use to put commands in isa called
Script area
sprite area
background area
Forever block's function is ...
to repeat the command
to change costume
to move the sprite
We use red circle to ......
delete sprite
run the script
stop the script
Scratch program is about .....
Coding
music
videos
Looks commands are related to ..
Sound
movement
appearance
sprites can be deleted
Yes
No
You can add more than one sprite
Yes
No
You can't add background to your script
Yes
No
You can make equations using Scratch program
Yes
No
You can't make game using Scratch program
Yes
No
ICT is the best subject or what mmm
for sure
nah
Green flag is used to ...
stop the script
run the script
delete the script
Motion blocks are related to ..
appearance
sound
movement
Select the block that makes the sprite move around the stage.
1. Select the block used to stop the program.
Select the block used to control the script.
Select the block used to control events.
Choose the code that makes the sprite look to the right.
Choose the code that makes the sprite look to the left.
1. To add a new menu to your code, you click on:
1. To add a new backdrop to your code, you click on:
1. To add a new sprite to your code, you click on:
A(n) ______________ is a series of instructions that follow one another in order.
algorithm
sequence
teleprompt
chronology
A(n) ______________ is an action that causes something to happen.
cause
behavior
event
effect
Sets of instructions can run at the same time. This is known as _______________.
parallelism
initializing
debugging
sequencing
The act of assigning an initial or beginning value to a variable or object is known as _________________.
initializing
sequencing
parallelism
responive
A(n) _______________ is a series of still frames shown in succession.
event
sequence
initialize
animation
X, Y coordinates
the horizontal & vertical address of ony point.
a sequence of events toward the end of the alphabet.
geometry location of well known elements
placing random points on a large grid.
Circle the correct name given to characters in Scratch:
Sprites
Cartoons
Actors
Doodle
Which line is the X axis?
A
B
The cat sprite is told to go to x: -100 y: -100. Which letter represents its new location?
A
B
C
D
The cat sprite is told to go to x: -100 y: 100. Which letter represents its new location?
A
B
C
D
The cat sprite is told to go to x: 100 y: -100. Which letter represents its new location?
A
B
C
D
The process of using trial and error to rewrite code that isn't performing as intended.
sequencing
debugging
glitching
X, Y Coordinates
A(n) ___________ is a set of instructions given to a computer. These instructions are generally written in code.
code
program
algorithm
loop
A placeholder for a piece of information that can change.
loop
event
variable
program
A language which the computer is designed to understand.
code
blockly
java
algoritm
Which block is used for starting an algorithm?
Create a program with the following algorithm?
The Pen Down block tells ...
The Sprite to start drawing
The Sprite to erase a drawing
The Sprite to stop drawing
The Sprite to draw
What is the purpose of the 'if' block in Scratch?
The purpose of the 'if' block in Scratch is to define variables.
The purpose of the 'if' block in Scratch is to create conditional statements.
The purpose of the 'if' block in Scratch is to repeat a set of instructions.
The purpose of the 'if' block in Scratch is to play sounds.
