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