Case AC 6-1Kathleen is working with a large recipient list for an upcoming promotional mailing. She has opened the Mail Merge Recipients dialog box.Kathleen wants to remove some of the recipients from the mail merge list so they do not receive the promotional mailing. What should she do?
A. Clear its check box
B. Double-click the recipient's name and click Remove
C. Fill in their name in the Data Source box
D. None of the above
Answer: A
You might also like to view...
An overloaded + operator takes a class object and a double as operands. For it to be commutative (i.e., a + b and b + a both work):
a. operator+ must be a member function of the class from which the objects are instantiated. b. operator+ must be a non-member function. c. It must be overloaded twice; the operator+ function that takes the object as the left operand must be a member function, and the other operator+ function must be a global function. d. The + operator cannot be overloaded to be commutative.
Software assurance is the level of confidence that software functions in the intended manner and is free from vulnerabilities.
Answer the following statement true (T) or false (F)
What is the fastest, and most common, way to make a color image appear as a black-and-white image?
A. Desaturate it with a Hue/Saturation adjustment. B. Click Black-and-White in the Hue/Saturation dialog box. C. Drop the Brightness slider to 0%. D. None of the above.
Evaluate the following conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.
Note: In the solutions below, indicate the current logical expression being evaluated according to the rules of precedence. ``` x-2 ORy=2 ORy=3 ``` Evaluates as True