wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

St.Virgils Tynker Programming 201 Quiz 1

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.
What is the difference between these two code blocks?
a)
The first one will play the animation extremely quickly. The second one will play the animation more slowly and look more natural.
b)
They are the same, and the added 'Wait' block doesn't change anything.
c)
The first one only works for actors with multiple costumes, but the second one works for all actors.
d)
The first one loops through all of the costumes, but the second one will only loop through the first two.
2.
How do you make an animation faster?
a)
You use two 'Forever' blocks
b)
You decrease the number in the Wait block, so you wait less time to switch to the next costume
c)
You increase the number in the Wait block, so you wait less time to switch to the next costume
d)
You decrease the number of next costume blocks
3.
What does this code block do?
a)
Creates a costume change
b)
Tells other code what to do when the program starts
c)
Starts your computer
d)
Begins the countdown
4.
To make an Actor play a sound when you click on it, the first block you need is:
a)
Next Costume
b)
Play Sound
c)
When Actor clicked
d)
On Start
5.
What does this code block do?
a)
Nothing
b)
Makes the actor turn in a full circle
c)
Makes the actor turn faster
d)
Makes the actor turn forever
6.
Which two code blocks do the same thing?
a)
A and B
b)
B and C
c)
C and D
d)
A and C
7.

The background of the project where actors are placed...

a)

counting loop

b)

stage

c)

sequence

d)

conditional statement

8.
What does this block do?
a)
It waits until the user presses play to begin running the program
b)
It pauses the entire program for the specified amount of time
c)
It ends the program
d)
It pauses the code block for the specified amount of time
9.
What does the following code block do?
a)
The Actor will change his/her Costume whenever the spacebar is pressed
b)
The Actor will loop in an animation once the spacebar is pressed once
c)
The Actor will change his/her Costume when clicked
d)
The Actor will loop in an animation when clicked
10.
What mode lets you reposition actors on the stage?
a)
Play mode
b)
Edit mode