NEW
Font size
Worksheetscode.org course F Sprites 6th
Total questions: 23
Worksheet time: 23mins
What is a sprite?
A delicious lemon-lime soda.
An action that something performs continuously until it’s told to stop.
A graphic on the screen with a location, size, and appearance.
A small, magical, fairy-like creature.
What is a behavior?
An action that a sprite performs continuously until it’s told to stop.
When you act a certain way that gets you in trouble.
Solving an error in a line of code.
A graphic on the screen with a location, size, and appearance.
What do you think will happen when you run this code?
Nothing will happen.
The tumbleweed will move up and down.
The tumbleweed will explode.
The tumbleweed will perform the "tumbling" behavior.
Which of these blocks is a Behavior block?
Which of these blocks would let you add a new sprite to your program?
What is an event?
Something on your calendar that you've been preparing for for weeks!
An evil tent.
An action that causes something to happen.
A big party.
Which of these behavior blocks would make your sprite spin around?
Which event would allow me to program certain actions to the press of a button?
Which event would allow me to program certain actions to when a sprite is clicked?
What will happen when I click run on this program?
None of the aliens will begin their behaviors.
The aliens will all begin their behaviors, and when the blue and yellow aliens touch, the bell will stop everything.
The aliens will all begin their behaviors, and when the blue and pink aliens touch, the blue alien will switch from jittering to shrinking
The aliens will all begin their behaviors, and when the blue and the pink aliens touch, all of them will stop everything.
A list of steps to finish a task
Bug
Algorithm
Condition
Constant
Part of a program that does not work correctly
event
loop
bug
repeat
Finding and fixing problems in an algorithm or program.
debugging
programming
loop
algorithm
feeling annoyed or angry because something is not the way you want it
programming
algorithm
variable
frustrated
an algorithm that has been coded into something that can be run by a machine
while loop
program
bug
constant
the action of doing something over and over again
bug
condition
frustrated
loop
the art of creating a program
function
programming
loop
debugging
trying again and again, even when something is very hard
persistence
frustrated
bug
while loop
do something again
function
program
repeat
debugging
a placeholder for a piece of information that can change
repeat
variable
event
constant
statements that only run under certain conditions
for loop
frustrated
function
conditionals
A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.
condition
programming
constant
event
an action that causes something to happen
condition
loop
bug
event
