Font size
WorksheetsUNIT 3
Total questions: 22
Worksheet time: 17mins
Which block in Scratch contains the commands to input data?
Looks block
Sensing block
Sound block
Which block in Scratch contains the commands to create visual outputs ?
Sound block
Sensing block
Looks block
Which block in Scratch contains the commands
to create sound outputs ?
Looks block
Sensing block
Sound block
This program uses the ‘__answer_____’ block.
What does this block do?
The answer block stores the input typed by user.
The answer block stores the output typed by user.
Make a program that asks for your favourite sport and
then display the message “____________ ” and the name
of the game.
what is your favourite sport?
I like to play
when this sprite clicked
While running the following program the name of the
sport entered is “ _________ ” .
Football
I like to play
Join operator block
1. What is the input given in this program?
Join operator block
I like to play Football
Football
2. What is the output of the program?
I like to play Football
Join operator block
Football
3. Which command block turns input into output?
Join operator block
I like to play Football
When the sprite
Choose the correct command in scratch
1. Which block stores the input typed by the user?
Choose the correct command in scratch
2. Which command can be used to combine the two words?
Sprite will keep asking to enter a name forever until the program stops.
When the sprite clicked it says “Hello!”
Alnoor School
Alnoor School
When the sprite clicked it
says “Hello!”
Shows the number of letters in the word ‘apple’
Sprite will keep asking to enter a name forever until the program stops.
When the sprite clicked it says “Hello!”
Shows the number of letters in the word ‘apple’
Shows the number of letters in
the word ‘apple’
Alnoor School
Stores the typed input.
When the sprite clicked it says “Hello!”
Alnoor School
Stores the typed input.
What type of block turns inputs into outputs ?
' operator ' block
' loop ' block
' ask'block
' say ' block
What is the input to the program?
a cat
a number
a word
a question
Put these three steps in a program plan into the right order.
input-output -processing
processing - output - input
input -processing - output
output - input -processing
How can you change the program so it repeats its actions?
Add a'join operator
change the output message
Change the start event
Add a forever loop
This block is used in a Scratch program. What does this block do?
It shows the answer that the user typed.
It shows a question and asks for an answer.
It tells you the right answer to a question
It checks if your answer is right
This picture shows an' if' block from a Scratch program. When will the sprite say "You got it right"?
never
when the logical test is true
many times
when the logical test is false
