Reusable pieces of content, including document properties and fields, that can be used in a document are called:

A) Building Blocks.
B) Quick Parts.
C) Themes.
D) Styles.


B

Computer Science & Information Technology

You might also like to view...

Given the following decaration:

``` enum Tree { OAK, MAPLE, PINE }; What is the value of the following relational expression? OAK > PINE ``` a. true b. false c. This is an error. You cannot compare enu-merators with relational operators.

Computer Science & Information Technology

An assembler translates a symbolic assembly language into ____ language.

direct machine algorithmic high-level

Computer Science & Information Technology

Describe in terms of who needs access to class members why the public members should come first in a class definition.

What will be an ideal response?

Computer Science & Information Technology

You can improve ________ usability by changing font colors, resizing text boxes, and resizing controls

A) form B) database C) window D) tab

Computer Science & Information Technology