NEW
Font size
WorksheetsCoding workshop - Test
Total questions: 15
Worksheet time: 15mins
Scratch is a programming language which uses _______________ to write codes easily.
Syntax
Blocks
Lines of code
If I want the cat to move 10 steps towards the right, which of these blocks can help you do it?
Which tab contains all the elements related to the "appearance" of a sprite?
Code tab
Costumes tab
Sounds tab
Backdrops tab
When you are testing your code, suppose the sound keeps playing and you want to stop it. How will you do that?
Click on the sound code block
Click on the red stop button on top of stage
You can't stop the sound till the script stops by itself
Mute the speaker of your computer
What is the distance covered in the script shown in the picture.
5 steps
20 steps
25 steps
100 steps
______________________ is a series of instructions that tell a computer how to perform an action.
Dialogue
Program
Output
Story
As a sprite moves up, its X-value...
Increases
Decreases
Stays the same
Which of the below is the first layer right on top of the stage, behind which nothing can go?
Sprites
Backdrop
Code
Cat
If you have to make the cat say "Meow" aloud so you can hear it, which tab will you use?
Costume
Backdrop
Sound
Text
I can put a negative number in the (move ___ steps) block so that it makes the sprite move left.
True
False
If I want to store a value which constantly changes in a program, I will use ______________________ to store it.
Variable
Program
Procedure
Function
If one sprite wants to pass on a message to the other sprite in the program, it will use _______________________.
Switch backdrop
Broadcast message
Text to speech block
Sound blocks
Repeat until block is found in ________________ set of blocks
Event
Control
Sensing
Operation
Which of the below set of blocks DO NOT represent a condition.
Which of these blocks will help to sense collision in your game?
