| A | B |
| Blockly | Code.org Programming Code |
| Codecademy | Learn Computer Programming Step by Step, various languages |
| programming | a process that leads from an original formulation of a computing problem to an executable program |
| batchfile | group of executable commands |
| algorithm | set of special instructions designed to perform a task |
| bug | error in programming |
| debug | fix errors in programming |
| easteregg | special hidden code |
| compiler | a program that compiles source code to run |
| ifthen | executes a certain code if a test is TRUE |
| source | code that is used to run a program |
| loop | repeat a block of code over and over |
| html | hypertext markup language |
| operators | used to manipulate values |
| boolean | and, or, and not |
| module | linked code that contains instructions |
| nested | placing object within another object |
| pixels | basic unit of programmable color |
| scratch | MIT Free Programming Language |
| javascript | web applications language |