Which of the following is NOT a guideline you should follow when planning a table?

A. Plan and design your table so that all rows have similar items in the same column.
B. Avoid blank columns.
C. Avoid blank rows.
D. Use a variety of formats for all cells in a column.


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the value of result after the following Java statements execute (assume all variables are of type int)?

a = 4; b = 12; c = 37; d = 51; result = d % a * c + a % b + a; a. 119 b. 51 c. 127 d. 59

Computer Science & Information Technology

Another name for the notification area on the right side of the taskbar that displays the status of your computer, shortcuts, and a clock is the:

A) system tray B) Quick Launch toolbar C) taskbar D) Windows Sidebar

Computer Science & Information Technology

You use formulas in Excel to perform calculations such as adding, multiplying, and averaging.

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

Computer Science & Information Technology

Which method returns true if the popup trigger event occurred?

a. isTrigger. b. isPopup. c. isPopupTrigger. d. isTriggerEvent.

Computer Science & Information Technology