Font size
WorksheetsPYP 2 Scratch
Total questions: 22
Worksheet time: 25mins
___________ is a step by step instructions to perform a particular task
Algorithm
Coding
Sequencing
None of the above
_______________ is a graphical representation of Algorithm.
Sequencing
Flowchart
Coding
None of the above
Which platform are we using for creating games?
(a)
Change y by 50
Will make the sprite move in which direction?
Downwards
Left
Right
Upwards
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
The characters in Scratch are called as
Cartoon
Robot
Sprite
Sketch
Which category the following block belongs to?
Control
Sensing
Motion
Events
Which button do we use to "Run" the program?
Green flag
Red button
When key pressed
None of the above
Which category of block do we use to make the sprite move?
Sensing
Control
Motion
Sound
How can we control the sprite using keyboard keys?
Use the move # steps motion block
Use the when key pressed event block
Use the touching color sensing block
None of the above
In Scratch, what is the background called?
Sprite
Stage
Backdrop
Script
Wait command comes under which block category?
Events
Motion
Control
Operators
What is the purpose of this script?
Launch the apple into space
Make the apple fly left to right
Make the apple bounce across the screen
Make the apple fall down
What is the function of the 'forever' command block?
Runs the script inside over and over
Point sprite in a specified direction
If the condition is true, runs the block inside
None of the above
After the script block has been run, where will the ghost end up?
X:100, Y:50
X:50, Y:50
X:100, Y:100
X:50, Y:100
Look at the script below. What would the cat sprite do?
Meow then glide to the right
Meow then glide up
Meow then glide to the left
Glide to the left and then meow
When will the game over screen appear?
When the balloon turns green
When the user clicks on the cactus
When the balloon touches the cactus
When user clicks on the balloon
In this script, Astronaut refers to:
Backdrop
Sprite
Variable
Script
Which script will make Pico move to the right?
a
b
c
d
The default sprite in Scratch is (a)
The code blocks below are an example of what type of action?
Looks
Motion
Control
Events
Which command should you use to slow down the program?
