NEW
Font size
WorksheetsYear 6 Scratch - 3.1 - 3.3
Total questions: 10
Worksheet time: 6mins
What is the character in Scratch is called
Cat
bat
Sprite
Crab
Which group of blocks include the When Flag Clicked command?
Motion
Control
Looks
Events
Create a program with the following algorithm?
What is repetition?
Repetition is running
Repetition is the repeating of an action
Repetition is doing the things only one time
Repetition is a program
When you plan and make a program, you must first know what the _ is.
program variable
program requirement
program input
program output
Identify the type of block?
Loops
Variables
Events
Sprite
What is a variable?
It is a storage location for holding values
It is a sprite that moves on the screen
It is an animation in scratch
It is a place to put Scratch sprite.
The Scratch program has a mistake. Can you identify it?
Line 1, should not use when green flag is clicked
Line 2, should not set total to 0.
Line 3, should be repeat 0
Line 4 & 5 should be the other way round.
A program must have variables. This Scratch program has made a mistake in the variable. Please correct it.
Line 2, variable should be set as answer.
Line 2, variable should be set as Total
Line 5, variable should be set as Total_Num
Line 6, variable should be set as answer.
