wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch JR Quiz

Total questions: 25

Worksheet time: 8mins

Name
Class
Date
1.

What will this image do in ScratchJr?

a)

move left

b)

move right

c)

move hop

2.

What will this image do in ScratchJr?

a)

move right

b)

move left

c)

turn up

3.

What will this image do in ScratchJr?

a)

Dance

b)

Hop

c)

Jump

4.

My dog can run the fastest. I must use __________.

a)
b)
c)
5.

I want to stop the code. I could use _________.

a)
b)
6.

I want my code to run over and over. I could use _________.

a)
b)
c)
d)
7.

Name the block.

a)

Looks

b)

Sound

c)

Motion

d)

Trigger

8.

Name the block.

a)

Looks

b)

Control

c)

Sound

d)

Motion

9.

What is the colour of the triggering blocks?

a)

Yellow

b)

Green

c)

Red

d)

Blue

10.

ScratchJr is a block based programming language?

a)

False

b)

True

11.

Name the block.

a)

Start on Tap

b)

Start on Green Flag

c)

Start on Bump

12.

What will this image do?

a)

Grow

b)

Shrink

c)

Grow and Shrink

13.

What will this image do?

a)

Grow

b)

Shrink

c)

None

14.

Find the BACKGROUND block.

a)
b)
c)
15.

What happens when you press this button?

a)

Starts the script when the Green Flag is tapped.

b)

Starts the script when you tap on the character.

c)

Starts the script whenever a message of the specified color is sent.

d)

Starts the script when the character is touched by another character.

16.

What happens when you press this button?

a)

Pauses the script for a specified amount of time (in tenths of seconds).

b)

Runs the blocks inside a specified number of times.

c)

Stops all the characters' scripts.

d)

Changes the rate at which certain blocks are run.

17.

When the green flag is tapped, this script makes the car:

a)

Move to 18 square grids to the right

b)

Move to 18 square grid upward

c)

Move 18 square grids to the left

d)

Move 9 square grids up

18.

When a block of codes does not work correctly in ScratchJr, what should I do to make it work?

a)

Run it

b)

Debug it

c)

Carry it

d)

Pause it

19.

What is an Algorithm?

a)

A set of instructions to change a task.

b)

A set of ways to change a task.

c)

A set of instructions to perform a task.

20.

Characters in ScratchJr can also be called _________.

a)

sprites

b)

objects

c)

materials

d)

costumes

21.

We can stack blocks together side by side in order to create sequences.

a)

False

b)

True

22.

What will be the result of this set of codes?

a)

Move Right 5 steps, Move Left 5 steps and Grow

b)

Grow, Move Right 5 steps and Move Left 5 steps

c)

Grow, Move Left 5 steps and Move Right 5 steps

23.

What will be the result of this code?

a)

Move right 10 steps, grow, move left 10 steps and shrink

b)

Move left 10 steps, grow, move right 10 steps and shrink

c)

Move right, grow, move left and shrink

d)

Shrink, move right 10 steps, grow and move left 10 steps

24.

What will be the result of this set of codes?

a)

Move right 10 steps and jump

b)

Move right 10 steps while jumping

c)

Move left 10 steps and jump

d)

Move left 10 steps while jumping

25.

What will be the result of this set of codes?

a)

Hop 2 times, say "Bye", hop 2 times and say "Bye"

b)

Hop, say "Bye" 2 times, hop and say "Bye"

c)

Hop 2 times, say "Bye", hop and say "Bye"

d)

Hop 2 times, say "Bye", hop 2 times and say "Bye" 2 time