To keep the pages in a spread from being shuffled, select the spread in the Pages panel, click the Pages panel menu button, then click Allow Selected Spread to ____________________ to remove the check mark.

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


Shuffle

Computer Science & Information Technology

You might also like to view...

Operations performed on a const_iterator return ________ to prevent modification to elements of the container being manipulated.

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

Computer Science & Information Technology

A template is a preformatted file that is designed for a specific purpose which can be reused repeatedly

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is a standard document property?

A. author B. date the presentation file was created or changed C. theme D. variant

Computer Science & Information Technology

The following pseudocode

``` IF AVG > 93 THEN GRADE = “A” ELSE GRADE = “B” ENDIF IF AVG > 73 THEN GRADE = “C” ELSE GRADE = “F” ENDIF ``` represents a a) sequential IFTHENELSE pattern b) nested IFTHENELSE pattern c) null IFTHENELSE pattern d) simple IFTHENELSE pattern

Computer Science & Information Technology