Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Quiz Review I

Total questions: 14

Worksheet time: 9mins

Name
Class
Date
1.

When a computer programmer is presented with code that just isn't working, his first job would be to

a)

look up the code in Google

b)

debug it

c)

get a co-worker to help

d)

delete the code and start again

2.

Where will the sprite go when the flag is clicked?

a)

to the upper left corner of the stage

b)

to the middle of the stage

c)

to the upper right corner of the stage

d)

to the bottom right corner of the stage

3.

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?

a)

Add a Set Rotation Style/ All Around block and change the Point in direction block to 90 degrees

b)

Add a Set Rotation Style/ Left - right block and change the Point in direction block to 90 degrees

c)

Add a Set Rotation Style/ Left - right block

d)

Add a Set Rotation Style/ All around block

4.

Check all statements that are correct

a)

#1 allows you to show or hide a sprite

b)

#2 allows you to change the size of the sprite

c)

#3 allows you to add a new backdrop

d)

#4 allows you to add a new sprite

5.

What's the difference between these 2 scripts?

a)

the first one will say Hello once and second will say it for 2 seconds

b)

the second one will say Hello forever and first one will say it for 2 seconds

c)

the second one will say Hello once and first one will say it for 2 seconds

d)

the first one will say Hello forever and second one will say it for 2 seconds

6.

What will this script have the sprite do?

a)

appear, wait, disappear and then repeat forever

b)

move around the screen, disappear and then reappear

c)

disappear, reappear and then wait and then repeat forever

d)

disappear then reappear forever

7.

Which of the following statements is true about this script?

a)

when you run the script, nothing will happen

b)

when you run the script, the sprite will keep getting larger and larger

c)

when you run the script, the sprite will get smaller and smaller

d)

when you run the script, the sprite will get larger and then smaller

8.

If you wanted the Cat sprite to look like it is moving in place, which of the following scripts would you use

a)
b)
c)
d)
9.

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.

a)

use a Clear Graphic Effects block

b)

use a Change Size by -10 block until it returns to the original size

c)

keep clicking the sprite until it returns to the original size

d)

use a Set Size to 100% block

10.

Which is the Eraser tool in the Drawing Tools image below?

a)

1

b)

2

c)

3

d)

4

e)

5

11.

Which is the Select Tool in the Drawing Tools image below?

a)

1

b)

2

c)

3

d)

4

e)

5

12.

Which is the Reshape tool in the Drawing Tools image below?

a)

1

b)

2

c)

3

d)

4

e)

5

13.

Which of the following scripts will make the sprite Glide back and forth along the Y-axis?

a)
b)
c)
d)
14.

The image below is an example of a _________

a)

Block

b)

Script

c)

Binary Operation

d)

Debug