QUESTION 6
Match each item with a statement below.
- An object, such as a label or button, that is added to a form.
- Indicates a hierarchy of namespaces.
- The set of Visual Basic instructions that are processed only when the event occurs.
- A pattern used to create an object
- An action of the user, such as clicking, double-clicking, and scrolling.
- A block of code that performs a specific task.
- Anything that can be seen, touched, or used
- Used to create a graphical user interface
- When the computer processes the instructions shown in a procedure one after another in the
order in which they appear in the procedure.
a. event procedure
b. event
c. control
d. object
e. sequential processing
f. dot member access operator
g. class
h. Windows Form Designer window
i. sub procedure