You can run a named data macro from within another macro by using what action?

A. ExecuteNamedDataMacro
B. ExecuteDataMacro
C. RunDataMacro
D. PerformDataMacro


Answer: C

Computer Science & Information Technology

You might also like to view...

Using the list below, construct a table showing the number of comparisons required to sort that list for each of the sort algoirthms (selection sort, insertion sort, bubble sort, quick sort, and merge sort).

3 8 12 34 54 84 91 110

Computer Science & Information Technology

Consider the following relations for a database that keeps track of business trips of salespersons in a sales office:

SALESPERSON (SSN, Name, Start_Year, Dept_No) TRIP (SSN, From_City, To_City, Departure_Date, Return_Date, Trip_ID) EXPENSE (Trip_ID, Account#, Amount) Specify the foreign keys for this schema, stating any assumptions you make.

Computer Science & Information Technology

Table borders and gridlines are both created by using the border property in CSS.

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

Computer Science & Information Technology

The _________ was a mechanical computer designed, but not built, in the early nineteenth century by mathematician Charles Babbage.

a. Analytical Engine b. ENIAC c. Macintosh d. Turing Machine

Computer Science & Information Technology