wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

revision quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is event block in scratch?

a)

event blocks tells you how many steps you are moving or how many degrees you are turning.

b)

event blocks tell scratch when to run by setting a triggering moment.

c)

event blocks help you customise your scratch however you would like.

d)

even blocks count how many sprites are on the screen.

2.

What is motion blocks in scratch?

a)

blue blocks which you use to pace your sprites on the stage or move them.

b)

pink blocks which telly you how many steps or degrees your sprite will move.

c)

orange blocks that help you to customise your sprite.

d)

red blocks that help you to speak and ask questions.

3.

What is the most important sprite block

a)

motion, you can turn a certain amount of degrees and move a certain amount of steps.

b)

events, it tells the scratch when to start moving by setting a triggering moment.

c)

sensing, they determine the position of the mouse pointer and the distance between other sprites.

d)

control, pauses its script for the specified amount of seconds.

4.

What does the random function do?

a)

it indicates if you are turning or moving steps.

b)

It tells you if you are moving right or left

c)

selects a number outside of the numbers you have inserted

d)

selects a random number between the numbers you have inserted

5.

is there a difference between forever loop and repeat loop

a)

Yes

b)

No

6.

what does forever loop do?

a)

it runs over and over again until the end of the program

b)

It runs for a short period of time

c)

It helps decide how many times it runs.

7.

What does a repeat loop do?

a)

It only loops once.

b)

It is an infinite loop as it repeats again and again.

c)

if you want to execute one or more statements repeatedly some number of times.

8.

What is the diference between motion and looks block

a)

nothing they are the same.

b)

The looks block is used to change the appearance of the sprite or the backdrop but the motion block is used to change the position of the sprite.

9.

What dos a variable for all sprites do?

a)

it only allows the sprite selected to be used.

b)

it doesn't allow new sprites to use the same variable

c)

it can be seen, changed and used by any sprite

10.

What block is used to check if its sprite is touching the edge, mouse pointer or another sprite

a)

sensing

b)

motion

c)

looks

d)

variables