Solved

Match Each Item with a Statement Below

Question 8

Matching

Match each item with a statement below:

Premises:
Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
Lies horizontally across the top of the IDE window, and includes submenus that list additional options
An icon that appears beside a list or a section of code and that can be expanded or condensed
A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
The event generated when a user clicks a control in a GUI program
The area where you design applications visually
A control that has this can receive keyboard input
GUI objects that provide an interface for collecting, displaying, and delivering information
A keyword in a method header (for example, the keyword private ) that dictates which classes can use the method
Responses:
Form Designer
click event
Form s
AcceptButton
node
focus
access specifier
menu bar
Toolbox tab

Correct Answer:

Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
Lies horizontally across the top of the IDE window, and includes submenus that list additional options
An icon that appears beside a list or a section of code and that can be expanded or condensed
A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
The event generated when a user clicks a control in a GUI program
The area where you design applications visually
A control that has this can receive keyboard input
GUI objects that provide an interface for collecting, displaying, and delivering information
A keyword in a method header (for example, the keyword private ) that dictates which classes can use the method
Related Questions