An event ____ takes care of the event that a user triggers by executing code that performs the required processing.
A. manager
B. executor
C. handler
D. guide
Answer: C
You might also like to view...
To create a query using multiple tables, a ________ must exist between common fields
A) join line B) key C) relationship D) thread
When an On Close event is triggered and there is no macro attached to the event, what does Access do?
A) The default Event macro is run. B) It closes the form or report without doing anything. C) The default On Close macro is run D) There is no On Close event.
The major difference between a B-tree traversal and a binary tree traversal is that with the exception of leaf nodes, we don't process all of the data in a node at the same time.
Answer the following statement true (T) or false (F)
Where and how long a variable's storage locations are kept before they are released can be determined by the ____ of the variable.
A. storage class B. time-dimension C. scope D. data type