This is used to keep track of how many points you have in a game.
What is a score?
The information is going this direction to/from the computer (hint: in or out).
What is in?
This is the name of the spot that codes are placed on.
What is a line?
This is how coders work.
What is a pair?
Variables are this kind of thing in block coding.
What is a number?
This kind of input is usually used to type on a computer.
What is a keyboard?
This is the name of the screen where your code appears when you run it in python.
What is a console?
This is the name of the message that appears when a code isn't running correctly.
What is an error message?
Variables are these 2 kinds of things in python coding.
What is a letter or word?
This is the input, the input is the answer.
What is a variable?
In block coding, this is the area where you would watch your code run.
What is design?
In block coding, this is what you use to construct your code.
What is code blocks?
In python coding, you usually see the variable at this spot on the line.
What is at the beginning of the line?
Input = this is what needs to be answered.
What is the question?
This is the name of the arrow at the beginning of a line.
What is an indention?
In python, this is what happens when a word appears on the console.
What is print?
In block coding, the variables are usually this color.
What is yellow?
This is the kind of command that is used in selection and input.
What is an "if" command?
This is what will solve the equation when you put an apostrophe around it.
What is the computer?
When the computer solves the equation instead of asking the user to solve it, it is probably because you forgot to put these.
What is an apostrophe?