A(n) ________ in the Expand button indicates that there is lower-level text connected to this level

Fill in the blank(s) with correct word


plus sign

Computer Science & Information Technology

You might also like to view...

The following code fragment is an implementation of the count-controlled traversal of a singly linked list from Section3.4.5. Does it work? If not, explain the problem and how to fix it. (Note: this.length is the number of data nodes in the linked list and assume the visit() method is implemented and works properly.)

``` SLNode cursor = head.getSuccessor(); for ( int count = 0; count <= this.length; count++ ) { visit(cursor); cursor = cursor.getSuccessor(); } ```

Computer Science & Information Technology

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).

Computer Science & Information Technology

The default template contains the default formatting you start out with in every new workbook, including ____ 11-point font.

A. Calibri B. Helvetica C. Geneva D. Times New Roman

Computer Science & Information Technology

You want to fine-tune the appearance of some text in one of your advertisements. You need to adjust the spacing between all of the characters in a selected paragraph. Which Photoshop feature will you use?

a. bleeding b. kerning c. tracking d. leading

Computer Science & Information Technology