What is the process for changing the Document Setup default, for instance, to turn off Facing Pages?
What will be an ideal response?
With no document open, press Cmd+Option+P (Mac) or Ctrl+Alt+P (Windows). When the Document Setup window opens, specify the parameters you desire. Create a default document by pressing Cmd+Opt+N (Mac) or Ctrl+Alt+N (Windows).
You might also like to view...
When a compiler encounters a function parameter for a single-subscripted array of the form int a[], it converts the parameter to:
a. int a b. int &a c. int *a d. No conversion is necessary.
Where should the loop control variable be initialized?
a) before the loop starts b) in the first statement of the loop body c) in the last statement of the loop body d) anywhere in the loop body
Modify the function you wrote for exercise 20 to descend all subdirectories of the named directory recursively and to find the maximum length of any filename in that hierarchy.
What will be an ideal response?
Where does the Reviewing pane appear?
A) directly above the status bar B) on the left side of the screen C) on the right side of the screen D) directly below the Ribbon