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