Exam 12: Using and Writing Visual Basic for Applications Code

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

The Immediate window allows the developer to test or ____ individual lines of VBA code.

(Multiple Choice)
4.7/5
(36)

Case-Based Critical Thinking Questions Case 11-2 The Environmental Policy Group is collecting data on weather conditions throughout the southeast U.S. The database used for data collection is being used by field technicians throughout the region.  Louisa has been asked to update the database to reduce data entry mistakes.  Louisa will create some new procedures and update others in the database. Before beginning her task, Louisa will review the procedures that have already been coded using VBA in the database. Where will she find the procedures on the Navigation Pane of the database?

(Multiple Choice)
4.9/5
(34)

Case-Based Critical Thinking Questions Case 11-2 The Environmental Policy Group is collecting data on weather conditions throughout the southeast U.S. The database used for data collection is being used by field technicians throughout the region.  Louisa has been asked to update the database to reduce data entry mistakes.  Louisa will create some new procedures and update others in the database. Once Louisa codes the correct event procedure in her code, she will use the ____ function to begin the conversion of the data to proper case.

(Multiple Choice)
4.9/5
(37)

Procedures in a module are separated by a(n) ____________________ in the Code window.

(Short Answer)
4.8/5
(38)

Procedures included in a standard module may only be used by the form or report for which the event procedure was coded.

(True/False)
4.9/5
(36)

A named location in computer memory that can contain a value is called a(n) ____________________.

(Short Answer)
4.9/5
(33)

  In the accompanying figure, the Case structure is testing values for which field in the form? In the accompanying figure, the Case structure is testing values for which field in the form?

(Multiple Choice)
4.9/5
(29)

  In the accompanying figure, arrow number three indicates which element of the Code window in the Visual Basic window? In the accompanying figure, arrow number three indicates which element of the Code window in the Visual Basic window?

(Multiple Choice)
4.8/5
(33)

The hexadecimal and ____________________ are color values that are used in web design and VB.NET as well as Access VBA coding.

(Short Answer)
4.9/5
(45)
Match the followings.
Premises:
The Access event that occurs when a form is opened and the records are displayed.
Responses:
coding
logic error
Sub statement
Correct Answer:
Verified
Premises:
Responses:
The Access event that occurs when a form is opened and the records are displayed.
coding
(Matching)
4.7/5
(43)

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.8/5
(28)

The following code is testing a field in the associated form for specific input.  Which string is the Case structure looking for in the form?    Select Case [Course]    Case "CIS 101"    lblMessage, Caption = "Prerequisite CIS 100 required"

(Multiple Choice)
4.8/5
(33)

The event which occurs when the focus shifts to the next record loaded in a form making it the current record is the ____________________ event.

(Short Answer)
4.9/5
(33)

If the Paid field is marked as paid in the Participant Information form, Luca wants the following message to appear on the screen "Email the participant with the start date of the program."  Which type of VBA control should Luca use in the procedure to create the message?

(Multiple Choice)
4.8/5
(40)

  In the accompanying figure, ____ serves as a placeholder for the input value in the function definition. In the accompanying figure, ____ serves as a placeholder for the input value in the function definition.

(Multiple Choice)
4.8/5
(38)

A predefined memory location initialized to a value that does not change in VBA is called a(n) ____.

(Multiple Choice)
4.7/5
(30)

A(n) ____________________ is an object that stores a group of related procedures.

(Short Answer)
4.8/5
(29)

In a Case control structure, Case Else instructs the procedure to ____.

(Multiple Choice)
4.7/5
(32)

  In the accompanying figure, a RGB value has been assigned to the ____ property of the control. In the accompanying figure, a RGB value has been assigned to the ____ property of the control.

(Multiple Choice)
4.9/5
(33)

  In the accompanying figure, the comment for the module begins with ____. In the accompanying figure, the comment for the module begins with ____.

(Multiple Choice)
4.8/5
(41)
Showing 61 - 80 of 100
close modal

Filters

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