wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding workshop - Test

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Scratch is a programming language which uses _______________ to write codes easily.

a)

Syntax

b)

Blocks

c)

Lines of code

2.

If I want the cat to move 10 steps towards the right, which of these blocks can help you do it?

a)
b)
c)
3.

Which tab contains all the elements related to the "appearance" of a sprite?

a)

Code tab

b)

Costumes tab

c)

Sounds tab

d)

Backdrops tab

4.

When you are testing your code, suppose the sound keeps playing and you want to stop it. How will you do that?

a)

Click on the sound code block

b)

Click on the red stop button on top of stage

c)

You can't stop the sound till the script stops by itself

d)

Mute the speaker of your computer

5.

What is the distance covered in the script shown in the picture.

a)

5 steps

b)

20 steps

c)

25 steps

d)

100 steps

6.

______________________ is a series of instructions that tell a computer how to perform an action.

a)

Dialogue

b)

Program

c)

Output

d)

Story

7.

As a sprite moves up, its X-value...

a)

Increases

b)

Decreases

c)

Stays the same

8.

Which of the below is the first layer right on top of the stage, behind which nothing can go?

a)

Sprites

b)

Backdrop

c)

Code

d)

Cat

9.

If you have to make the cat say "Meow" aloud so you can hear it, which tab will you use?

a)

Costume

b)

Backdrop

c)

Sound

d)

Text

10.

I can put a negative number in the (move ___ steps) block so that it makes the sprite move left.

a)

True

b)

False

11.

If I want to store a value which constantly changes in a program, I will use ______________________ to store it.

a)

Variable

b)

Program

c)

Procedure

d)

Function

12.

If one sprite wants to pass on a message to the other sprite in the program, it will use _______________________.

a)

Switch backdrop

b)

Broadcast message

c)

Text to speech block

d)

Sound blocks

13.

Repeat until block is found in ________________ set of blocks

a)

Event

b)

Control

c)

Sensing

d)

Operation

14.

Which of the below set of blocks DO NOT represent a condition.

a)
b)
c)
d)
15.

Which of these blocks will help to sense collision in your game?

a)
b)
c)
d)