A template document that contains a macro has the ________ extension

A) .dotm B) .dotx C) .html D) .docx


A

Computer Science & Information Technology

You might also like to view...

Suppose the Double variable num has the value 123.4567. What value will the following statement assign to num? num = Math.Round(num, 2)

(A) 123.4567 (B) 123.457 (C) 123.45 (D) 123.46

Computer Science & Information Technology

A recursive solution can be preferable to an iterative solution because:

a. recursive method calls are faster than iterative looping b. recursive solutions may be easier to understand than iterative ones c. recursion uses less memory than iteration d. iteration should be avoided.

Computer Science & Information Technology

A(n) ____________________ file is a program module containing instructions that tell your computer how to perform specific tasks.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A school network might use a(n) ________ server to distribute software such as Microsoft Office

A) communication B) print C) application D) proxy

Computer Science & Information Technology