The ______ window is the default editing environment and provides an environment for refining the appearance of reports, and shows how the report will appear on paper.

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


Answer: paper design

Computer Science & Information Technology

You might also like to view...

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

1. The following statements both declare the variable num to be an integer. int num; INT num; 2. The following is a legal C++ statement to define and initialize a variable. char first Name = "Jack"; 3. If a variable is defined as int sum; it may be written in the program code as sum or Sum, but not SUM. 4. The following two statements both assign the value 5 to the variable dept. 5 = dept; dept = 5;

Computer Science & Information Technology

When an exception occurs it is said to have been ________.

a. caught. b. thrown. c. declared. d. handled.

Computer Science & Information Technology

________ servers are computers that enable users to buy goods and services over the web

Fill in the blank(s) with correct word

Computer Science & Information Technology

Using ____________________ tables for page layout is not considered a standards-compliant design technique.

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

Computer Science & Information Technology