Solved

Match Each Item with a Statement Below

Question 23

Matching

Match each item with a statement below.

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

Correct Answer:

A block of code that performs a specific task.
When the computer processes the instructions shown in a procedure one after another in the order in which they appear in the procedure.
Used to create a graphical user interface
An object, such as a label or button, that is added to a form.
A pattern used to create an object
Indicates a hierarchy of namespaces.
The set of Visual Basic instructions that are processed only when the event occurs.
An action of the user, such as clicking, double-clicking, and scrolling.
Anything that can be seen, touched, or used
Related Questions