WorksheetsCode.org Review 5th Grade
Total questions: 41
Worksheet time: 41mins
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.
What is a bug?
An insect with 8 legs.
Part of a program that does not work correctly.
Someone who bothers you.
a Big Ugly Gorilla
What is a program?
a professional grandma.
a musical performance at school.
a list of instructions.
An algorithm that has been coded into something that can be run by a machine.
What is Debugging?
The art of creating a program.
Finding and fixing problems in an algorithm or program.
Squishing a bunch of insects.
Removing the CPU from your device.
What is a loop?
A rope.
The twisty part of a roller-coster.
The action of doing something over and over again.
A DJ making remixes.
What is the most efficient way to solve this artist puzzle?
What is the best option to solve this artist puzzle?
What is a conditional?
Something that repeats over and over.
Statements that only run under certain conditions.
A machine that blows cold air into a room.
Condiments on hot dogs.
Which of these is a conditional?
What is a "While Loop"?
Something that repeats over and over.
A loop that is wild.
Statements that only run under certain conditions.
A loop that continues to repeat while a condition is true.
Which of these blocks is a "While Loop"?
What is coding?
creating instructions for a computer to follow in computer language
creating images for a computer to display
creating text that can be read by a computer in different language
What is an algorithm?
a list of Apps you need to download
a list of tech terms you need to know by heart
a list of instructions for a computer to follow
What is a bug?
Part of a program that does not work correctly.
Part of a program that works correctly.
Part of a program that is automatic
Look at the puzzle. What can you fix in the code so the bird will make it to the pig?
Change the first turn block to left
Remove a move forward block
Add a move forward block
Change the second turn block to left
Solve the Puzzle
Solve the Puzzle
Choose the word for this definition:
Not giving up. Trying things many different ways, many different times.
persistence
sequencing
algorithm
bug
event
feeling annoyed or angry because something is not the way you want it
programming
algorithm
variable
frustrated
Solve the Puzzle
Solve the puzzle
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
Which code below will get the angry bird to the pig?
Will the zombie make it to the sunflower?
Yes
No
To do something again
loop
repeat
command
condition
conditional
Which block of code will solve the puzzle?
How many times will you repeat this pattern to create the shape?
2
5
8
6
Solve this puzzle with a loop
Is this the right solution for the Puzzle
True
False
What is this called
Reapet
Nested Loop
Loop
Nothing
The action of doing something over and over again.
Looping
Bugging
Programming
What is the action of doing something over and over again?
Repeat
Loop
Debugging
