VB.Net Concepts
Across
- 1. This serves as a container of values in a program.
- 4. This refers to a series of letters that represents the name of an entity.
- 5. A data type containing values with only two options.
- 8. A data type that has a value of a real number.
- 9. A type of declaration for floating numbers that stores 8-byte decimal places.
- 10. A data type that holds and displays a unit of information equivalent to a letter or symbol.
- 13. This operator uses AND, OR, or NOT.
- 14. It is used to assign a name to a value.
- 15. It defines how the data of a variable will be used by a program.
Down
- 2. An operator used to compare the value of two variables.
- 3. A type of declaration for floating numbers that stores 4-byte decimal places.
- 6. This uses a keyword DIM or PRIVATE to declare variables in VB.Net Programming.
- 7. A data type that recognizes decimals or fractions of numbers.
- 11. A data type that has a lesser value than the whole number.
- 12. An integer that can hold an 8-byte place value.