Exam 11: Using and Writing Visual Basic for Applications Code

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

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:
Verified
Premises:
Responses:
A statement that assigns the value of an expression to a field, control, or property.
Immediate window
Free
(Matching)
4.8/5
(44)
Correct Answer:
Verified

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:
Verified
Premises:
Responses:
A set of values for the colors red, green, and blue ranging from 0 to 255 which are used in a specific VB function.
Assignment statement
(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:
Verified
Premises:
Responses:
D isplays the event name for the current event procedure
Procedure box
(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:
Verified
Premises:
Responses:
An error that occurs when a procedure produces incorrect results.
Assignment statement
(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:
Verified
Premises:
Responses:
A statement that contains the name of the function and any parameters required by the function.
RGB
(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:
Verified
Premises:
Responses:
The standard prefix for modules in Access.
Immediate window
(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:
Verified
Premises:
Responses:
T ests VBA procedures without changing any data in the database
Case statement
(Matching)
4.7/5
(39)

Event procedures are always Sub procedures.

(True/False)
4.8/5
(35)
Showing 1 - 20 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)