If you want to save a file as a template, you need to change the Save as type to:

A) Word Document.
B) Word template.
C) PDF.
D) Word Macro-Enabled Document.


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true of a priority_queue?

a. It does not allow insertions in sorted order. b. Each of its common operations is implemented as an inline function. c. A bucket sort is usually associated with it. d. It must be implemented as a deque.

Computer Science & Information Technology

Together, the appearance and the way in which the user interacts with the application are known as that application’s ________.

a. abstract window toolkit. b. look-and-feel. c. swing factor. d. All of the above.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) In most interactive operating systems adequate response time is the critical requirement. 2) One problem with a pure priority scheduling scheme is that lower-priority processes may suffer starvation. 3) FCFS performs much better for short processes than long ones. 4) Round robin is particularly effective in a general purpose time sharing system or transaction processing system. 5) The objective of a fair-share scheduler is to monitor usage to give fewer resources to users who have had more than their fair share, and more to those who have had less than their fair share.

Computer Science & Information Technology

The comma style format reserves a space to the right of the number for a ________ in case of a negative number

A) colon (:) B) percent sign (%) C) parenthesis ( ) ) D) minus sign (-)

Computer Science & Information Technology