Deck 13: Creating Modules and Vba

ملء الشاشة (f)
exit full mode
سؤال
You use a(n) quotation mark to begin a comment line. _____
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A sub procedure triggered by an event is often called an event handler.
سؤال
The End Function statement appears in blue.
سؤال
A function created in a standard module can be used in any query in the database.
سؤال
VBA uses different colors to mean different things.
سؤال
Use the On Got Cursor event when you want to trigger when a procedure when a control gets the focus.
سؤال
Visual Basic for Applications (VBA) is only available for Microsoft Access.
سؤال
You would most likely create a function in a class module.
سؤال
DoCmd is a VBA object that supports many methods to run common Access commands such as closing windows or opening forms.
سؤال
In VBA, normal text is black.
سؤال
Declaration statements return a value.
سؤال
In VBA, syntax error text is green.
سؤال
A function created in a standard module can be used in any query in the database. _____
سؤال
VBA is written in Visual Basic Design View .
سؤال
As you write a VBA statement, IntelliSense technology helps you complete it.
سؤال
You must enable content before you run VBA.
سؤال
Class modules automatically travel with the object that stores it.
سؤال
The Else portion of an If...Then...Else construct is executed only if the expression is evaluated false.
سؤال
The End If statement is needed to mark the end of the If block of code.
سؤال
In VBA, comment text is black.
سؤال
In VBA, keyword text is ____.

A) Blue
B) Black
C) Red
D) Green
سؤال
AutoStart is a special macro name that automatically executes when a database first opens. ____________________
سؤال
In VBA, an object is any item that can be used or manipulated. ____________________
سؤال
This type of procedure performs a series of VBA statements, but is not used in an expression.

A) Argument
B) Method
C) Sub
D) Module
سؤال
Which VBA keyword(s) is required as the last statement of a sub procedure?

A) End
B) Sub End
C) End Sub
D) Sub
سؤال
Which of the following is NOT a type of module?

A) Class
B) Procedure
C) Standard
D) None of the above are modules.
سؤال
Click the gray bar to the right of the VBA statement to toggle breakpoints on and off. _____
سؤال
This type of module is stored as a part of the form or report in which it was created.

A) Standard
B) Class
C) Function
D) Sub
سؤال
Syntax errors in the Visual Basic Editor window are the most difficult type of error to find. _____
سؤال
VBA stands for ____.

A) Visual Basic for Access
B) Virtual Basic for Access
C) Visual Basic for Applications
D) Virtual Basic for Applications
سؤال
The On Advance event of a form is triggered when you navigate through records.
سؤال
Which of the following is NOT a type of procedure?

A) Declaration
B) Sub
C) Function
D) None of the above are procedures.
سؤال
GoToControl is an example of a(n) ____.

A) Object
B) Module
C) Procedure
D) Method
سؤال
When you type a colon after the DoCmd object, IntelliSense technology helps you complete the statement.
سؤال
Standard modules are also called universal modules. ___________________
سؤال
Which of the following is NOT a built-in Access function?

A) Sub
B) Sum
C) Pmt
D) Now
سؤال
This type of procedure manipulates controls and objects.

A) Sub
B) Argument
C) Method
D) Declaration
سؤال
This type of procedure is generally executed when an event occurs.

A) Method
B) Sub
C) Module
D) Declaration
سؤال
When you encounter a run-time error, VBA will stop execution of your procedure at the line in which the error occurred. _____
سؤال
This type of module is stored within a particular form or report.

A) Function
B) Sub
C) Argument
D) Class
سؤال
These types of errors occur after the code starts to run and include attempting an illegal operation, such as dividing by zero.

A) Compile-time
B) Syntax
C) Run-time
D) Logic
سؤال
_____ statements precede procedure statements and help set rules for how the statements in the module are processed.
سؤال
Why would you use the Zoom dialog box when creating an expression?

A) You must use the Zoom dialog box when entering VBA in an expression.
B) You must use the Zoom dialog box when entering SQL in an expression.
C) The Zoom dialog box gives you more room to enter an expression.
D) The Zoom dialog box precalculates the answer to an expression.
سؤال
Debug means to ____.

A) Write code using the Command Button Wizard
B) Find and resolve errors in code
C) Use conditional expressions in code
D) Use If...Then...Else statements in code
سؤال
Which statement declares a variable, a named storage location that contains data that can be modified during program execution.

