wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch - Loops and drawing

Total questions: 30

Worksheet time: 3600secs

Name
Class
Date
1.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

2.

The Pen Down block tells ...

a)

The Sprite to start drawing

b)

The Sprite to erase a drawing

c)

The Sprite to stop drawing

d)

The Sprite to draw

3.

Create a program with the following algorithm?

a)
b)
c)
d)
4.

What does this block tell?

a)

Turn left 90 degrees

b)

Move 90 steps

c)

Repeat 90 times

d)

Turn right 90 degrees

5.

The playing speed of a sound file.

a)

tempo

b)

volume

6.

The loudness of a sound file.

a)

tempo

b)

volume

7.

Graphical bubble that displays a sprite thinking.

a)

thought bubble

b)

speech bubble

8.

Graphical bubble that shows a sprite speaking.

a)

thought bubble

b)

speech bubble

9.

Using the Scratch “Pen” feature to write on the stage.

a)

script

b)

stage

c)

drawing

10.

Background displayed on your Scratch stage.

a)

costumes

b)

backdrop

c)

coordinates

11.

What will the cat say when this script is run?

a)

Have a nice day. (only)

b)

Here's some fruit. (only)

c)

You can't have any. Have a nice day.

d)

Here's some fruit. Have a nice day.

12.

Which from the following is not a command ?

a)

Forever until

b)

Repeat

c)

Repeat until

d)

Forever

13.

When the flag is clicked, what will be the coordinates of the sprite?

a)

(20, 110)

b)

(- 120, 180)

c)

(120 , 70)

d)

(- 120, 80)

14.

To delete all the stamps on the stage screen, you can use

a)

Stamp

b)

Clear

c)

None of the above

15.

What will be the output of this script ?

a)

salma5years

b)

join name join lengthof name years

c)

join salma join lengthof 5 years

d)

None of the above

16.

If you want to begin drawing, you can use

a)

Pen up

b)

Pen down

17.

What is the output of this script

a)

Spain

b)

France

c)

Sweden

d)

Italy

e)

Ireland

18.

How many times will meow sound be played?

a)

1

b)

2

c)

10

d)

12

19.

How many times will the sprite says hello

a)

8

b)

16

c)

24

d)

32

20.

Based on the script, what will the sprite say?

a)

Hello Bunny!

b)

Hello Snail!

c)

Hello Bear!

d)

All of the above

21.

What is the output of this script

a)

Spain

b)

France

c)

Sweden

d)

Italy

e)

Ireland

22.

What is the difference between the "Broadcast" and "Broadcast and wait" blocks?

a)

The first one broadcasts and carries on the script. The second one waits until those scripts have finished before carrying on

b)

The first one broadcasts all over the program. The second one do the same but executed for specified number of seconds

c)

None of the above

23.

To CLEAR all drawing on the stage use:

a)
b)
c)
24.

To start drawing in scratch choose:

a)
b)
c)
d)
25.

To change the PEN COLOR :

a)
b)
c)
26.

The code block in green is an example of an....

a)

Operator

b)

Variable

c)

Condition

d)

Loop

27.

What shape will this code draw?

a)

Square

b)

Hexagon

c)

Triangle

d)

Circle

28.

What shape will this code draw?

a)

Triangle

b)

Hexagon

c)

Pentagon

d)

Square

29.

What shape will this code draw?

a)

Triangle

b)

Hexagon

c)

Pentagon

d)

Square

30.

How would you change this code to draw a square?

a)

Change the repeat to '5'

b)

Change the number of degrees to '90'

c)

Change the repeat to '4' and the degrees turned to '90'

d)

Change the repeat to '4'