NEW
Font size
WorksheetsPlay with Scratch - 1
Total questions: 15
Worksheet time: 5mins
Scratch is developed by
Microsoft
MIT
Apple
None Of These
What does this section called?
Stage
Sprite
Script
What would the code shown here do?
The sprite will bounce all over the place
When the green flag is clicked the sprite will move to the right until it goes off the screen
When the Green flag is clicked the sprite will move to the right, bounce off the wall and move to the left
When you click on the sprite it will move to the edge until it bounces off the edge
What would the code shown here do?
When the flag is clicked the sprite will appear for two seconds and then disappear
When the flag is clicked the sprite will hide
When the flag is clicked the sprite will appear and wait
The sprite will not show up when the flag is clicked
Each Sprite has its own code
True
False
What does this block of code do?
Clicks the flag
Starts any code attached below it when the flag is clicked
Ends the code attached below it when the flag is clicked
Starts all code in your program wherever it is when the flag is clicked
