Test Bank For Microsoft Visual Basic 2010 for Windows Web Office and Database Applications Comprehensive 1st Edition by Gary B. Shelly
Chapter 2: Program and Graphical User Interface Design
MULTIPLE RESPONSE
Modified Multiple Choice
1. Properties are used to describe an object’s ____ on the screen.
a.
color
c.
size
b.
name
d.
position
ANS: A, B, C, D PTS: 1 REF: 39
2. No ____ are allowed in an object name.
a.
spaces
c.
special characters
b.
numbers
d.
letters
ANS: A, C PTS: 1 REF: 40
3. Once a GUI object is placed on a Windows Form object, dragging its corner sizing handle allows you to change its ____.
a.
vertical border resolution
c.
width
b.
height
d.
center point
ANS: B, D PTS: 1 REF: 44
4. To place a .NET component from the Toolbox in the Windows Form object, you can ____.
a.
right-click the component in the Toolbox
b.
double-click the component in the Toolbox
c.
drag it from the Toolbox
d.
click the component in the Toolbox and then click the Windows Form object at the desired location
ANS: B, C, D PTS: 1 REF: 46
5. The program development life cycle includes ____.
a.
designing the user interface
c.
coding the program
b.
testing the program
d.
documenting the system
ANS: A, B, C, D PTS: 1 REF: 75
MODIFIED TRUE/FALSE
1. When you enter a value in the Text property for a Label object, the value will be displayed in the Text object. _________________________
ANS: F, Label
PTS: 1 REF: 49
2. When a Label object on a Windows Form object is selected, it has a red border. _________________________
ANS: F, dotted
PTS: 1 REF: 51
3. A GUI object must be selected in order to delete it. _________________________
ANS: T PTS: 1 REF: 55
4. By setting the Resize property for a Button object to True, the Button object will automatically expand or contract to accommodate the amount of text entered in the Text property. _________________________
ANS: F, AutoSize
PTS: 1 REF: 69
5. A red snap line indicates that the sides of objects are aligned vertically. _________________________
ANS: F, blue
PTS: 1 REF: 72
Reviews
There are no reviews yet.