Chapter 3 Vocabulary
Across
- 3. set of statements that can be accessed by a declared variable or constan
- 7. statement that has been marked as a stopping point
- 9. statement/a statement used to create a variable or constant
- 12. window/the part of the IDE that can be used to examine values
- 13. name for a memory location that stores a value that cannot be changed from its initial assignment
- 14. declaration/a declaration outside the procedures of a program
- 16. of what an application should do
- 18. error/logic error
- 19. reserved by Visual Basic
- 20. actual value
- 21. error/a syntax or logic error that halts a program at run time
- 22. declaration/also called global declaration
- 24. procedure that performs a task and then returns a value
- 25. division/division performed with the operator to return only the whole portion of the quotient
- 27. point/the double data type that can represent values with numbers after the decimal point
Down
- 1. named memory location that stores a value
- 2. process of running an application and entering data to test different possibilites to reveal any bugs
- 4. object that allows the user to enter a value
- 5. process of getting an application to work correctly
- 6. label placed near a text box describing the expected input from the user
- 8. set of characters
- 10. Design/how an application's interface will look and how the program code will be written
- 11. mode/the point at which an application has stopped executing and the Visual Basic IDE is displayed with a Watch window
- 13. the interface and writing the program code
- 15. declaration/a declaration at the beginning of a procedure
- 17. a variable a value in the declaration statement
- 18. error/an error caused by a statement that violates the rules of Visual Basic
- 23. error/an error caused by syntactically correct statements that produce unexpected results
- 26. division/division performed with the Mod operator to return only the remainder portion of the division operation