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.


C

Computer Science & Information Technology

You might also like to view...

________ is the general term to describe the buying and selling of goods on the Internet

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

Computer Science & Information Technology

An em space is a unit of measure determined by what?

A. The designer B. The leading C. The type size D. The baseline

Computer Science & Information Technology

Which statement is false?

a) The const qualifier enables the programmer to inform the compiler that the value of a particular variable should not be modified. b) The const qualifier did not exist in early versions of C; it was add-ed to the language by the ANSI C committee. c) Using the const qualifier typically violates the principle of least privilege d) Adding const to C programs that do not use it presents significant opportunities for improvement in the software engineering of that code.

Computer Science & Information Technology

Which of the following operators ensures that at least one out of multiple conditions is true?

a) || b) && c) == d) ^

Computer Science & Information Technology