Visual Basic-Puzzle 2

12345678910
Across
  1. 2. _____Button is the control in which the user can choose only one item out of given items.
  2. 6. Property of Checkbox control indicates whether the CheckBox is checked or not.
  3. 7. are special symbols that are used to perform calculations, make comparisons and check logical conditions.
  4. 8. A ______refers to a memory location where data is stored temporarily.
  5. 10. operators are used to combine two or more conditions.
Down
  1. 1. Data type is used to store integer values, ranging from -32768 to +32768.
  2. 3. data type is used to store date and time values.
  3. 4. statements are used to control the execution of a program.
  4. 5. operators are used to compare two values.
  5. 9. Statement is used to Declare a variable in Visual Basic.