Name:     ID: 
 
    Email: 

CS104 Visual Basic Quiz I

Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 

 1. 

The ____ window is a window in which you design the user interface for your application.
a.
Design
b.
Project
c.
Properties
d.
Form
 

 2. 

The ____ statement tells Visual Basic to terminate the current application.
a.
Exit
b.
Stop
c.
Halt
d.
End
 

 3. 

When Visual Basic saves a project file, it adds the ____ extension to the filename.
a.
.frm
b.
.vbp
c.
.exe
d.
.prj
 

 4. 

You tell an object how to respond when clicked, double-clicked, and so on by writing a(n) ____.
a.
activity procedure
b.
event procedure
c.
action procedure
d.
happening procedure
 

 5. 

A ____ is 1/1440 of an inch.
a.
point
b.
byte
c.
twip
d.
font
 

 6. 

When set to True, the ____ property automatically sizes a label control to fit its current contents.
a.
AutoWidth
b.
SizeBoth
c.
SizeAuto
d.
AutoSize
 

 7. 

The ____ control displays text that you don't want the user to modify.
a.
display
b.
caption
c.
name
d.
label
 

 8. 

The set of characteristics that control an object's appearance and behavior is called ____.
a.
fonts
b.
states
c.
properties
d.
attributes
 

 9. 

In Visual Basic, the ____ property controls the text displayed in the form's title bar.
a.
Text
b.
Caption
c.
Name
d.
Form
 

 10. 

Objects placed on a form are called ____.
a.
pictures
b.
icons
c.
forms
d.
controls
 



 
Submit          Reset Help