A ________ is saved text or a saved object that can be quickly retrieved and inserted into a document
A) building block
B) style
C) theme
D) template
A
Computer Science & Information Technology
You might also like to view...
The four principal approaches to multithreading are: interleaved (fine-grained), blocked (coarse-grained), simultaneous, and ________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following statements is false?
a. A public class can be accessed by a class from a different package. b. A private method cannot be accessed by a class in a different package. c. A protected method can be accessed by a subclass in a different package. d. A method with no visibility modifier can be accessed by a class in a different package.
Computer Science & Information Technology