wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The blocks that control sprites are called

a)

lines

b)

actions

c)

scripts

d)

instructions

2.

Performing an action depending on IF a criteria is met is called a

a)

sequence

b)

statement

c)

loop

d)

condition

3.

The green blocks that allow comparisons such as >, <, =, >=, <= are called..?

a)

logics

b)

expressions

c)

events

d)

operators

4.

What will this script do?

a)

Move sprite to a position when flag click

b)

Move sprite to a position

c)

Did not move

d)

None of the above

5.

You can keep score in scratch by creating

a)

run

b)

sequence

c)

loop

d)

variable

6.

How many times this condition will check

a)

only once

b)

twice

c)

continuous

d)

forever

7.

Which of these would move the sprite down on the stage?

a)

change x by 10

b)

change x by -10

c)

change y by 10

d)

change y by -10

8.

What will happen to the sprite when we click on it?

a)

It will move 10 step upwards

b)

10 letter X will appear

c)

It will move 10 steps to the left

d)

It will grow by 10 percent

9.

What two things do all scratch programs have

a)

All scratch programs need scripts as well as sprites

b)

All scratch programs contain scripts and sprites

c)

All scratch programs have images called sprites as well as scripts

d)

All scratch programs need scripts as well as background

10.

Which of the following will print square on screen

a)
b)
c)
d)