Chapter 3 Vocabulary

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