WorksheetsScratch Games using Keyboard Control
Total questions: 10
Worksheet time: 5mins
Background of the Scratch project is called ________
_______ is a set of instructions for carrying out a task.
Program
Script
Algebra
Letter
What type of block is this?
Sensing
Movement
Variable
Loop
If I want to move my sprite to the right, which set of blocks would I need?
Change x by -10
Change x by 10
Set x to 10
Change y by 10
If down arrow is pressed, which block should be used next?
Set y to -10
Change x by 10
Change y by 10
Change y by -10
Which command let the sprite appear to be walking ?
Go to ...
Set x to ...
&
Set y to ...
Move & next costume
Glide to ...
If I wanted to start a character at a particular place on the screen, which block would I use?
Which set of blocks would I use if I wanted my sprite to get an extra life it touched a bowl of cheesy puffs?
What term is given to the process of correcting errors in code?
Debulging
Debugging
Debagging
Debigging
