Font size
WorksheetsScratch Game development camp-1
Total questions: 93
Worksheet time: 50mins
What is a "sprite" in Scratch?
A background
A character or object
A piece of code
A sound effect
What is a "backdrop" in Scratch?
A background
A character or object
A piece of code
A sound effect
What is a "block" in Scratch?
A background
A character or object
A piece of code
A sound effect
What is a "sound" in Scratch?
A background
A character or object
A piece of code
An audio effect
What programming concept means following steps in order?
Iteration
Sequence
Selection
Where do you find the images of characters to insert in Scratch?
Costumes
Backdrop
Gallery
Script
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 is the function of the light blue blocks?
Variables
Motion
Operators
Sensing
What does this code block do?
Go Up
Go Down
Go Left
Go Right
What is the output of the program?
What is the output of program?
WHAT IS THE OUTPUT OF THE PROGRAM?
WHAT IS THE OUTPUT OF THE PROGRAM?
TO START THE ALGORITHM WE USE ......
TO DRAW IN SCRATCH WE USE:
WHICH ONE OF THE FOLLOWING BLOCKS IS NOT A REPETITION LOOP.
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
What happens when we click this?
Nothing happens
The scene stops
We can change the sprite
The scene starts
You can change the backdrop in Scratch.
true
false
To add more sprite (character) which button should you click?
Which icon should you click to change Scratch backdrop
What is the name of this part of Sratch?
Sprites
Backdrop
Costume
Blocks
What is the name of this in Scratch?
Costumes
Code
Script
Backdrop
What happen to sprite if you use this block?
Sprite will jump
Sprite will move 10 steps
Sprite will change colour
Sprite will say hello
What type of language is Scratch?
Procedural
Iterative
Block
Functional
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
What is a variable?
Block of code
Container for a value
Sprite costume
Sound
Which direction would point a Sprite up?
0
90
-90
180
_________is a programming language that is perfect for making games, animations, interactive stories and other visually rich programs.
Pane
Scratch
Blocks
the objects that perform actions in a project
Sprite
Script
Scratch
A message that is sent through the Scratch program, activating receiving scripts.
Parallelism
Events
Broadcast
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
Increasing the number of the y coordinate
is difficult to do.
increases the number of the x coordinate as well.
raises the Sprite upward.
It is possible to add maths into scratch, what colour blocks are these?
Blue
Green
Orange
Yellow
It is possible to add maths into Scratch, what is the Scratch Key Word used for it?
Operators
Calculators
Calculations
Operations
What button do we press to run code?
Green flag
Red button
Start
Space
What type of block do we use to run code when something happens?
When
IF
Sometimes
While
What block causes sprites make a speech bubble?
Sound
Speech bubble
Say
Think
What is the size of the Scratch stage?
480 x 360
480 x 300
400 x 360
400 x 300
In Scratch blocks in the "My Blocks" Category are known as ____________
Procedures
Functions
Encapsulation
Polymorphism.
Functions have to be defined before they are used.
True
False
Functions make our scripts:
Compact
Easy to read
Easy to Modify
Complex
The X axis is
"Left" and "Right"
"Up and Down"
Which group of blocks include the "Glide" block?
Motion
Looks
Control
Which group of blocks include the "Broadcast" block?
Events
Motion
Control
What is the function for the command wait __ secs ?
Wait for the specified seconds
Jump
Walk
Wait for specified seconds and then move
What is the coordinate for the centre of the screen?
x:0, y :10
x: 0 , y:-180
x: 0, y :0
x:-160, y:0
What happens to the sprite if the number increases in the Move__steps command block?
The sprite will not move
The sprite moves quicker
The sprite becomes very slow
The sprite moves backward
What is the function of move 10 steps command?
Runs the blocks inside over and over
Move the sprite forward
Runs the program
Makes the sprite jump
Which block is best for repeating a series of costume changes in a loop?
Switch costume to costume 2
Next costume
Which block allows me to increase the score?
Set score to 0
Change score by 10
How do I use 1 sprite to activate other sprites?
Sensing
More Blocks
Data
Broadcast
Which blocks help us most with conditional programming? (ex: in the maze, helping the cat avoid the wall)
If blocks and sensing
Pick random 1 to 10
Broadcasts
More blocks
In Scratch, you can use the red blocks to create custom blocks that run mini-programs, or...
functions
loops
conditional statements
iterations
Which group of blocks include the "Say" block?
Sound
Looks
Control
