A data source list cannot be changed in the Mail Merge Wizard.
a. true
b. false
Answer: b. false
You might also like to view...
In order to retain data while a program is not running, data must be saved in __________.
a. RAM b. a ListBox c. a control d. a file
Is it possible to write code in this manner for a C++ program?
```int size; cout << “Enter the size of the array.”.; cin >> size; int numbers[size];``` A. Yes, this is perfectly acceptable C++ code. B. No, the array dimension cannot be a variable. C. The compiler would report that there is an illegal use of a keyword. D. Both A and C are correct.
What is the insertion point as it relates to a text box found in a dialog box?
A) The place in a text box to start typing that is shown by a vertical bar B) The place in a text box to start inserting that is shown by a horizontal bar C) The place in a text box to start talking that is shown by a waitress D) The place in a text box to start dialoguing that is shown by a bar stool
A kilobyte is 1000 bytes.
Answer the following statement true (T) or false (F)