A) Const
B) Var
C) Sub
D) Dim
سؤال
Visual Basic code is stored in a database object called a(n) _____.
سؤال
Standard modules are also called  _____  modules.

A) universal
B) global
C) typical
D) ordinary
سؤال
This character separates multiple arguments in a function.

A) Period
B) Comma
C) Semicolon
D) Colon
سؤال
A(n) _____ is a procedure that returns a value.
سؤال
Which of the following VBA keywords is a declaration statement that determines the way string values (text) will be sorted?

A) Option Compare Database
B) Option Compare Text
C) On Text GoTo
D) Select Case
سؤال
Which VBA keyword(s) declares the name and arguments that create a new function procedure?

A) Function
B) Start Function
C) Dim Function
D) Option Function
سؤال
Forgetting an End If statement would be an example of which type of programming error?

A) Syntax
B) Run-time
C) Compile-time
D) Debug
سؤال
This function returns today's date.

A) TodayDate
B) TodaysDate
C) Day
D) Now
سؤال
Which procedure is triggered after a field is updated?

A) On Got Focus
B) After Update
C) Current Record
D) Current Field
سؤال
You can create a comment by starting the statement with a(n) _____ statement.

A) rem
B) aloc
C) dim
D) var
سؤال
It is common for VBA programmers to use _____-character prefixes to name objects and controls.

A) two
B) three
C) four
D) five
سؤال
_____ are used to store data that can be used, modified, or displayed during the execution of a procedure.

A) Variables
B) Constructs
C) Arguments
D) Dimensions
سؤال
Which VBA keyword(s) is required as the last statement of a function procedure?

A) End Procedure
B) End Function
C) Option Procedure
D) Option Function
سؤال
Comment lines are preceded by a(n) ____.

A) Period
B) Exclamation point
C) Right parentheses
D) Apostrophe
سؤال
This VBA keyword(s) specifies the location of where the procedure should continue if an error occurs in the execution.

A) On Error Continue
B) GoTo Error
C) Error End
D) On Error GoTo
سؤال
Match between columns
An object that stores VBA code
Method
An object that stores VBA code
Procedure
An object that stores VBA code
Argument
An object that stores VBA code
Object
An object that stores VBA code
Module
An action that an object can perform
Method
An action that an object can perform
Procedure
An action that an object can perform
Argument
An action that an object can perform
Object
An action that an object can perform
Module
A constant, variable, or expression needed by a procedure to execute
Method
A constant, variable, or expression needed by a procedure to execute
Procedure
A constant, variable, or expression needed by a procedure to execute
Argument
A constant, variable, or expression needed by a procedure to execute
Object
A constant, variable, or expression needed by a procedure to execute
Module
A series of VBA statements that performs an operation
Method
A series of VBA statements that performs an operation
Procedure
A series of VBA statements that performs an operation
Argument
A series of VBA statements that performs an operation
Object
A series of VBA statements that performs an operation
Module
Any item that can be identified or manipulated
Method
Any item that can be identified or manipulated
Procedure
Any item that can be identified or manipulated
Argument
Any item that can be identified or manipulated
Object
Any item that can be identified or manipulated
Module
سؤال
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Which of the following types of procedures is generally stored in standard modules vs. class modules?
A. Functions
B. Subs
C. Subroutines
D. Declaration statements
سؤال
Which is easier to create, a macro or a module, and why?
سؤال
_____ modules are displayed as module objects in the Navigation Pane.
سؤال
In what situations must you use a macro instead of a module?
سؤال
The prefix ____________________ is short for Basic and applies to standard modules.
سؤال
Name three reasons you must use a module rather than a macro.
سؤال
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Why do forms generally contain more VBA than reports?
A. They generally show one record of data at a time.
B. The user interacts with forms more than reports.
C. They store Structured Query Language.
D. They may contain expressions that calculate new pieces of information.
سؤال
Aaron and Jeff are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a quiz for the other. Two of Aaron's questions are shown below. Which of the following contains the term that is described by the following statement?
"Declares a variable, a named storage location that contains data that can be modified during program execution."
A. Option Explicit
B. Option Compare Database
C. Dim
D. Private Sub
سؤال
Aaron and Jeff are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a quiz for the other. Two of Aaron's questions are shown below. Which of the following defines a breakpoint?
A. Run-time error that stops execution in the immediate window
B. Bookmark that stops execution at that statement
C. Syntax error that must be debugged
D. Immediate window that provides more information about the procedure
سؤال
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Which of the following objects may not store class modules?
A. Queries
B. Forms
C. Reports
D. Each may store VBA
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/71
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 13: Creating Modules and Vba
1
You use a(n) quotation mark to begin a comment line. _____
False
2
A sub procedure triggered by an event is often called an event handler.
True
3
The End Function statement appears in blue.
True
4
A function created in a standard module can be used in any query in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
5
VBA uses different colors to mean different things.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
6
Use the On Got Cursor event when you want to trigger when a procedure when a control gets the focus.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
7
Visual Basic for Applications (VBA) is only available for Microsoft Access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
8
You would most likely create a function in a class module.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
9
DoCmd is a VBA object that supports many methods to run common Access commands such as closing windows or opening forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
10
In VBA, normal text is black.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
11
Declaration statements return a value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
12
In VBA, syntax error text is green.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
13
A function created in a standard module can be used in any query in the database. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
14
VBA is written in Visual Basic Design View .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
15
As you write a VBA statement, IntelliSense technology helps you complete it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
16
You must enable content before you run VBA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
17
Class modules automatically travel with the object that stores it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
18
The Else portion of an If...Then...Else construct is executed only if the expression is evaluated false.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
19
The End If statement is needed to mark the end of the If block of code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
20
In VBA, comment text is black.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
21
In VBA, keyword text is ____.

