Prebuilt sets of instructions that perform tasks when a macro is run, called macro actions, are listed in the ________

A) Macro Library B) control grid C) Action Catalog D) Macro Catalog

C

Computer Science & Information Technology

You might also like to view...

Match the following terms with their description

I. Style A. Contains formatting, such as font and font size II. First line indent B. Style used on a bibliography III. Synonym C. Style used on all paragraphs in MLA IV. Thesaurus D. Similar to a dictionary V. Hanging indent E. A word that has the same meaning, or close to the same meaning, as another word

Computer Science & Information Technology

When an application uses many components, rather than deriving just one class from the JFrame class, it is often better to encapsulate smaller groups of related components and their event listeners into their own class. A commonly used technique to do this is:

A) To extend a class from the JAbstractButton class to contain other components and their related code B) To extend a class from the JComponent class to contain other components and their related code C) To extend a class from the JPanel class to contain other components and their related code D) To extend a class from the JFrame class to contain other components and their related code

Computer Science & Information Technology