Unless the user specifies otherwise, options set in the Page Setup dialog box are applied to the current ________

A) paragraph
B) page
C) section
D) document


D

Computer Science & Information Technology

You might also like to view...

Given the Java statement

number1 = input.nextInt(); in which number1 is an int and input is a Scanner, which of the following occurs if the user does not enter a valid int value? a. A compilation error occurs. b. The program continues executing and assigns the value 0 to number1. c. A runtime logic error occurs. d. None of the above.

Computer Science & Information Technology

If you used the ONMOUSEMOVE event to capture mouse events over an image, which of the following event properties would you use to capture the location of the mouse cursor relative to the image boundaries?

(a) altkey (b) clientX / clientY (c) screenX / screenY (d) offsetX / offsetY

Computer Science & Information Technology

Which of the following is NOT an indent marker located near the left edge of the horizontal ruler?

A) First line B) Hanging C) Left D) Right

Computer Science & Information Technology

An operating system is the set of instructions a computer uses to perform a specific task

Indicate whether the statement is true or false

Computer Science & Information Technology