No student devices needed. Know more
21 questions
A part of the program that does not work correctly.
Bug
Break
Loop
The action of doing something over and over again.
Looping
Bugging
Programming
The art of creating a program.
Artistic
Programming
Looping
Trying again and again, even when something is very hard.
persistence
algorithm
computational thinking
loop
Using the powers of computers to solve problems.
computer science
computational thinking
for loop
command
TRUE or FALSE: Test and change your strategy often. Don’t be afraid to try solutions before you know that they are perfect.
TRUE
FALSE
Can you talk to a friend when you get stuck in solving the problem?
YES. Try at least 3 ways of fixing problems before you ask for help.
NO. You must do all the puzzles yourself.
What is a list of steps that you can follow to finish a task?
Code
Program
Algorithm
What is the action of doing something over and over again?
Repeat
Loop
Debugging
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
What is debugging?
taking an insect out the computer
fixing a program in an algorithm
breaking down a problem
What does run mean?
to make a code for a program
to make a program complete an algorithm
to make a website show up on your screen
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
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
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
Can this code be written better?
Yes, by using loops (repeat blocks)
No, this is the best way to right this code
What shape does this code make?
Rectangle
Triangle
Square
Circle