Once you complete a mail merge, you will have how many files?

A. one
B. two
C. three
D. four


Answer: C

Computer Science & Information Technology

You might also like to view...

In addition to writing your own formulas, you can use predefined formulas called _____.

A. functions B. subroutines C. methods D. template formulas

Computer Science & Information Technology

What is the output from the following program?

``` #include using namespace std; int main () { void doSomething void doSomething (int& thisp, int that) { int theOther; theOther = 5; that = theOther + 2; thisp = theOther * that; return; } // end doSomething (int&, int); int first, second; first = 1; second = 2; doSomething (second, first); cout << first << second; return 0; } ``` a. 35 2 b. 1 35 c. 35 7 d. 1 2 e. 1 0

Computer Science & Information Technology

You can install a copy of Windows 8.1 on a USB thumb drive and use this on a computer that meets the Windows 7 or Windows 8.1 hardware requirements regardless of the operating system installed on the computer. This enables an additional Windows Workspace that operates in a manner similar to an ordinary Windows installation with few exceptions. This feature is called _________

a. Client Hyper-V b. USBGo c. Windows To Go d. None of the above

Computer Science & Information Technology

The _________ of a webpage is the text that appears on the browser tab when the webpage is displayed in a browser.?

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

Computer Science & Information Technology