wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 7BG Exam V 1

Total questions: 22

Worksheet time: 39mins

Name
Class
Date
1.

Write your full name:

4 lines
2.

Write your class and section:

4 lines
3.

Label the parts of the Scratch window, Number 2 in the picture is _____________.

a)

  Stage Area

b)

Script Area

c)

a)      Blocks Palette

4.

 Label the parts of the Scratch window, Number 4 in the picture is _____________.

a)

Stage

b)

Script Area

c)

Sprite

5.

A tool used to run the action in a program.

a)

Go

b)

Start

c)

Stage

6.

________ blocks are used to run a script.

a)

Sound

b)

Event

c)

Control

7.

_________ blocks are used to play audio.

a)

Sound

b)

Event

c)

Control

8.

What will happen when you run the below script?

a)

If the character touches the background color, it moves 10 steps forward.

b)

If the character touches the background color, it moves 10 steps backward.

c)

If the character touches the background color, it moves 10 steps upwards.

9.

What does this block do?

a)

Glide to point 1 on the stage.

b)

Glide to a random point on the stage

c)

    Glide to the edge of the stage.

10.

What does this block do?

a)

Turn 15 degrees clockwise

b)

Turn 15 degrees counterclockwise

c)

Turn 15 degrees upwards.

11.

You can use a Forever block to make an action happen non-stop.

a)

True

b)

False

12.

The ______ value tells a sprite how many steps to move right or left from the center point.

a)

X

b)

Y

c)

Z

13.

When x is -150 and y is 0, where will the sprite move on the stage?

a)

Right edge of the stage

b)

Center of the stage

c)

Left edge of the stage

14.

Which rotation style do I use to turn the sprite left and right only.

a)

b)

c)

15.

Which command will I use to change outline  color of a rectangle?

a)

b)

c)

16.

What should I fix in the script to let the sprite move up when I click the up arrow?

a)

Change the point in direction to 0

b)

Change the point in direction to 90

c)

Change the move to 0

17.

The stack of blocks should run 12 times. What block needs to be added to the code?

a)

Forever

b)

Repeat 12

c)

Go to x: 12, y:12

18.

When using the point-in-direction block, we set the direction to 90 to move the sprite to the right.

a)

True

b)

False

19.

What is the touching color block used for?

a)

Sense if a sprite touches a color.

b)

Sense if the first color is touching the second color

c)

Sense if a keyboard key is pressed.

20.

Which command will I use to move your text ?

a)

b)

c)

21.

What is a program?

4 lines
22.

What is a command?

4 lines