To save a document as a template that can be reused when needed, use the following path:
A. File/New
B. File/Save as
C. Home/Styles/Change Styles
D. Insert/Text/Quick Parts
Answer: B
You might also like to view...
Cloud computing means that data, applications, and even resources are stored on servers accessed over a local area network (LAN) rather than on users' computers, and you access only what you need when you need it.
Answer the following statement true (T) or false (F)
Resource Sheet view does not present information in an easy-to-use format.
Answer the following statement true (T) or false (F)
Page elements can be separated from each other with ____ settings to provide gutters between columns.
A. margin B. float C. clear D. overflow
Which of the following statements allocates an array of 100 floats and sets them to 0.0?
A. calloc(sizeof(float) B. calloc(100 * sizeof(float) C. malloc(100 * sizeof(float) D. calloc(100, sizeof(float) E. malloc(100, sizeof(float)