FIGURE WD 4-1 What is the purpose of the dialog box in the accompanying figure?
A. to add a caption to a selected text box
B. to save a selection as a new quick part in the Text Box Gallery
C. to insert a text box from the Text Box gallery
D. to remove a text box from the Text Box gallery
Answer: B
Computer Science & Information Technology
You might also like to view...
When you add two or more tables to a query, you must manually create new join lines
Indicate whether the statement is true or false
Computer Science & Information Technology
Will the following program terminate?
``` int balance = 10; while (true) { if (balance < 9) continue; balance = balance - 9; } ``` A. Yes B. No
Computer Science & Information Technology