WorksheetsProgramming
Total questions: 20
Worksheet time: 10mins
what is a loop?
The action of doing something over and over again.
Moving a character up and down
changing a costume
Coding a background
What is a variable?
A label for a piece of information used in a program.
A repeated sequence of code
the changing of costumes for a character
adding code to a character
What will this code make the sprite do?
Sprite will forever glide to a random position
Sprite will turn 180 degrees forever
Sprite will forever jump to a random position
All sprites will fly left and right for 1 second
What kind of command is this?
Conditional If Statement
a loop
a forever loop
A costume change
which of the following is a type of Loop?
If then loop
For loop
change loop
together loop
An INPUT is
information that goes INTO a computer or device
information that comes OUT of a computer or device
Which of the following is a CONDITIONAL
jump 5 times
if you see an arrow then jump 5 times else sit down
if you see an arrow
An example of an INPUT would be
A ball
Sound
A keyboard
Specific instructions given to a computer.
output
list
rules
command
The following code is drawing shapes when program runs. As you learned in the class, program code is executing in a sequential manner. In the code above how many of the steps will be executed when the program runs?
11
12
14
13
The following code is drawing shapes when the program runs. When the program runs, what shapes and how many of the shape will be drawn?
One square
Triangle
Two square
Two triangle
What completes the following shape?
Move forward by 100px, turn right by 120px, move forward by 100px
Turn right by 120px, move forward by 100px, Move forward by 100px,
Turn right by 120px, turn right by 120px, move forward by 100px
Move forward by 100px, move forward by 100px, turn right by 120px, move forward by 100px
In which maze can the zombie get the sunflower using the following code?
