Which of the following is not a design guideline for formatting text?

A. Make careful color choices.
B. Avoid text with a font size greater than 30 point.
C. Avoid all capital letters.
D. Use complementary colors that work well together.


Answer: B

Computer Science & Information Technology

You might also like to view...

What will the following code display?

``` int x = 0; while (x < 5) { cout << x << " "; x++; } ``` a. 0 1 2 3 4 5 b. 0 1 2 3 4 c. 0 1 2 3 4 d. This is an infinite loop

Computer Science & Information Technology

An integration plan is also known as a test plan, or software quality assurance plan.

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

Computer Science & Information Technology

The logical unit of the computer that receives information from outside the computer for use by the computer is the _____________.

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

Computer Science & Information Technology

Match each type of server to its function:

I. mid-range server II. Web server III. network server IV. file server V. server A. a group of computers run by specialized software B. same functions as a mainframe computer for smaller companies C. computer running specialized software to support Web pages D. organization and managing of files E. powerful, fast computers that run special software for specific purposes

Computer Science & Information Technology