A(n) ____ document consists of a table that specifies an object in the user interface that will cause an event, the action taken by the user to trigger the event, and the event processing that must occur.

A. event handler
B. event planning
C. event coding
D. event specification


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the definition and code fragment:

``` int matrix[2][3]; int k = 0; for(int i =0; i < 3; i++) for (int j=0, j < 4; j++) matrix[i][j] = k++; ``` The value of matrix[0][0] is a) 0 b) 1 c) 2 d) 3 e) 4

Computer Science & Information Technology

Client authentication is similar to user authentication but with the addition of ____.

A. integrated authorization B. file restrictions C. usage limits D. multifactor authentication

Computer Science & Information Technology

As shown in the accompanying figure, a typical ____ displays the name or a description of the command.

A. tab B. tool C. ScreenTip D. menu

Computer Science & Information Technology

When you download a file and Office 2016 considers the source location of the file to be risky, it will automatically open the file in ________ View

A) Save B) Restricted C) Protected D) Lock

Computer Science & Information Technology