Self Review Exercises 2 Flashcards
SRE 2
The technique of _____ ___ _____ allows you to create GUIs without writing any code.
visual app development
SRE 2
A(n) _____ is a group of one or more projects that collectively form a Visual Basic app.
solution
SRE 2
A(n) _____ _____ appears when the mouse pointer hovers over an icon.
tool tip
SRE 2
The _____ _____ window allows you to browse solution files
solution explorer
SRE 2
The properties in the properties window can be sorted _____ or _____.
alphabetically, categorically
SRE 2
A Form’s _____ property specifies the text displayed in the Form’s title bar.
Text
SRE 2
The _____ contains the controls that you can add to a Form
Toolbox
SRE 2
_____-_____ ____ displays relevant help articles, based on the current content.
context-sensitive help.
SRE 2
The _____ property specifies how text is aligned within a Label’s boundaries
TextAlign
SRE 2
True or False: The toolbar icons represent various menu commands.
true
SRE 2
True or False: Both Labels and Forms have a title bar.
False. Forms have a title bar but Labels do not
SRE 2
True or False: Control properties can be modified only by writing code.
False. Control properties can be modified using the properties window.
SRE 2
True or False: PictureBoxes typically display images
True
SRE 2
True or False: Visual basic files use the file extension .bas
False: Visual basic files use the file extension .vb
SRE 2
True or False: A Form’s background color is set using the BackColor property.
True