Match the following Word extensions to their meanings:
I. .dotx
II. .docx
III. .dotm
IV. .dot
A. Word 2013 macro-enhanced template
B. Word 2013 template
C. Word 2013 document
D. Word versions prior to 2010 template
B, C, A, D
You might also like to view...
What would display if the following pseudocode was coded and executed?
``` Declare String user = "Joey" If isInteger(user) Then Set intUser = stringToInteger(user) Display intUser Else Display "Not a valid number" ``` a. "Joey" b. Joey c. Not a valid number d. Joey Not a valid number
To catch exceptions thrown by a section of code, you must first enclose those lines in a ________ block.
a) try b) finally c) throw d) exception e) None of the Above.
Explain three schemes that you could use to have a function “return” two data items to the calling function. Note: you can’t use global variables.
What will be an ideal response?
In the RGB color model, white is represented by putting a(n) ________ in each RGB setting
Fill in the blank(s) with correct word