Review Chapter 1-3
OBJECTIVE PORTION QUIZ
                    GAME
Which property can be set to change
           the background of a form?

backcolor
In a Windows environment, what is
triggered when the user takes some
action with the mouse or keyboard?

 An event
Program comments may appear in what
color with the Visual Basic Code window?

 Green
Which of the following would you select
from the New tab of th evisual Basic New
Project dialog box to create a Windows
program from scratch?

 A.   Windows GUI
 B.   Windows App
 C.   Standard EXE
 D.   Standard GUI
Which property of a command button
control determines the text that appears
on a button

 Caption
Which Visual Basic menu contains the
New, Open, Save, and Print commands?


 FILE
What do you need to do on the “toolbox” to
automatically create a control on a form?
 Double left click the object.
What is Windows called an event–driven
environment?
 Because the computer is always waiting for the user to
 take some action.
To shut down Visual Basic, select the ______
from the File menu.
 Exit
Which technology does Visual Basic use
to anticipate what code statement you
are keying and automatically complete
your statement for you?

 A. Intellisense
 B. Intelliwrite
 C. Intellicode
 D. Intellihelp
Which command button property must be
set to True to have the button automatically
activated when the user presses the Enter
key?


 Default
Which property can be set to False in
the Properties window to cause a forms
Maximize button to become inactive?


 MaxOption
A form can be resized by selecting it,
and then dragging the __________ that
appear around its edges.

 Handles

Review chapter 1 3 part 2

  • 1.
  • 2.
    Which property canbe set to change the background of a form? backcolor
  • 3.
    In a Windowsenvironment, what is triggered when the user takes some action with the mouse or keyboard? An event
  • 4.
    Program comments mayappear in what color with the Visual Basic Code window? Green
  • 5.
    Which of thefollowing would you select from the New tab of th evisual Basic New Project dialog box to create a Windows program from scratch? A. Windows GUI B. Windows App C. Standard EXE D. Standard GUI
  • 6.
    Which property ofa command button control determines the text that appears on a button Caption
  • 7.
    Which Visual Basicmenu contains the New, Open, Save, and Print commands? FILE
  • 8.
    What do youneed to do on the “toolbox” to automatically create a control on a form? Double left click the object.
  • 9.
    What is Windowscalled an event–driven environment? Because the computer is always waiting for the user to take some action.
  • 10.
    To shut downVisual Basic, select the ______ from the File menu. Exit
  • 11.
    Which technology doesVisual Basic use to anticipate what code statement you are keying and automatically complete your statement for you? A. Intellisense B. Intelliwrite C. Intellicode D. Intellihelp
  • 12.
    Which command buttonproperty must be set to True to have the button automatically activated when the user presses the Enter key? Default
  • 13.
    Which property canbe set to False in the Properties window to cause a forms Maximize button to become inactive? MaxOption
  • 14.
    A form canbe resized by selecting it, and then dragging the __________ that appear around its edges. Handles