WorksheetsScratch Quiz Review I
Total questions: 14
Worksheet time: 9mins
When a computer programmer is presented with code that just isn't working, his first job would be to
look up the code in Google
debug it
get a co-worker to help
delete the code and start again
Where will the sprite go when the flag is clicked?
to the upper left corner of the stage
to the middle of the stage
to the upper right corner of the stage
to the bottom right corner of the stage
In the following scripts, the sprite faces and moves in the correct direction for 3 of the scripts, but the up arrow doesn't work correctly. How would you fix the script so that when the UP key is pressed, the sprite faces Up AND Moves Up?
Add a Set Rotation Style/ All Around block and change the Point in direction block to 90 degrees
Add a Set Rotation Style/ Left - right block and change the Point in direction block to 90 degrees
Add a Set Rotation Style/ Left - right block
Add a Set Rotation Style/ All around block
Check all statements that are correct
#1 allows you to show or hide a sprite
#2 allows you to change the size of the sprite
#3 allows you to add a new backdrop
#4 allows you to add a new sprite
What's the difference between these 2 scripts?
the first one will say Hello once and second will say it for 2 seconds
the second one will say Hello forever and first one will say it for 2 seconds
the second one will say Hello once and first one will say it for 2 seconds
the first one will say Hello forever and second one will say it for 2 seconds
What will this script have the sprite do?
appear, wait, disappear and then repeat forever
move around the screen, disappear and then reappear
disappear, reappear and then wait and then repeat forever
disappear then reappear forever
Which of the following statements is true about this script?
when you run the script, nothing will happen
when you run the script, the sprite will keep getting larger and larger
when you run the script, the sprite will get smaller and smaller
when you run the script, the sprite will get larger and then smaller
If you wanted the Cat sprite to look like it is moving in place, which of the following scripts would you use
If your sprite has gotten too big on the screen, what are some things you can do to bring it back to the original size? Check all that apply.
use a Clear Graphic Effects block
use a Change Size by -10 block until it returns to the original size
keep clicking the sprite until it returns to the original size
use a Set Size to 100% block
Which is the Eraser tool in the Drawing Tools image below?
1
2
3
4
5
Which is the Select Tool in the Drawing Tools image below?
1
2
3
4
5
Which is the Reshape tool in the Drawing Tools image below?
1
2
3
4
5
Which of the following scripts will make the sprite Glide back and forth along the Y-axis?
The image below is an example of a _________
Block
Script
Binary Operation
Debug
