A(n) ____________ is a method that executes when a specific event (such as clicking the mouse) takes place while an application is running.

a. action sequencer
b. feature coordinator
c. event handler
d. incident manager


c. event handler

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 7-1The faculty member whose course you took last semester has to go out of town for one lecture this semester. The lecture she will miss is on behaviors and rich media, and she'd like you to come to the class and deliver a brief course on behaviors. Which of the following is not a tool you will cover as a method of inserting behaviors in Dreamweaver?

A. preset behavior tools B. preset triggers available via the Behaviors panel C. prewritten lists from which you choose event handlers and actions for a behavior D. writing JavaScript code in Code view or in the Script dialog box

Computer Science & Information Technology

Which SQL SELECT statement determines the criteria for the rows that appear in the results?

A) WHICH B) WHO C) WHERE D) FROM

Computer Science & Information Technology

Match the following terms with their description

I. Explicit calculated field II. Implicit calculated field III. Base value IV. Status threshold V. Target value A. Uses a wide variety of functions beyond general aggregation B. The range between a high and low value C. Can only use standard aggregation functions D. Can either be another calculated field that resolves to a value or an absolute value E. A calculated field that resolves to a value

Computer Science & Information Technology

Identify the syntax of thecall()method.

A. function.call(arg1, arg2, arg3, ...) B. function.call(thisObj, arg1, arg2, arg3, ...) C. call.function(thisObj, arg1, arg2, arg3, ...) D. function.call(Obj1, Obj2,...)

Computer Science & Information Technology