wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Using Scratch

Total questions: 20

Worksheet time: 3600secs

Name
Class
Date
1.

What do you call the characters in Scratch?

a)

Script

b)

Sprite

c)

Stage

d)

Actors

2.

When you are creating your program

a)

You create one program for multiple characters

b)

Each character has their own code

3.

A costume in Scratch

a)

changes the background

b)

changes the appearance of the character

c)

changes the code of the character

4.

What type of blocks are used to tell the characters when to start?

a)

Motion

b)

Control

c)

Event

d)

Variable

5.

Movement is scratch uses coordinates and uses the letters

a)

a & b

b)

x & o

c)

l & r

d)

x & y

6.

Which block can be used to move a character slowly across the screen

a)
b)
c)
d)
7.

To create your own character you would choose

a)

A

b)

B

c)

C

d)

D

8.

To choose character from the library you would choose

a)

A

b)

B

c)

C

d)

D

9.

To add a new background you would choose

a)

A

b)

B

c)

None of the above

10.

This block is used to

a)

start a program

b)

repeat an action a set number of times

c)

repeat an action continually from when it is run

d)

end a program

11.

A variable is used to

a)

send information between characters

b)

begin a program

c)

copy code between sprites

d)

store information

12.

This block is used to

a)

create a condition

b)

change costume

c)

change backdrop

d)

move a sprite

13.

This program will

a)

move the character

b)

change the character's appearance

c)

do nothing

14.

The backdrops in scratch

a)

cannot be changed

b)

change randomly

c)

can only use backdrops from the library

d)

are controlled by code

15.

In Scratch you can have

a)

only two characters and backdrops

b)

only five characters and backdrops

c)

as many characters and backdrops as you wish

16.

This block lets you

a)

choose all numbers 1 through 10

b)

use a random number between 1 and 10

c)

use a random number between 1 and 100

d)

choose all numbers between 1 and 100

17.

You used this block to make your character move. You also want to make him move the same amount in the opposite direction. What would you change the number on the block to?

(a)  

18.

This block is used to

a)

restart a program

b)

pause a program for 10 seconds

c)

change the backdrop

d)

stop all code

19.

You want to change the background of your game to say "Game Over" when your character is touched by an object. How many of these blocks would you need for your program so that the program runs correctly each time it is played?

a)

0

b)

1

c)

2

d)

3

20.

You want to program your character so that any time it touches the cat it says "ouch". Which code would you use

a)

A

b)

B

c)

C

d)

D