wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Programming Level-2 Final Exam

Total questions: 15

Worksheet time: 4hrs 45mins

Name
Class
Date
1.

Under which category do you find the ask and wait block?

a)

Motion

b)

Sensing

c)

Operator

d)

My Blocks

2.

The instructions given to a sprite are known as

a)

Project

b)

Script

c)

Backdrop

d)

Score

3.

What will be the final size of the sprite when the below script is executed?

a)

100

b)

130

c)

120

d)

230

4.

How do you make a sprite dance?

a)

By changing its size repeatedly

b)

By changing its costume repeatedly

c)

By changing its direction repeatedly

5.

To send a message between sprites or from the sprite to the stage, you need to

a)

Receive

b)

Broadcast

c)

Send

d)

Transmit

6.

How many times would this code need to repeat to make a full circle?

a)

90

b)

180

c)

120

d)

360

7.

What will this script do?

a)

draw random colors

b)

draw random shapes

c)

draw random colors in random places

d)

draw random numbers

8.

 You can keep score in Scratch by creating a (a)   .

9.

This script would draw a ____ .

a)

star

b)

square

c)

rectangle

d)

pentagon

10.

What is the value of x and y at the center point of your stage?

a)

x=-100, y=-100

b)

x=100, y=100

c)

x=0, y=0

11.

Which command let the sprites walk ?

a)

Walk

b)

Run

c)

Move

d)

Go

12.

Which sprite does the script that is displayed affect?

a)

Driver 1

b)

Driver 2

13.

Look at the script below. What would the cat sprite do?

a)

Meow then glide to the right

b)

Meow then glide to the left

c)

Meow then glide up

d)

 Glide to the left and then meow

14.

Looking at the script block below. What is the ghost's starting position?

a)

(X:100, Y:50)

b)

(X:50, Y:50)

c)

(X:100, Y:100)

d)

 

(X:0, Y:0)

15.

Look carefully at the scripts below. How many times does the costume change happen?

a)

10

b)

20

c)

30

d)

40