Font size
WorksheetsI can use loops and conditionals in my algorithms!
Total questions: 8
Worksheet time: 5mins
If an algorithm is a list of steps that you can follow to complete a task, it seems like an algorithm is another name for a ____________.
movie
program
book
video game
A programming loop (pink block) does something over and over.
True
False
You use "conditionals" all of the time in Code.org. What is a conditional?
Statements that only run under certain conditions (the blue if, do block).
The repeat loop (pink block).
The move forward block (green).
Iteration means using loops; Doing things over and over until a task is complete.
True
False
Debugging means getting the bugs (not real bugs) out of a program.
True
False
Logic is thinking about all of the blocks that we use to code.
True
False
If this, then that. What does this sound like?
A loop.
A book.
A conditional.
if, do block
algorithm
fixing a program
conditional
program
repeat loop
pink block
dashboard
place to check progress
debugging
