Records printed in Form view are distinguished from one another in Print Preview by ____________________.

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


shading

Computer Science & Information Technology

You might also like to view...

In the following code, how many Rectangle objects are instantiated?Rectangle rect1 = new Rectangle();rect1.length = 4.0;rect1.width = 2.0;rect1 = new Rectangle(2.0, 1.0);

A. 0 B. 1 C. 2 D. 3

Computer Science & Information Technology

One method of displaying the entire contents of a window is to ____ it.

A. extend B. restore C. maximize D. navigate

Computer Science & Information Technology

A ________ evaluates a condition and act depending on the status of the condition

A) syntax error B) line label C) Me keyword D) loop

Computer Science & Information Technology

________ are inserted into a document when you want to format each section differently

Fill in the blank(s) with correct word

Computer Science & Information Technology