| 1. The __________ bar of the Visual Basic screen displays the commands you use to work with Visual Basic. |
| 2. The __________ is a collection of icons that carry out standard operations when clicked. |
| 3. The __________ allows you to position the location of the form at run time relative to the entire screen using a small graphical representation of the screen. |
| 4. The __________ is used to change how objects look and react. |
| 5. You use a __________ primarily to get information, referred to as input, from the user. |
| 6. You place a __________ to the left of a text box to tell the user what type of information to enter into the text box |
| 7. The user clicks a __________ to initiate an action. |
| 8. You use a __________ to display text or graphics output. |
| 9. The __________ is the inclusion of comments that specify the intent of the program, the purpose of the variables, the nature of the data in the files, and the tasks performed by individual portions of the program. |
| 10. The __________ are used to display numbers and dates in familiar forms and to right-justify numbers. |
| 11. The items appearing in the parentheses of a Call statement are called __________. |
| 12. Statements are executed one after another |
| 13. One of two blocks of program code is executed based on a test for some condition. |
| 14. One or more statements are executed repeatedly as long as a specified condition is true. |
| 15. The program can be tested and debugged as it is being designed with a technique known as ___________. In this technique, the key event procedures and perhaps some of the smaller procedures are coded first |
| 16. A ___________ is a portion of a program that is accessed by event procedures or other general procedures |
| 17. A __________is an expression involving relational operators that is either true or false |
| 18. An __________ block decides what action to take depending on the truth values of one or more conditions |
| 19. A __________ block selects one of several actions depending on the value of an expression |
| 20. The __________repeats a sequence of statements either as long as or until a certain condition is true. |
| 21. A ___________ is a numeric variable that keeps track of the number of items that have been processed |
| 22. An __________ is a numeric variable that totals numbers |
| 23. The __________ statement designates a numeric variable, called the control variable, that is initialized and then automatically changes after each execution of the loop. |
| 24. The __________ function tells us if we have read to the end of a file. |
| 25. A _________ is a Boolean variable, used to indicate whether or not a certain event has occurred |
| Enumeration: |
| a. The two types of general procedures |
| ��������� 1. |
| ��������� 2. |
| b. Give the 3 logical operators: |
| ��������� 3. |
| ��������� 4. |
| ��������� 5. |
| c. Give at least 5 relational operators: |
| ��������� 6. |
| ��������� 7. |
| ��������� 8. |
| ��������� 9. |
| ��������� 10. |
| BACK |