CE En 270 - Midterm Exam #2 KEY

Winter Semester, March 18-21, 2008

[Page 1]
Page 2
Page 3
Page 4
Page 5
Page 6

1. (1 pt each) True or False:

a. T F  (8.2.3) The standard prefix for button controls in VBA is btn.

b. T F  (8.2.3) The Boolean expression Not x Or Not y evaluates to True when either x or y is false.

c. T F  (8.2.3) An integer requires more bytes than a variant

d. T F  (8.2.3) The attributes associated with an object are called methods.

e. T F  (8.2.3) The default property for a textbox is "Caption"

f. T F  (8.2.3) All "If" statements in VB must have an "Else" statement.

g. T F  (8.2.3) The debugging tools in the Visual Basic Editor are used to track down and fix syntax errors.

h. T F  (8.2.3) A Range object in VBA can reference multiple cells.