| A | B |
| Bug | a problem with the logic of your code |
| Code | the written list of instructions (program) in a computer readable language |
| Conditional Statement | the process of executing particular segments of code based on some condition, also known as the If-Then or If-Then-Else statement. |
| Crash | the process of a program coming to a complete halt - usually due to a bug |
| Data | raw facts and figures |
| Debug | the process of finding the bug and correcting the error in your code |
| End User | person who uses the information provided by the program |
| Flowchart | a logic-development tool that provides a pictorial representation of the general logic flow of the program |
| GIGO | Garbage In - Garbage Out |
| Information | processed data |
| Looping | the process of repeating sections of program code usually for a certain number of times or for a certain amount of time |
| Program | a detailed list of instructions that the computer carries out |
| Pseudo Code | sometimes called structured English - is a method of writing logic using sentences of text in plain English |