Exam 11: Using and Writing Visual Basic for Applications Code
Exam 1: Access-Module 1: Creating a Database75 Questions
Exam 2: Building a Database and Defining Table Relationships75 Questions
Exam 3: Maintaining and Querying a Database74 Questions
Exam 4: Creating Forms and Reports75 Questions
Exam 5: Creating Advanced Queries and Enhancing Table Design75 Questions
Exam 6: Using Form Tools and Creating Custom Forms75 Questions
Exam 7: Creating Custom Reports75 Questions
Exam 8: Sharing, Integrating, and Analyzing Data74 Questions
Exam 9: Using Action Queries and Advanced Table Relationships75 Questions
Exam 10: Automating Tasks With Macros75 Questions
Exam 11: Using and Writing Visual Basic for Applications Code75 Questions
Exam 12: Managing and Securing a Database75 Questions
Exam 13: Relational Databases and Database Design75 Questions
Select questions type
The type of procedure that may be used by more than one object in a database is a(n)____.
Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
C
Which code best represents the procedure Louisa has written to convert the City field values to proper case in the database?
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
Match the followings.
Premises:
A statement that assigns the value of an expression to a field, control, or property.
Responses:
Immediate window
Sub statement
Assignment statement
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.8/5
(44)
Correct Answer:
Match the followings.
Premises:
A set of values for the colors red, green, and blue ranging from 0 to 255 which are used in a specific VB function.
Responses:
Assignment statement
Current
Case statement
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(38)
A control is not displayed when the Visible property is to ____.
(Multiple Choice)
4.9/5
(27)
The type of procedure that executes instructions and accepts input values, but does not return a value and cannot be used in expressions, is a(n)____ procedure.
(Multiple Choice)
4.8/5
(34)
In the following code, which field in the associated form is being used for the Case structure?
Select Case [Course]
Case "CIS 101"
lblMessage, Caption = "Prerequisite CIS 100 required"
(Multiple Choice)
4.9/5
(35)
Match the followings.
Premises:
D isplays the event name for the current event procedure
Responses:
Procedure box
Case statement
RGB
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(41)
Match the followings.
Premises:
An error that occurs when a procedure produces incorrect results.
Responses:
Assignment statement
logic error
bas
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(29)
Match the followings.
Premises:
A statement that contains the name of the function and any parameters required by the function.
Responses:
RGB
Case statement
function call
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(31)
The Immediate window allows the developer to test or ____ individual lines of VBA code.
(Multiple Choice)
4.7/5
(37)
VBA is considered to be a(n)____ programming language because instructions are executed on objects in the database.
(Multiple Choice)
4.8/5
(37)
The function that accepts a single string argument as input, converts the value of the argument to lowercase letters, then returns the converted value is the LCase function. ____________________
(True/False)
4.9/5
(40)
When a module is created it must begin with a Procedures section that applies to all procedures in the module.____________________
(True/False)
5.0/5
(40)
Which code statement will test a control to see if the data meets specific requirements?
(Multiple Choice)
4.9/5
(34)
Which VB constant used in conjunction with the StrConv function will convert all characters of a string to upper case letters?
(Multiple Choice)
4.8/5
(34)
Match the followings.
Premises:
The standard prefix for modules in Access.
Responses:
Immediate window
Procedure box
Assignment statement
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(30)
An example of a conditional control structure is the Case control structure.____________________
(True/False)
4.8/5
(27)
Match the followings.
Premises:
T ests VBA procedures without changing any data in the database
Responses:
Case statement
Load
bas
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(39)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)