| A | B |
| Command-line user interface | requires the user to type in commands |
| Graphical user interface | allows the user to interact with the system by manipulating icons and selecting command from menus |
| View Window | QBasic creation/editing window where the cursor appears |
| Title Bar | shows the name of the program currently in the view window |
| Reference Bar | bottom of edit screen provides quick informatio |
| Immediate window | allows you to execute commands quickly without placing them in a program |
| File Menu | New, Open, Save/Save As, Print, Exit |
| Print Menu | Selected text only, Current Window, Entire Program |
| File name | Any combination of letter or numbers, but first character must be a letter |
| .BAS | file extension for QBasic program |
| Run Menu | Start, Restart, Continue |
| Shift + F5 | Start the program running |
| halt program execution | Holding the Control and the Break key at the same time |
| delete the line containing the cursor | Holding the Control and the Y key at the same time |
| moves the cursor to the beginning of the program | Holding the Control and the Home key at the same time |
| moves the cursor to the end of | Holding the Control and the End key at the same time |