wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Visual Coding

Total questions: 21

Worksheet time: 22mins

Name
Class
Date
1.

In visual coding, these characters are called___________________________

a)

Backdrop

b)

Sprites

c)

Blocks

d)

Stage

2.

What do you call the list of commands in visual coding?

a)

Sprite

b)

Script

c)

Scratch

d)

Help

3.

What do you call the area where the Sprite moves and performs actions in Visual Coding?

a)

Sprite

b)

Script

c)

Scratch

d)

Stage

4.

A costume is

a)

A code block

b)

A motion

c)

A different way a sprite looks

d)

A sound

5.

Which group of blocks include the "When Flag Clicked" command?

a)

Motion

b)

Looks

c)

Events

d)

Control

6.

What group of blocks controls movement of the Sprite?

a)

Control

b)

Sensing

c)

Motion

d)

Look

7.

Can we add sound to our visual coding project ?

a)

Yes

b)

No

8.
What block will you use to have the sprite say something?
a)
Looks
b)
Sounds
c)
Pen
d)
Data
9.

True or False: The blocks don't need to be joined, as long as they are on the script area, they will run

a)

True

b)

False

10.
What would this code do?
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
11.
What will the cat say when this script is run?
a)
Have a nice day. (only)
b)
Here's some fruit. (only)
c)
Here's some fruit. Have a nice day. 
d)
You can't have any. Have a nice day. 
12.
What will happen when the green flag is clicked?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
13.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
14.

What does the command "If on edge, bounce" mean ... ?

a)

Jump

b)

Go back

c)

Continue

d)

STOP

15.
What in this picture is a condition?
a)
When flag clicked
b)
Touching paddle?
c)
Forever if
d)
Move 5 steps
16.
What is a condition?
a)
Makes the Scratch cat touch something
b)
Instructions telling the program what to do
c)
When the Scratch cat touches something
d)
Tests whether something is true or false
17.
What is a variable?
a)
Something that can change
b)
Instructions telling the program what to do
c)
Has an input and an output
d)
Forever if
18.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
19.
What is the final value of b?
a)
0
b)
9
c)
10
d)
11
20.
If you touched Sprite2 seven times what would your score be?
a)
5
b)
0
c)
7
d)
8
21.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing