Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

1.1 Intro To Scratch and Iteration

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the cat best known as in Scratch?

a)

Site

b)

Cat

c)

Character

d)

Sprite

2.

How do Sprites do anything in Scratch?

a)

They need commands to follow

b)

They move automatically

c)

Using a control pad

d)

Using the keyboard

3.

What is the white background in this image known as?

a)

Backdrop

b)

Background

c)

Scenary

d)

Stage

4.

Why is the stage important to a game in Scratch?

a)

It improves the controls for the Sprite

b)

It sets the scene and gives the character an environment

c)

It improves the movement of the Sprite

d)

It improves the graphics of the Sprite

5.

What could these blocks be part of?

a)

A Sprite

b)

A Stage

c)

A Scratch

d)

A Script

6.

What is this?

a)

A stage for a sprite

b)

A script for a sprite

c)

A sprite for a sprite

d)

A script for a stage

7.

What will this script do?

a)

Turn a sprite right 15 degrees when Y is pressed

b)

Turn a sprite left 15 degrees when Y is pressed

c)

Turn a sprite left 15 degrees when X is pressed

d)

Turn a sprite right 15 degrees when X is pressed

8.

What will this script allow the sprite to do?

a)

Rotate 30 degrees right and left and move 1 step forward

b)

Rotate 15 degrees right and left and move 1 step forward

c)

Rotate 15 degrees right and move 1 step forward

d)

Rotate 15 degrees right and left and move 5 steps forward

9.

What is wrong with the car for our game?

a)

It is too small

b)

It is too green

c)

it is too big

d)

It needs to be seen from bird's eye/top plan view

10.

Why is this car suitable for our game?

a)

It is purple

b)

it is pointing forward

c)

It can be seen from bird's eye/plan view

d)

It has wheels

11.

Here are my blocks to make my car go forward - what is wrong with them?

a)

It won't go fast enough

b)

You'll have to click on the green flag once

c)

It is too fast

d)

You'll have to click the green flag every time you want the car to move

12.

What kind of loop is used here?

a)

Orange loop

b)

Repeat loop

c)

Forever loop

d)

Shoelace loop

13.

What event is used to start this loop?

a)

Move 1 step

b)

Forever loop

c)

When space key pressed

d)

When green flag clicked

14.

How long will this program move 1 step?

a)

Forever until the red stop button is pressed

b)

Never

c)

Forever

d)

Until the green flag is clicked

15.

What will this code do?

a)

Make the car go straight on

b)

Turn the car left 15 degrees

c)

Turn the car right 15 degrees

d)

Turn the car both ways 15 degrees

16.

What does iteration involve?

a)

Repeating

b)

Rejecting

c)

Recycling

d)

Reclining

17.

What kind of loop is this image showing?

a)

Forever

b)

Repeat

c)

Controlled

d)

Green flag

18.

What will this block do?

a)

Repeat moving 1 step 10 times

b)

Repeat moving 10 steps 1 time

c)

Repeat moving 10 steps 10 times

d)

Repeat moving 1 step 1 time

19.

Why do programmers use repeat or forever loops?

a)

To save disk space - the program you create will be smaller

b)

So you have a choice about what you want the program to do

c)

To save time - you don't have to keep re-writing the same code

d)

See the line of code can be executed in a sequence

20.

What's the difference between a "repeat" and a "forever" loop?

a)

The repeats, the other one loops

b)

A "forever loop" loops a number of times, "repeat loops" loop until the red flag is clicked

c)

One takes longer than the other

d)

A "Repeat loop" loops a number of times, "forever loops" loop until the red flag is clicked