NEW
Font size
WorksheetsScratch Quiz Grade (6)
Total questions: 62
Worksheet time: 48mins
What is Scratch mainly used for?
Typing documents
Making games and animations
Drawing only
Sending emails
What are the characters in Scratch called?
Blocks
Sprites
Scripts
Costumes
What do we call the place where your sprite performs actions?
Stage
Background
Code area
Block palette
What color are motion blocks in Scratch?
Blue
Yellow
Purple
Green
What happens when you click the green flag?
The program starts
The sprite disappears
The sound plays once
The program stops
What is a script?
A single block
A set of connected blocks that make a sprite do something
The stage area
A type of sound
What is a costume in Scratch?
A background image
A sprite’s different looks
A sound effect
A variable
Which block category controls sound?
Purple blocks
Pink blocks
Green blocks
Blue blocks
What is a project in Scratch?
Only code
A mix of code, sprites, and backgrounds
Only one sprite
A single block
How do you duplicate a sprite?
Right-click and select duplicate
Use the + button
Drag to stage
Click costumes
What does the repeat 10 block do?
Runs the blocks inside 10 times
Runs forever
Runs once
Stops the code
Which block keeps repeating until a condition is true?
repeat
forever
repeat until
if
What is the forever block used for?
Repeat actions forever
Stop the code
Move once
Change background
What is the purpose of the wait 1 second block?
Stops code completely
Pauses code for 1 second
Repeats 1 time
Deletes a sprite
Which control block is used for decision-making?
if then
repeat
move
say
In Scratch, which direction does the x-axis move?
Up and down
Left and right
Diagonal
Circular
What does y-axis control?
Left and right position
Up and down position
Color of sprite
Rotation
The center of the Scratch stage has coordinates:
(0, 0)
(1, 1)
(10, 10)
(100, 100)
What happens if you use go to x: 0 y: 0?
The sprite moves off screen
The sprite goes to the center
The sprite disappears
The sprite spins
What does move 10 steps mean?
The sprite jumps 10 blocks
The sprite moves 10 pixels forward
The sprite repeats 10 times
The sprite turns 10 degrees
Which block is used to turn a sprite?
move 10 steps
turn 15 degrees
glide to
go to random position
What does glide 1 sec to x:100 y:100 do?
Makes sprite teleport instantly
Makes sprite move slowly to position (100,100)
Deletes sprite
Waits for 1 second
What is a variable in Scratch?
A sound effect
A place to store information (like score or time)
A sprite movement
A color effect
Which category has math and comparison blocks (like +, -, <, >)?
Operators
Events
Control
Motion
What does this block do: set score to 0?
Creates a sprite
Resets the variable score to zero
Adds 1 to score
Stops the program
If you use change score by 1, what happens?
The score increases by 1
The score becomes 1
The score decreases
Nothing
What type of values can variables store?
Only text
Only numbers
Text and numbers
Only sounds
Which block would check if two numbers are equal?
=
<
>
and
Which block detects when the green flag is clicked?
when space key pressed
when green flag clicked
when sprite clicked
when backdrop switches
Which block can make a sprite say text for 2 seconds?
say [Hello!] for 2 seconds
think [Hello!] for 2 seconds
repeat [Hello!]
print [Hello!]
What will happen when the green flag is clicked
the sprite will rotate 15 times
the sprite will rotate 10 times
the sprite will move 15 spaces
the sprite will move 10 spaces
What type of block is this?
Iteration
Variable
Sequence
Selection
What type of block is this?
Iteration
Sequence
Selection
Variable
If I want to move my goody to the right, which set of blocks would I need?
I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?
I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?
I want to animate Barry the Butterfly which blocks should I use?
If I wanted to start a character at a particular place on the screen, which block would I use?
Where will the sprite go when the flag is clicked?
to the upper left corner of the stage
to the middle of the stage
to the upper right corner of the stage
to the bottom right corner of the stage
Which of the following will allow the movements to occur continuously to various positions?
WHAT IS THE OUTPUT OF THE PROGRAM?
TO START THE ALGORITHM WE USE ......
WHICH ONE OF THE FOLLOWING BLOCKS IS NOT A REPETITION LOOP.
Which command let the sprites walk ?
Walk
Run
Move
Go
Which group of blocks include the When Flag Clicked command?
Motion
Control
Looks
Events
What will happen when the green flag is clicked
the sprite will rotate 15 times
the sprite will rotate 10 times
the sprite will move 15 spaces
the sprite will move 10 spaces
Repeating a statement more than once is called a...
Repetition
Loop
Sequence
Event
You can keep score in Scratch by creating a...
Sprite
Variable
Loop
Function
How do you create a loop in scratch, which goes forever?
Use a repeat block
Use a forever loop
Snap a block
Use a condition block
Where to find these codes?
What does this section called?
Stage
Sprite
Script
What does this block do?
It checks your answer.
It says hello.
It saves your answer.
It moves the cat.
Which is the if block?
Which is the move block?
Which block can help repeat the action of the robot for 5 times?
Which one is a backdrop?
Look at the Scratch stage below.What is the coordinate of the center of the screen?
(x:0, Y:-180)
(X:0, Y:0)
(X:240, Y:180)
(X:-240, Y:0)
Scratch is a programming language.
True
False
Identify the Looks block
This code will run when
Spacebar is clicked
Green Flag is clicked
