wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Level 2 Assessment

Total questions: 25

Worksheet time: 12mins

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.

What is the main goal of Scratch?

a)

Teach coding concepts and computational thinking

b)

Create interactive stories and games

c)

Develop advanced programming skills

d)

Design user interfaces

3.

What is an event in Scratch?

a)

An event in Scratch is a sound effect.

b)

An event in Scratch is a background image.

c)

An event in Scratch is a variable.

d)

An event in Scratch is a trigger that starts a script.

4.

What is the significance of algorithms in programming?

a)

Algorithms are only used in specific programming languages.

b)

Algorithms are not important in programming.

c)

Algorithms are used to create bugs in programming.

d)

Algorithms are used to solve problems in programming.

5.
In scratch, this is the place where we  see all the animation happening. Where we put our backdrops and sprites.
a)
Stage
b)
Sprites
c)
Blocks
d)
Scripts
6.
In scratch, this where we create our characters or objects. We can import or create a new one that later on will be on the stage.
a)
Stage
b)
Sprites
c)
Blocks
d)
Scripts
7.
According to the image, when you click on the green flag, this sprite will....
a)
Show and when the backdrop changes, it will hide and say "Hi!"
b)
Hide and when the backdrop changes, it will show and say "Hello!"
c)
Show and when the backdrop changes, it will  change the backdrop again
d)
hide and show the Tittle
8.

What would you see happen when you click the green flag for this series of code?

a)

Nothing

b)

The sprite would hop around the screen quickly a bunch before ending at the same place

c)

The sprite would just be moving all over the place until you click stop

d)

The sprite would slowly move around the screen

9.

What would this block of code do?

a)

The sprite would appear when you click on the flag

b)

Nothing will happen

c)

The sprite will appear for two seconds and then disappear again when you click the green flag

d)

The sprite will disappear when you click the green flag

10.

What will happen when you run this code?

a)

Change color

b)

Grow and shrink

c)

Spin

d)

Bounce

11.

Which block is used to make a sprite move across the screen?

a)

Jump

b)

Turn

c)

 Glide

d)

Stamp

12.

What does the "when green flag clicked" block do in Scratch?

a)

Starts the program

b)

Stops the program

c)

 Changes the background color

d)

Hides the sprite

13.

Where would you find this block?

a)

Operators

b)

More Blocks

c)

Data

d)

Look

14.
Which block moves a sprite 10 points to the right, no matter which way it is facing?
a)
Change X by 10
b)
Change Y by 10
15.

Which block is best for repeating a series of costume changes in a loop?

a)

Switch costume to costume 2

b)

Next costume

16.

Which block should you use if you want players to start the program by clicking on a key?

a)

When green flag is pressed

b)

When space key is pressed

c)

When this sprite is clicked

d)

When I receive message1

17.

What does this algorithm mean?

a)

If touching red then go, else stop

b)

If touching red then stop, else go

18.

Why won't this variable change repeatedly (more than once)?

a)

There is no change click by block

b)

There is no hat block to activate the algorithm

c)

There is no loop

d)

There is no sensing block

19.

What will this algorithm do?

a)

End the game when time runs out

b)

Start the game when time runs out

c)

End the game when time reaches 10

d)

Start the game when time reaches 10

20.

An algorithm is a ...

a)

step-by-step series of instructions

b)

different form of event handling

c)

parallel program

d)

conditional statement

21.

This repeat statement is an example of a ...

a)

Boolean value

b)

conditional statement

c)

bug

d)

loop

22.

The blue "touching" statement uses a Boolean value to create a(n) ...

a)

conditional statement

b)

iteration

c)

loop

d)

algorithm

23.

In Scratch, you can use the red blocks to create custom blocks that run mini-programs, or...

a)

functions

b)

loops

c)

conditional statements

d)

iterations

24.

Which color is a sound block?

a)

Pink

b)

Purple

c)

Blue

25.

What will happen if you ran this code?

a)

Score will Decrease

b)

Score will Increase

c)

High Score will record

d)

High Score will Decrease