Edit Game
IT 5th 1B
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   9  Close
Statements that only run under certain conditions.
Conditionals
The art of creating a program.
Programming
An error in a program that prevents the program from running as expected.
Bug
Pro - Gram An algorithm that has been coded into something that can be run by a machine.
Program
If you have an errors in your progran and you need to find and fix them, that action is called:
Debugging
Is the action when you need to do something over and over again.
loop
If you are creating a program you say:
I'm programming
Something a program checks to see if it is true before allowing an action.
Condition
Use when you need to do someting again
Repeat