The named set of instructions associated with a macro is called a(n) ____.

A. autorun
B. module
C. execution
D. procedure


Answer: D

Computer Science & Information Technology

You might also like to view...

What will the following code display?

int numbers[] = {99, 87, 66, 55, 101}; for (int i = 1; i < 4; i++) cout << numbers[i] << " "; a. 99 87 66 55 101 b. 87 66 55 101 c. 87 66 55 d. Nothing. This code has an error.

Computer Science & Information Technology

A run time error is an error that occurs while an application is running.

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

Computer Science & Information Technology

Which of the following is a threat to privacy and is sometimes installed when you visit a website?

A. Windows Defender B. EFS C. Macro script D. Spyware

Computer Science & Information Technology

Which of the following is not true about tables in a database?

A) They do not actually hold the data; forms hold the data, tables point to the data in the form. B) They hold the data in an organized grid of columns and rows. C) Databases can contain one or more tables. D) Tables contain one or more fields with various data types.

Computer Science & Information Technology