NEW
Font size
WorksheetsMCQ Test on Scratch
Total questions: 20
Worksheet time: 10mins
What is Scratch?
Block based,Visual Programming Language
Mobile phone
Computer
Website
What is the function of the 'forever' command block?
Runs the script inside over and over
Point sprite in specified direction
If condition is true, runs the blocks inside.
None of the above
What is the ball and paddle in the ping pong game?
Stage
Sprite
Script
backdrop
The given code blocks are an example of what type of action?
Pen
Events
Looks
Control
Which command block enables you to control the car?
Point in direction
Wait_secs
When key is pressed
goto random position
What happens to the shark when the spacebar is pressed, AND it is NOT touching Fish1?
Nothing happens
The shark broadcasts a message and then switches to costume shark-a
The shark switches to costume shark-b and broadcasts a message.
The shark switches to costume shark-a
What will happen if we place the instruction blocks in the scratch at the wrong order?
The program will start working slowly.
The program will terminate.
The program will not work well.
The speed of the program will increase.
What will be the coordinates of the sprite when it is at its default position on the stage?
X=0,Y=180
X=180,Y=0
X=0,Y=0
X= -180,Y=0
Which of the following blocks is used to perform basic arithmetical operations?
Motion
Control
Operators
Sound
State True or False
It is difficult to customise the backdrop in scratch programming.
True
False
You can change an existing sprite with another sprite on the stage.
True
False
Which script will make Pico move to the right?
a
b
c
d
What is the name of the variable used in this script?
Gryffindor
house
wizard
sprite
What is the purpose of this script?
Launch the apple into space!
Make the apple fall down!
Make the apple fly left to right!
Make the apple bounce across the screen!
What is the purpose of this script?
Make the shark swim to the right
Animate the shark
Make the shark change colour
Make the shark play hide and seek
A code block that controls sprite placement, direction, rotation, and movement is known as a ____________ block.
Motion
Sensing
Looks
Variables
This is an example of a _____________ block.
Motion
Looks
Variables
Sounds
What would you use to change the location of a sprite ?
Costumes tab
Coordinates
Clicking on File menu
None of the above
________is the collection of stepwise instructions given to a sprite.
Stage
Script
Backdrop
Sounds
To execute the loop 10 times. Which command will you use?
if..then
forever
glide
repeat(10)
