| A | B |
| Nothing | Keyword that can be used in place of an empty string for clearing labels and so on. |
| TextBox control | Used to add a TextBox control class object to a form. Properties include NameText |
| Breakpoint | A statement that has been marked as a stopping point. |
| Constant | A named memory location which stores a value that cannot be changed from its initial assignment. |
| Debugging | The process of getting an application to work correctly. |
| Declaration statement | A statement used to create a variable or constant. |
| Coding | Creating the interface and writing the program code. |
| Design | How an application’s interface will look and how the program code will be written. |
| Floating point | A data type that can represent values with numbers after the decimal point. |