Site MapHelpFeedbackLesson 15 Quiz
Lesson 15 Quiz
(See related pages)

1
Which of the following characteristic of a macro is NOT correct?
A)It executes only one action.
B)It contains declarations and procedures.
C)It contains logical expressions.
D)It is a multi-stepped activity.
2
A(n) _______________ executed by a macro can be selected from the Macro Design window.
A)property
B)section
C)title
D)action
3
In a module, the VB Name used to display a Question icon is _______________.
A)vbCritical
B)vbInformation
C)vbExclamation
D)vbQuestion
4
A message box contains three sections of text. Which of the following is not one of these parts?
A)text displayed as a bold heading
B)plain text that displays above the message icon
C)plain text that displays beneath a heading
D)plain text that displays beneath the second section
5
A(n) _______________ trap is a procedure that tests for an error condition and provides a corresponding procedure to recover from the error.
A)error
B)test
C)submacro
D)condition
6
A(n) ______________ module is an object module occurring on a specific control in a form or report.
A)procedure
B)stand–alone
C)embedded
D)VBA
7
The _______________ symbol is a common visual basic symbol used to concatenate two strings in an expression using Visual Basic code.
A)& (ampersand)
B)- (hyphen)
C)+ (plus)
D)_ (underscore)
8
The Leszynski Naming Conventions use ___________ as the prefix for modules.
A)vba
B)cde
C)mod
D)bas
9
Assigning a procedure to a(n) ____________ provides a means to execute the procedure.
A)macro
B)event
C)property
D)title
10
A(n) _______________ is a major object that completes an action or set of actions.
A)event
B)property
C)procedure
D)macro







Hinkle, Microsoft2010 CompleteOnline Learning Center

Home > Access > Lesson 15 Quiz