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.
Project
b.
Properties
c.
Design
d.
Form
 

 2. 

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

 3. 

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

 4. 

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

 5. 

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

 6. 

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

 7. 

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

 8. 

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

 9. 

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.
happening procedure
d.
action procedure
 

 10. 

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



 
Submit          Reset Help