| A | B |
| CLS | Clear Screen |
| ? | Print |
| F5 | Run Program |
| Initialization section | Title of program and name of programmer |
| 3 important elements in a program | Initialization, program, ending |
| REM | Remarks |
| Remarks | Does not appear when the program is run |
| Immediate mode | Press Enter to get output on the screen |
| For text to be visible when program is run | Enclose text in quotation marks |
| Computer calculates the numbers. | What happens when numbers are not enclosed in quotation marks? |
| What happens when numbers are enclosed in quotation marks? | Computer prints the numbers to the screen. |
| To run a command in immediate mode | Press Enter |
| To run a command when NOT in immediate mode | Press F5 |
| FOR statement | Assign values to number |
| PRINT | Send information to the screen |
| STEP -1 | Go back one number |