| A | B |
| move from one window to the next active window | F6 |
| stop program execution | END |
| determines the order in which the computer will perform arithmetic operations | hierarchy of operations |
| A literal can consist of | any combination of numbers, letters, and/or special characters |
| indicates documentation | a single quotation mark |
| In high-level languages, variables are referred to by | names |
| +23,345.8 is an invalid numeric constant because | comma |
| access online help | F1 |
| used to execute statements as soon as ENTER is pressed | Immediate window |
| close the help screen | Esc |
| access a list of help topics | press Alt and H |
| produces the integer (or whole-number) result of a division | integer division \ |
| produces the integer remainder, of division | MOD |
| raise a number to a power | exponentiation symbol (^) |
| to override the order of operation | parentheses |