Of the following choices, the ________ file extension is NOT a Word template
A) .dotx B) .dotm C) .dot D) .docx
D
You might also like to view...
Use the selectionSort method presented in this section to answer this question. What is list1 after executing the following statements?
``` double[] list1 = {3.1, 3.1, 2.5, 6.4}; selectionSort(list1); ``` a. list1 is 3.1, 3.1, 2.5, 6.4 b. list1 is 2.5 3.1, 3.1, 6.4 c. list1 is 6.4, 3.1, 3.1, 2.5 d. list1 is 3.1, 2.5, 3.1, 6.4
The Customize Input Mask Wizard dialog box enables you to edit the default input mask or add a default input mask
Indicate whether the statement is true or false
When Excel starts, the program window displays a blank workbook titled Book1, which includes ____ blank worksheets.
A. one B. two C. three D. four
Why is maintaining the state of an Application Guide such a chore?
A. No one likes to do it B. Project Management does not support it C. Over time, tools will change and you have to watch for these changes constantly and update the document accordingly D. Developers want to write code not documentation