Match the following terms to their meanings:

I. Debugging
II. Repeat Count and Repeat Expression
III. Single stepping
IV. MessageBox
V. Embedded macro

A. Using a logical process to find and reduce the number of errors in a program or macro
B. Executes one action at a time using the Debugging process
C. Stored in the Event properties of forms, reports, or controls
D. When left blank, the macro will run only once
E. Trusted action that displays a message box containing a warning or informational message


A, D, B, E, C

Computer Science & Information Technology

You might also like to view...

Current Microsoft OSs include IPv6, but to use it, you must enable it first.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the data structure used in the following code?

class Node { Object data; Node next; } void algo(Node node1, Node node2){ Node temp = node1.next; node1 = node2; node2.next = temp; } a. Single-linked list b. Double-linked list c. Binary search tree d. Priority queue

Computer Science & Information Technology

The Crosstab icon can be found in the Design tab of the Design View of a Select Query

Indicate whether the statement is true or false

Computer Science & Information Technology

The Notes button, when clicked, displays an area on the left side of the window with thumbnail notes of the presentation slides

Indicate whether the statement is true or false

Computer Science & Information Technology