wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Basics

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

An organized set of rules or steps to perform an action, is also known as...

a)

Scratch

b)

Software

c)

Algorithm

d)

Block

2.

In the image provided what is number 1 showing?

a)

Blocks

b)

Scripts

c)

Stage

d)

Sprite Details

3.

In the image provided what is number 2 showing?

a)

Blocks

b)

Scripts

c)

Stage

d)

Sprite Details

4.

In the image provided what is number 3 showing?

a)

Blocks

b)

Scripts

c)

Stage

d)

Sprite Details

5.

All code in Scratch needs an ______ to start it off

a)

VARIABLE

b)

MOVEMENT

c)

EVENT

d)

REPEAT

6.

X and Y axis are important in Scratch. But which is which?

a)

X is horizontal and Y is diagonal

b)

X is horizontal and Y is vertical

c)

X is vertical and Y is horizontal

d)

X is diagonal and Y is vertical

7.

In the code provided how many times will the sprite move up?

a)

10

b)

20

c)

The sprite won't move up but instead move across

d)

Repeat Forever

8.

What will happen if the rule isn't TRUE?

a)

Say Congratulations and STOP ALL the code

b)

The sprite will move to the right, changing costume over and over again.

c)

The sprite will move to the left, changing costume over and over again.

9.

Look at the Image... Which of these REPEAT blocks would be best for repeating the code so that we could play exactly 5 games of Rock, Paper, Scissors?


* ## means a number

a)

FOREVER

b)

REPEAT ##

c)

REPEAT UNTIL

10.

Look at the Image... Which of these REPEAT blocks would be best for repeating the code so that Super Mario will always have an option to jump during the game.

* ## means a number

a)

FOREVER

b)

REPEAT ##

c)

REPEAT UNTIL

11.

Look at the Image... Which of these REPEAT blocks would be best for repeating the code so that the game will stop when the SCORE is equal to 100?

* ## means a number

a)

FOREVER

b)

REPEAT ##

c)

REPEAT UNTIL

12.

A variable is like a...

a)

Cat because cat's are cute

b)

Box because it can store data that we need during a game

c)

Chair because it is comfortable to sit in when playing a game

d)

Guitar because it can play great music during a game