| Words | Definition |
|---|---|
| Counter | a variable used to keep track of anything to count |
| Cell | A block of memory |
| Data pointer | variable that holds the address of another variable or function |
| Input | a value given from the user to use in the code |
| Loop | to repeat a section of code until a condition holds |
| New line | goes to the next line |
| Output | shows a cell’s value to the screen |