Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
1.
|
The most
commonly used command button should be placed ____. a. | second in the group of
command buttons | b. | last in the group of command buttons | c. | first in the group of
command buttons | d. | in the middle of the group of command
buttons | | |
|
|
2.
|
To prevent
the user from sizing the user interface or from exiting using the Close button, set the form's ____
to 0-None. a. | BorderSize | b. | BorderStyle | c. | Border | d. | Style | | |
|
|
3.
|
The first
step in planning an OOED application is to ____. a. | identify the tasks the application needs to
perform | b. | identify the objects to which you will assign the identified
tasks | c. | identify the events required to trigger an object into performing its
assigned tasks | d. | draw a sketch of the user interface | | |
|
|
4.
|
Command
button captions should be ____. a. | entered in book title capitalization | b. | on one
line | c. | from one to three words
only | d. | all of the
above | | |
|
|
5.
|
To print the
properties of the objects included in the form, click the ____ check box in the Print dialog
box. a. | Properties | b. | Code | c. | Form As Text | d. | Form | | |
|
|
6.
|
The ____
statement tells Visual Basic to terminate the current application.
|
|
7.
|
You tell an
object how to respond when clicked, double-clicked, and so on by writing a(n) ____. a. | action
procedure | b. | activity procedure | c. | happening
procedure | d. | event procedure | | |
|
|
8.
|
You can use
either the ____ tool or the Picture box to add a picture to a form. a. | Graph | b. | Icon | c. | Caption | d. | Image | | |
|
|
9.
|
Command
buttons in an interface should be ____ of the screen. a. | either stacked in the
upper-right or lower-right corner or centered along the bottom | b. | either stacked in the
upper-left corner or centered along the bottom | c. | centered along the
top | d. | stacked in the
lower-left corner | | |
|
|
10.
|
Related
controls should be grouped together using a ____. a. | screen object | b. | box | c. | frame | d. | circle | | |
|