Edit Game
Kodable- Programming vocabulary
 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   11  Close
Loop
A set of instructions that a computer repeats.
Bug
A coding error in a computer program
Debugging
Finding and correcting errors in a computer program
Algorithm
A set of ordered steps carried out to complete a task or solve a problem.
Command
Instruction given by a person (programmer) that tells a computer to do something.
Programmer
A person that writes the code (language) that tells the computer what to do.
Language
A way to communicate, can be spoken or written. 
Computer
A device or tool used for storing and processing information. 
Code
The language that programmers use and create to tell computers what to do.
Program
A set of instructions (given to a computer to perform a specific task. 
Sequence
Sequence is the order of events. Â