A) Blue
B) Black
C) Red
D) Green
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
22
AutoStart is a special macro name that automatically executes when a database first opens. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
23
In VBA, an object is any item that can be used or manipulated. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
24
This type of procedure performs a series of VBA statements, but is not used in an expression.

A) Argument
B) Method
C) Sub
D) Module
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which VBA keyword(s) is required as the last statement of a sub procedure?

A) End
B) Sub End
C) End Sub
D) Sub
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which of the following is NOT a type of module?

A) Class
B) Procedure
C) Standard
D) None of the above are modules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
27
Click the gray bar to the right of the VBA statement to toggle breakpoints on and off. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
28
This type of module is stored as a part of the form or report in which it was created.

A) Standard
B) Class
C) Function
D) Sub
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
29
Syntax errors in the Visual Basic Editor window are the most difficult type of error to find. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
30
VBA stands for ____.

A) Visual Basic for Access
B) Virtual Basic for Access
C) Visual Basic for Applications
D) Virtual Basic for Applications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
31
The On Advance event of a form is triggered when you navigate through records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following is NOT a type of procedure?

A) Declaration
B) Sub
C) Function
D) None of the above are procedures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
33
GoToControl is an example of a(n) ____.

A) Object
B) Module
C) Procedure
D) Method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
34
When you type a colon after the DoCmd object, IntelliSense technology helps you complete the statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
35
Standard modules are also called universal modules. ___________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
36
Which of the following is NOT a built-in Access function?

A) Sub
B) Sum
C) Pmt
D) Now
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
37
This type of procedure manipulates controls and objects.

A) Sub
B) Argument
C) Method
D) Declaration
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
38
This type of procedure is generally executed when an event occurs.

A) Method
B) Sub
C) Module
D) Declaration
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
39
When you encounter a run-time error, VBA will stop execution of your procedure at the line in which the error occurred. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
40
This type of module is stored within a particular form or report.

A) Function
B) Sub
C) Argument
D) Class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
41
These types of errors occur after the code starts to run and include attempting an illegal operation, such as dividing by zero.

A) Compile-time
B) Syntax
C) Run-time
D) Logic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
42
_____ statements precede procedure statements and help set rules for how the statements in the module are processed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
43
Why would you use the Zoom dialog box when creating an expression?

A) You must use the Zoom dialog box when entering VBA in an expression.
B) You must use the Zoom dialog box when entering SQL in an expression.
C) The Zoom dialog box gives you more room to enter an expression.
D) The Zoom dialog box precalculates the answer to an expression.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
44
Debug means to ____.

A) Write code using the Command Button Wizard
B) Find and resolve errors in code
C) Use conditional expressions in code
D) Use If...Then...Else statements in code
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which statement declares a variable, a named storage location that contains data that can be modified during program execution.

