VB

1234567891011121314151617181920
Across
  1. 2. - stand for multiple Document interface
  2. 4. - Stand for Single document Interface
  3. 5. Used for basic math operations
  4. 8. is a set of instructions written in a programming language that tells a computer what to do.
  5. 9. Displays static text on a form
  6. 10. - is a keyword used to declare a variable.
  7. 11. - Attributes of a form control
  8. 14. - A named storage location for data.
  9. 15. a property used to name form control
  10. 18. Executes code when clicked
  11. 19. A drop-down list that combines a TextBox and ListBox.
  12. 20. Perform event when something is clicked
Down
  1. 1. is a style of programming where developers create programs by manipulating graphical elements rather than writing code in text form. It's
  2. 3. Defines what kind of data a variable holds (e.g., Integer, String, Boolean).
  3. 6. a property that changes the name of a form control
  4. 7. - An Error in a program
  5. 12. - The software used to write and run VB code (e.g., Visual Studio).
  6. 13. is a signal that something has happened—usually triggered by the user or the system—and it can be handled by writing specific code called an
  7. 16. Used to combine or invert Boolean expressions
  8. 17. Where controls are placed