The Page Setup dialog box offers options to customize margins, select page orientation, and center documents vertically

Indicate whether the statement is true or false


TRUE

Computer Science & Information Technology

You might also like to view...

By default, the Currency data type displays values with a dollar sign.

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

Computer Science & Information Technology

If you choose to make your pages scalable for a variety of devices and resolutions, you will want to express ______ and tracking values as percentages or in em units.

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

Computer Science & Information Technology

Which of the below queries will format a value 1680 as $16,80.00?

A. SELECT TO_CHAR(1680.00,'$9,999V99') FROM dual; B. SELECT TO_CHAR(1680.00,'$9,999D99') FROM dual; C. SELECT TO_CHAR(1680.00,'$99G999D99') FROM dual; D. SELECT TO_CHAR(1680.00,'$99G99D99') FROM dual;

Computer Science & Information Technology

Pointers cannot be used to

a) find the address of a variable in memory. b) reference values directly. c) simulate call-by-reference. d) manipulate dynamic data structures.

Computer Science & Information Technology