When a ________ is used as a macro name, it is executed automatically by Word after a certain event happens within the document

A) keystroke
B) reserved phrase
C) procedure
D) reserved word


D

Computer Science & Information Technology

You might also like to view...

Consider the following definition of an anomaly: An anomaly is an object that is unusually influential in the creation of a data model.

(a) Compare this definition to that of the standard model-based definition of an anomaly. (b) For what sizes of data sets (small, medium, or large) is this definition appropriate?

Computer Science & Information Technology

Consider the following Structure definition and declaration. Which assignment statement would correctly record that player number 13 had three home runs so far this season?

``` Structure playerType Dim fullname As String Dim team As String Dim position As String Dim homerun As Double Dim average As Double Dim rbi As Double End Structure Dim player(45) As playerType ``` (A) ``` player(13) = 3 ``` (B) ``` player(13).homerun(3) ``` (C) ``` playerType(13).homerun = 3 ``` (D) ``` player(13).homerun = 3 ``` (E) None of the above

Computer Science & Information Technology

In the information requirements phase of the ________, the analyst is striving to understand what information users need to perform their jobs

A) Software Development Life Cycle (SDLC) B) Human computer interface C) The keyboard D) Human computer interaction

Computer Science & Information Technology

A loop that never ends is known as a(n) _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology