NEW
Font size
WorksheetsQ4 Scratch Quiz
Total questions: 30
Worksheet time: 13mins
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
These blocks are collectively known as INITIALISATION. What do they do to a game?
Finish the game
Code the baddie to touch the goody
Stop the game
Start the game
What will happen when the green flag is clicked
the sprite will rotate 15 times
the sprite will rotate 10 times
the sprite will move 15 spaces
the sprite will move 10 spaces
A set of three blocks placed in order is known as what?
Iteration
Sequence
Selection
Variable
What will happen when the green flag is clicked
the sprite will rotate 15 times
the sprite will rotate 10 times
the sprite will move 15 spaces
the sprite will move 10 spaces
A set of three blocks placed in order is known as what?
Iteration
Sequence
Selection
Variable
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
What is the variable in this code?
keep score
random position
edge
What is the variable in this code?
keep score
random position
edge
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
If I want to move my goody to the right, which set of blocks would I need?
Which set of blocks allow a character to move to the next level?
Which set of blocks would I use if I wanted my character to get an extra life it touched a bowl of cheesy puffs?
Dinsdale the Dinosaur has been coded to move at one speed whilst the program is running. This is known as a constant variable.
What is a constant variable?
A value that always changes
A value that is always different
A value that always stays the same
A value that has no sense to it
I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?
I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?
I want to animate Barry the Butterfly which blocks should I use?
If I wanted to start a character at a particular place on the screen, which block would I use?
What type of block is this?
Iteration
Selection
Variable
Sequence
What type of block is this?
Iteration
Variable
Sequence
Selection
What type of block is this?
Iteration
Selection
Variable
Sequence
It performs all the action in scratch. This graphic component is programmed using a programming palette.
Script
Stage area
Blocks
Sprites
what is the code that could make your sprite move or is in charge of your character's movement.
control
operators
motion
sensing
what is the code that could control the visual appearance of your sprite.
events
looks
variables
operators
a puzzle-piece shape that are used to build codes in scratch.
Programming Palatte
Blocks
Script
Sprites
