No student devices needed. Know more
20 questions
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
An error in a program that prevents the program from running as expected.
bug
debugging
for loop
binary
Finding and fixing errors in a program.
debugging
bug
nested loop
event
Look at the puzzle and the code below. What can you fix in the code to help the bird get to the pig?
Remove a move forward block
Add a move forward block
Change the first turn block to left
Change the second turn block to left
A loop that continues to repeat while a condition is true.
while loop
until loop
for loop
bug
A loop command that tells you to do something only up to the point that something becomes true.
until loop
conditional
nested loop
while loop
What shape does this code make?
Rectangle
Triangle
Square
Circle
the action of doing something over and over again
for loop
while loop
bug
loop
Can this code be written better?
Yes, by using loops (repeat blocks)
No, this is the best way to right this code
statements that only run under certain conditions
conditionals
paramenter
reflect
variable
A list of steps to finish a task.
Algorithm
Program
Bug
How long are the sides of this shape?
2 pixels
120 pixels
150 pixels
Purple pixels
What is an algorithm?
a list of shopping items you need
a list of tech items you want
a list of steps to complete a task
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
Is there more than one way to code a puzzle?
No
No, but you can make up your own design
Yes
Yes, but it will be counted wrong
If you weren't able to complete a challenge the first time you should
pout
give up
try again
bang on the keyboard
What does this code do?
Moves forward, turns, moves forward
Moves forward 2 times, turns left, moves forward 2 more times
Moves forward 4 times and turns left
Moves and turns
Explore all questions with a free account