Part of a program that does not work correctly.
Bug
If a problem is too hard, you should give up.
True or False
False
information about you that cannot be used to identify you because it is also true for many other people (e.g. your hair color or the city you live in)
what is Personal Information
An action that a sprite performs continuously until it’s told to stop.
BEHAVIOR
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"
- information about you that can be used to identify you because it is unique to you (e.g. your full name or your address)
Private Information
make partial or minor changes to something, typically so as to improve it
MODIFY
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"
A list of steps to complete a task.
ALGORITHM
The action of doing something over and over again.
A LOOP
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
Using computers to solve problems and create things.
CPU SCIENCE or COMPUTER SCIENCE
An action that causes something to happen.
EVENT
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.
Define how the game works and what determines success or failure in the game.
GAME MECHANICS
Asking real people to try out a product and then make it better based on user feedback.
USER TESTING