Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
1.
|
The ____
statement tells Visual Basic to terminate the current application.
|
|
2.
|
The set of
characteristics that control an object's appearance and behavior is called ____. a. | properties | b. | states | c. | fonts | d. | attributes | | |
|
|
3.
|
Objects
placed on a form are called ____. a. | controls | b. | icons | c. | pictures | d. | forms | | |
|
|
4.
|
The ____
window is a window in which you design the user interface for your application. a. | Design | b. | Form | c. | Properties | d. | Project | | |
|
|
5.
|
When set to
True, the ____ property automatically sizes a label control to fit its current
contents. a. | SizeAuto | b. | SizeBoth | c. | AutoSize | d. | AutoWidth | | |
|
|
6.
|
When Visual
Basic saves a project file, it adds the ____ extension to the filename.
|
|
7.
|
A ____ is
1/1440 of an inch. a. | byte | b. | font | c. | point | d. | twip | | |
|
|
8.
|
In Visual
Basic, the ____ property controls the text displayed in the form's title bar. a. | Name | b. | Caption | c. | Text | d. | Form | | |
|
|
9.
|
You tell an
object how to respond when clicked, double-clicked, and so on by writing a(n) ____. a. | activity
procedure | b. | happening procedure | c. | action
procedure | d. | event procedure | | |
|
|
10.
|
The ____
control displays text that you don't want the user to modify. a. | name | b. | label | c. | caption | d. | display | | |
|