Exam 13: Programming in Access

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

You need to assign a data type to a ____.

(Multiple Choice)
4.8/5
(28)

FIGURE 13-3 FIGURE 13-3   In Figure 13-3 above, item 2 points to ____. In Figure 13-3 above, item 2 points to ____.

(Multiple Choice)
4.8/5
(39)

When you enter dates in the Immediate window, you place a(n) ____ before and after the date to define when the date starts and ends.

(Multiple Choice)
4.8/5
(26)

You can add controls to a form that display the results of a calculation.

(True/False)
4.7/5
(37)

You can highlight a line of code before you type it to make it easier to see in the window.

(True/False)
5.0/5
(47)

____ is the programming language for Access.

(Multiple Choice)
4.8/5
(37)

Even the simplest functions can contain errors.

(True/False)
4.9/5
(39)

To add a comment in VBA, you begin by typing a(n) ____ before the sentence.

(Multiple Choice)
4.8/5
(39)

Average, Min, and Max are examples of VBA ____.

(Multiple Choice)
4.8/5
(36)

AC Adv Case 13-2 John has written a VBA program that uses the following IF statement. He tests the program and the IF statement is not working as expected, so he asks for your help. 'This If statement checks for an empty input value 'Then it divides 100 by that value If IsEmpty(divisor) then 'Input field has a value so continue result = 100 / divisor End If You explain that the result is not being displayed correctly because ____.

(Multiple Choice)
4.8/5
(40)

A(n) ____________________ is an action that can be defined in VBA code where you use statements to describe the action you want performed.

(Short Answer)
5.0/5
(36)

Defining a function in a module makes it ____.

(Multiple Choice)
4.9/5
(45)

When testing functions in Visual Basic, the answer appears in the Results window.

(True/False)
4.8/5
(32)
Identify the letter of the choice that best matches the phrase or definition.
Wording that is used in VBA
comment
Identifies what will appear in the unbound part of the text box control
period (.)
A symbolic name that you assign to a value
variable name
Correct Answer:
Verified
Premises:
Responses:
Wording that is used in VBA
comment
Identifies what will appear in the unbound part of the text box control
period (.)
A symbolic name that you assign to a value
variable name
Used to indicate the end of a label name
syntax
A statement that does not perform an action
label
(Matching)
4.9/5
(30)

If you are going to use a control in a procedure, you first add the control to the database .

(True/False)
5.0/5
(32)

If a procedure is working correctly, the results of the procedure will show accurate results.

(True/False)
4.9/5
(35)

You assign specific functions to the parts of a control in the Control Sheet.

(True/False)
4.7/5
(28)

Describe the general syntax of the IF procedure.

(Short Answer)
4.9/5
(33)

AC Adv Case 13-2 John has written a VBA program that uses the following IF statement. He tests the program and the IF statement is not working as expected, so he asks for your help. 'This If statement checks for an empty input value 'Then it divides 100 by that value If IsEmpty(divisor) then 'Input field has a value so continue result = 100 / divisor End If John wants to display an error message if there is no input value. You suggest that John ____.

(Multiple Choice)
4.7/5
(40)

VBA requires the use of specific syntax so that the procedure performs actions ____.

(Multiple Choice)
4.7/5
(36)
Showing 21 - 40 of 46
close modal

Filters

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