Chapter One: Data

1234567891011121314151617181920212223242526
Across
  1. 3. Only one character between double quotation ""
  2. 6. the operation in between are calculated before anything else
  3. 8. An error that may occur in an arithmetic operation
  4. 9. A statement used to handle the runtime error
  5. 10. Data type that holds whole numbers from 0 to 255
  6. 11. Reserved memory location to store values temporarily, that can not be changed later
  7. 14. An error that caused by entering out of range value to a numeric data type
  8. 16. Is like the variable but attached to an object
  9. 19. Keyword used to declare a variable
  10. 21. An error that occurs when writing code inappropriately
  11. 22. the place where data are stored
  12. 24. Reserved word to make new line
  13. 26. Data type that store whole numbers which holds 4 bytes
Down
  1. 1. The place where a variable can be read
  2. 2. Data type that holds a date
  3. 4. Reserved memory location to store values temporarily, that can be changed later
  4. 5. An error that occurs when VB.NET failed to convert from data type to another implicitly
  5. 7. Code that VB.NET evaluate it to calculate its value
  6. 12. Data type that holds True or False
  7. 13. Data type that holds non-integer numbers
  8. 15. A keyword that used to exit from a sub procedure
  9. 17. An error that occurs by the user while running the application
  10. 18. The symbol that used to type a date value between
  11. 20. One character or more between double quotation ""
  12. 23. keyword to make a comment in VB.NET
  13. 25. Keyword used to declare a constant