WorksheetsScratch revision
Total questions: 33
Worksheet time: 1hrs 9mins
Displays the location of your X and Y positions.
stage
coordinates
volume
Identify the coordinates of the point A
(4,1)
(1,1)
(4,4)
(1,4)
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
What are the coordinates of point X?
(5,2)
(2,3)
(4,4)
(6,6)
Which axis runs horizontally left and right?
x
y
Which axis runs Vertically up and down?
x
y
(3, -4)
what is my Y-value?
In a 1D game, the player moves:
in all directions
left and right
can't move
How many sprites are being used in this project?
6
7
8
9
Which of the following is used to move your sprite up ↑ ?
What is the purpose of the "wait" block in Scratch?
To change the background color of the Scratch stage
To end a Scratch project
To pause the execution of a Scratch project for a specified amount of time
To play a sound effect
What is the purpose of the "broadcast" block in Scratch?
To change the background color of the Scratch stage
To send a message to all sprites in a Scratch project
To move a sprite to a new location
To start Scratch
Where can you find these blocks?
Motions
Events
Control
Operators
Which of the following is used to make new blocks in scratch?
Variables
Events
My Block
Control
How many variables are being used in the following code?
0 Variables
1 Variable
2 Variables
3 Variables
After the loop has finished running, what will be the final value of the variable "Points"?
2
5
10
20
Which of the following is NOT TRUE about scratch?
We can make 1D games using Scratch.
We can use scratch to make 1D & 2D games.
We can use scratch to make 1D, 2D & 3D games.
What is the purpose of the "if" block in Scratch?
To check a condition and execute the blocks only if the condition is true
To play a sound effect
To change the color of a sprite
To create a new sprite
What is a programming language?
A type of language used to write books
A language used to communicate with animals
A language used to create computer programs
A language used to play sports
Which of the following is NOT a programming language?
NOTE : You can use the internet to search for the answer.
Scratch
JavaScript
Spanish
Python
What is the purpose of a loop in programming?
To store data in memory
To display output on the screen
To repeat a set of instructions
To sort data in alphabetical order
Which programming language is used to develop Minecraft?
NOTE : You can use the internet to search for the answer.
JavaScript
Java
Python
Scratch
