Code and Programming Vocabulary

5 cards   |   Total Attempts: 182
  

Related Topics

Cards In This Set

Front Back
Algorithm- A list of steps to finish a task.
Event- An action that causes something to happen.
Program - A algorithm that has been coded into something that can be run by a machine.
Command- An instruction for the computer. Many commands put together to make up algorithms and computer programs.
Bug - Part of a program that does not work correctly.
Loop- The action of doing something over and over again.
Debugging- Finding and fixing problems in a algorithm or program.
Repeat- Do something again.
Programming- The art of creating a program.
Condition- A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.