Term 5 - Scratch Flashcards
What is the name of an object in Scratch (as pictured) that you can programme to perform actions in a project?
A sprite
How many times will the sprite move forward 5 steps?
10
What will happen when the green flag is clicked?
The sprite will move forward 5 steps
What will happen when the green flag is clicked?
nothing
What will happen when the green flag is clicked?
The sprite will change costumes
What will happen if the maze was touched?
You would go back to the starting position
What will happen if you touch the maze?
You win the maze game, the ball colour will change and you are congratulated!
What will happen to the alien sprite with these code blocks?
When the green flag is clicked, the program picks a random place at the top of the screen. The alien is then shown. A loop forever command makes the alien automatically move down the screen.
What will happen to the alien sprite when it touches the lazer?
It will disappear from the screen, wait 0.5 seconds, and reposition itself at a random point at the top of the screen before appearing again.
What will happen when the helicopter touches the green colour?
The game will stop running
How many steps in total will the sprite have moved?
100
Why will these code blocks not work?
All of the blocks need to be connected
During the Disco task you would have created as least one of these. What are they called in Scratch?
Backdrop
Sprites can have different appearances. What are the different appearances called for a sprite in Scratch?
Costume
How could this be improved/refined to be more efficient?
Add a control block to repeat (loop) “turn 15 degress” and “wait 1 second” blocks 4 times