Which command is used to resave frequently used text and then insert the saved text as needed in other documents?

A. Bookmark
B. Template
C. Text box
D. Quick Parts


Answer: D

Computer Science & Information Technology

You might also like to view...

What is wrong in the following code?

``` #include #include using namespace std; int main() { vector v; cout << v[0]; return 0; } ``` a. The program has a compile error on v[0]. b. The program has a runtime error on vector v. c. The program has a runtime error on v[0], because the vector is empty. d. The program has a compile error on vector v.

Computer Science & Information Technology

It is NOT recommended to use the standard formatting techniques found on the ________ tab with PivotTables

A) Home B) Insert C) Design D) Layout

Computer Science & Information Technology

Which of the following statements about rings of trust on a standalone system is true?

A. Outer rings contain a higher level of security. B. Inner rings contain a lower level of security. C. Systems requiring a higher level of security are placed in the inner rings. D. Systems requiring a higher level of security are placed in the outer rings.

Computer Science & Information Technology

GUI programmers sometimes refer to screen space as ____.

A. landscape B. screen estate C. screen space D. real estate

Computer Science & Information Technology