a. color
b. name
c. size
d. position
ANSWER: a, b, c, d
POINTS: 1
REFERENCES: 39
2. No ____ are allowed in an object name.
a. spaces
b. numbers
c. special characters
d. letters
ANSWER: a, c
POINTS: 1
REFERENCES: 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
b. height
c. width
d. center point
ANSWER: b, c
POINTS: 1
,REFERENCES: 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-tap or double-click the component in the Toolbox
c. drag it from the Toolbox
d. tap or click the component in the Toolbox and then tap or click the Windows Form
object at the desired location
ANSWER: b, c, d
POINTS: 1
REFERENCES: 46
5. The program development life cycle includes ____.
a. designing the user interface
b. testing the program
c. coding the program
d. documenting the system
ANSWER: a, b, c, d
POINTS: 1
REFERENCES: 70-71
6. When you enter a value in the Text property for a Label object, the value will be displayed in
the Text object. _________________________
ANSWER: False - Label
POINTS: 1
REFERENCES: 48
7. When a Label object on a Windows Form object is selected, it has a red border.
,_________________________
ANSWER: False - dotted
POINTS: 1
REFERENCES: 50
8. A GUI object must be selected in order to delete it. _________________________
ANSWER: True
POINTS: 1
REFERENCES: 53
9. 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.
_________________________
ANSWER: False - AutoSize
POINTS: 1
REFERENCES: 66
10. A red snap line indicates that the sides of objects are aligned vertically.
_________________________
ANSWER: False - blue
POINTS: 1
REFERENCES: 68
11. Visual Basic contains ____ tools that are used in the design process.
a. RAD
b. ERD
c. HTTP
d. EFT
, ANSWER: a
POINTS: 1
REFERENCES: 32
12. The ____ is the window that appears on every screen when the program is running.
a. library
b. service
c. project
d. user interface
ANSWER: d
POINTS: 1
REFERENCES: 32
13. Windows Store apps can only be written and executed using ____.
a. Windows 7
b. Windows 8 or 10
c. Visual Studio
d. Visual Basic
ANSWER: b
POINTS: 1
REFERENCES: 32
14. A(n) ____ is equivalent to a single program created using Visual Studio.
a. application
b. project