Font size
WorksheetsUnit 2 Assessment - 5G
Total questions: 10
Worksheet time: 8mins
Which loop is a better choice, if I'd like my animation to end at some
point?
Which key press is normally used to start or reset an animation?
When the code is run, how many steps will the sprite move?
0
20
30
40
When the code is run, how many steps will the sprite move?
0
30
40
50
Ballerina has 4 costumes. If you want the animation to end on the last costume, what number should be in the repeat loop?
2
3
4
5
Vector and Bitmap are two well known formats for storing art digitally.
Which format would I use, if I needed the illustration to scale properly
with smooth edges?
Vector
Bitmap
Select ALL of the below scripts that will move a sprite exactly 3 steps.
Look at this script. Which of the scripts below will do the same thing as the original
script above? Select all of the scripts below that will do the same thing as the
original script.
Look at the script below, which will control the sprite on the grid to the right. Each square is one step. The sprite is in the top left corner of the grid when the green flag is clicked. Where will the sprite stop moving?
On the square marked with the letter A.
On the square marked with the letter B.
On the same square where it started.
The sprite will not stop moving. The sprite will go to A, then B, then C, then
back to the corner and keep doing that again and again until the program is
stopped.
The sprite will not stop moving. The sprite will walk to A and then keep
walking straight off the edge of the grid until the program is stopped.
Click on image to enlarge and read.
The sprite will grow to the size shown in Picture B and then stop changing.
The sprite will grow to the size shown in Picture B, then shrink back to the
size shown in Picture A, and then stop changing.
The sprite will grow to the size shown in Picture B, then shrink back to the
size shown in Picture A, and keep doing this over and over again until the
program is stopped.
The sprite will keep growing and growing and will eventually fill the entire
stage.
