VB.Net Concepts

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