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