wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 8 revision

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

What is a character called in the Scratch Programme

a)

Picture

b)

Sprite

c)

Drawing

d)

Backdrop

2.

What is the main purpose of a 'backdrop' in the Scratch Programme?

a)

To create characters

b)

To set the scene

c)

To control animations

d)

To add sound effects

3.

Which block is used to start a script in Scratch?

a)

When Green Flag Clicked

b)

Broadcast

c)

Forever

d)

Wait

4.

What type of programming does Scratch primarily use?

a)

Text-based programming

b)

Visual programming

c)

Machine learning

d)

Web development

5.

ingredients of a cake is an example of

a)

decomposition

b)
a cooking method
c)

algorithm

d)

abstraction

6.

What block is used to repeat actions in Scratch?

a)

Wait

b)

Forever

c)

Repeat

d)

When Green Flag Clicked

7.

Which of the following is a feature of Scratch?

a)

Drag-and-drop interface

b)

Text-based coding

c)

Command line interface

d)

Web-based programming

8.

What is the purpose of the 'sound' block in Scratch?

a)

To create visual effects

b)

To add music or sound effects

c)

To change the backdrop

d)

To control sprite movement

9.

Computational thinking refers to

a)

b)

c)

d)

10.

a _____ is a repeated set of instructions using shapes or numbers

2 lines
11.

How many times will the [Repeat] block repeat the [Turn for] and [Drive for] blocks inside of it?

a)

Only once.

b)

Two times.

c)

Three times.

d)

Four times.

12.

What types of values can the [Repeat] block accept as parameters?

a)

Decimal values.

b)

Negative values

c)

Words or text.

d)

Integers.

13.

What is the condition that will end this [Repeat] block?

a)

After the VR Robot places the pen down.

b)

After the VR Robot drives forward one time for 200 millimeters (mm).

c)

After the [Repeat] block has repeated the blocks inside of it four times.

d)

After the VR Robot has driven forward 200 millimeters (mm) then turned right 60 degrees six times.

14.

How can the following example be simplified by using a [Repeat] block?

a)

By placing the [Drive for] and [Turn for] blocks in a [Repeat] block that repeats four times.

b)

By placing the [Drive for] block in a [Repeat] block that repeats four times.

c)

By placing the [Turn for] block in a [Repeat] block that repeats four times.

d)

By changing all of the parameters of the [Drive for] blocks to 400 millimeters (mm) instead of 200 millimeters (mm).

15.

The following project was created to draw a house, but it is unfinished. Which of the following blocks should be used next to begin drawing the roof of the house?

a)

[move robot pen] block set to "up"

b)

Drive for block set to 2000 millimeters (mm)

c)

[Repeat] block set to six

d)

[Turn for] block set to 135 degrees