Which of the following is the escape character?

a. *
b. \
c. \n
d. “


b. \

Computer Science & Information Technology

You might also like to view...

Give the values of the List attributes after each of the following operations.

``` List ex = new LinkedList(); ex.add("Pooh"); ex.add(1, "Tigger"); ex.add(1, "Piglet"); ex.add(0, "Owl"); List exView = ex.sublist(1,4); exView.clear(); ```

Computer Science & Information Technology

Double-clicking selects a line.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To use the AutoCalculate area, select the range of cells containing the numbers for a calculation you want to verify and then double-click the AutoCalculate area to display the AutoCalculate shortcut menu.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Image rotation on the iPad relies on the _______________ feature in InDesign.

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

Computer Science & Information Technology