A) Const
B) Var
C) Sub
D) Dim
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
46
Visual Basic code is stored in a database object called a(n) _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
47
Standard modules are also called  _____  modules.

A) universal
B) global
C) typical
D) ordinary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
48
This character separates multiple arguments in a function.

A) Period
B) Comma
C) Semicolon
D) Colon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
49
A(n) _____ is a procedure that returns a value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which of the following VBA keywords is a declaration statement that determines the way string values (text) will be sorted?

A) Option Compare Database
B) Option Compare Text
C) On Text GoTo
D) Select Case
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which VBA keyword(s) declares the name and arguments that create a new function procedure?

A) Function
B) Start Function
C) Dim Function
D) Option Function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
52
Forgetting an End If statement would be an example of which type of programming error?

A) Syntax
B) Run-time
C) Compile-time
D) Debug
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
53
This function returns today's date.

A) TodayDate
B) TodaysDate
C) Day
D) Now
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which procedure is triggered after a field is updated?

A) On Got Focus
B) After Update
C) Current Record
D) Current Field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
55
You can create a comment by starting the statement with a(n) _____ statement.

A) rem
B) aloc
C) dim
D) var
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
56
It is common for VBA programmers to use _____-character prefixes to name objects and controls.

A) two
B) three
C) four
D) five
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
57
_____ are used to store data that can be used, modified, or displayed during the execution of a procedure.

A) Variables
B) Constructs
C) Arguments
D) Dimensions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which VBA keyword(s) is required as the last statement of a function procedure?

A) End Procedure
B) End Function
C) Option Procedure
D) Option Function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
59
Comment lines are preceded by a(n) ____.

A) Period
B) Exclamation point
C) Right parentheses
D) Apostrophe
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
60
This VBA keyword(s) specifies the location of where the procedure should continue if an error occurs in the execution.

A) On Error Continue
B) GoTo Error
C) Error End
D) On Error GoTo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
An object that stores VBA code
Method
An object that stores VBA code
Procedure
An object that stores VBA code
Argument
An object that stores VBA code
Object
An object that stores VBA code
Module
An action that an object can perform
Method
An action that an object can perform
Procedure
An action that an object can perform
Argument
An action that an object can perform
Object
An action that an object can perform
Module
A constant, variable, or expression needed by a procedure to execute
Method
A constant, variable, or expression needed by a procedure to execute
Procedure
A constant, variable, or expression needed by a procedure to execute
Argument
A constant, variable, or expression needed by a procedure to execute
Object
A constant, variable, or expression needed by a procedure to execute
Module
A series of VBA statements that performs an operation
Method
A series of VBA statements that performs an operation
Procedure
A series of VBA statements that performs an operation
Argument
A series of VBA statements that performs an operation
Object
A series of VBA statements that performs an operation
Module
Any item that can be identified or manipulated
Method
Any item that can be identified or manipulated
Procedure
Any item that can be identified or manipulated
Argument
Any item that can be identified or manipulated
Object
Any item that can be identified or manipulated
Module
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
62
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Which of the following types of procedures is generally stored in standard modules vs. class modules?
A. Functions
B. Subs
C. Subroutines
D. Declaration statements
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which is easier to create, a macro or a module, and why?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
64
_____ modules are displayed as module objects in the Navigation Pane.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
65
In what situations must you use a macro instead of a module?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
66
The prefix ____________________ is short for Basic and applies to standard modules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
67
Name three reasons you must use a module rather than a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
68
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Why do forms generally contain more VBA than reports?
A. They generally show one record of data at a time.
B. The user interacts with forms more than reports.
C. They store Structured Query Language.
D. They may contain expressions that calculate new pieces of information.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
69
Aaron and Jeff are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a quiz for the other. Two of Aaron's questions are shown below. Which of the following contains the term that is described by the following statement?
"Declares a variable, a named storage location that contains data that can be modified during program execution."
A. Option Explicit
B. Option Compare Database
C. Dim
D. Private Sub
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
70
Aaron and Jeff are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a quiz for the other. Two of Aaron's questions are shown below. Which of the following defines a breakpoint?
A. Run-time error that stops execution in the immediate window
B. Bookmark that stops execution at that statement
C. Syntax error that must be debugged
D. Immediate window that provides more information about the procedure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
71
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA.  In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Which of the following objects may not store class modules?
A. Queries
B. Forms
C. Reports
D. Each may store VBA
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.