Some guidelines to use tables effectively are:

What will be an ideal response?


A. Integrate the table into the body of the proposal.
B. Try to fit the entire table vertically on a single page if possible.
C. Number and title the table at the top of the page. Make the title descriptive and meaningful.
D. Label each row and column.
E. Use a boxed table if room permits.
F. Use a footnote if necessary to explain detailed information contained in the table.

Computer Science & Information Technology

You might also like to view...

MC A particular row of a table is also called a(n)_________ .

a) record. b) query. c) item. d) None of the above.

Computer Science & Information Technology

What is the effect of the following code fragment?

``` for ( int i = 0; i < MAX_SIZE; ++i ) list2[MAX_SIZE - i - 1] = list1[i]; ``` a. stores in list2 one less than each corresponding element of list1 b. stores in list2 the elements of list1 arranged in ascending order c. stores in list2 the elements of list1 arranged in descending order d. stores in list2 the reverse of list1

Computer Science & Information Technology

A user interface __________ diagram assists a programmer by depicting the flow from one window to another in a GUI program.

a. data b. flow c. text d. hierarchy

Computer Science & Information Technology

No one should open an e-mail attachment that meets which of the following criteria?

A) It comes from a known source. B) It is an executable file. C) It is a picture sent from a friend. D) It is expected.

Computer Science & Information Technology