Font size
WorksheetsLesson 8-23 Vocabulary
Total questions: 20
Worksheet time: 14mins
The art of creating a program
Loop
Code
Algorithm
Programming
An algorithm that has been coded into something that can be run by a machine.
Programming
Program
Condition
Repeat
Statements that only run under certain conditions
Repeat
Condition
Conditionals
Loop
To do something again
Repeat
Loop
Algorithm
Code
A list of steps to finish a task
Programming
Program
Algorithm
Conditionals
The statement that a program checks to see if it is true or false.
Algorithm
Loop
Condition
Repeat
The action of doing something over and over again
Loops
Repeat
Program
Algorithm
True or False.
You can repeat code one time.
True
False
A loop that continues to repeat while a condition is true.
Repeat
While
Loop
A command that tells you to do something only up to the point that something becomes true.
While
Loop
Repeat
Until
A piece of code that you can easily call over and over again.
Loop
Function
Repeat
Condition
A variable used throughout a program that never changes value
Constant
Variable
A label for a piece of information used in a program.
Variable
Constant
Loops that have a predetermined beginning, end, and increment (step interval).
Repeat
Until
For Loop
Loop
Name the loop.
Turn right
Move Forward
Repeat
Turn left
Name the conditional.
Repeat
If block
Move forward
Turn right
Name the while loop.
While path ahead
Turn right
Fill 1
Name the until loop.
Repeat until flower
Move forward
while path ahead
In this puzzle, how do we go from 1 to 3?
count by 1
count by 2
count by 3
count by 4
Why is this the solution to puzzle?
