Part of a program that does not work correctly.
Bug
If a problem is too hard, you should give up.
True or False
False
The language that tells a computer what to do.
Code
The action of doing something over and over again.
Loop

What commands will you use to move the angry bird?
"Move Forward, Move Forward, Move Forward"
A list of steps to complete a task.
Algorithm
An instruction for a computer.
Command or Code

What is the "bug" in this problem?
"Turn right"
Putting commands in the correct order so a computer can read the commands.
Sequencing
Finding and fixing problems in an algorithm or program.
Debugging

What will the pink code called?
Loop
IF it is raining outside, THEN I need an umbrella.
IF it is snowing outside, THEN I need snow boots.
What are these statements called?
IF, Then Statement
or
Conditional

What will happen when you click run?
C. BB-8 will move 5 times forward.