The ____ lists macro actions organized by type.

A. Macro Catalog
B. Action Catalog
C. Arguments Column
D. Submacro Catalog

Answer: B

Computer Science & Information Technology

You might also like to view...

Excel often recognizes if the first row of a worksheet is used for ________ when you use the Sort A to Z option

A) copying data B) the legend C) column labels D) row labels

Computer Science & Information Technology

If the value input for START is 8, how many times will the loop steps in the instructions corresponding to the following pseudocode be executed?

``` Read START COUNT = START DOUNTIL COUNT ? START COUNT = COUNT - 1 Write COUNT ENDDO ``` a) 0 b) 1 c) 8 d) infinite

Computer Science & Information Technology