Name one of the four things Krug recommends doing to make text more scannable.

What will be an ideal response?


Use plenty of headings.
Keep paragraphs short.
Use bulleted lists.
Highlight key terms.

Computer Science & Information Technology

You might also like to view...

The statement

``` s1.equalsIgnoreCase(s4) is equivalent to which of the following? ``` a. s1.regionMatches(true, 0, s4, 0, s4.length()); b. s1.regionMatches(0, s4, 0, s4.length()); c. s1.regionMatches(0, s4, 0, s4.length); d. s1.regionMatches(true, s4, 0, s4.length);

Computer Science & Information Technology

____________________ queries are initiated by clients to resolve a fully qualified domain name (FQDN)to its IP address.

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

Computer Science & Information Technology

Text controls on a form will resize to fit the information entered

Indicate whether the statement is true or false

Computer Science & Information Technology

What security term describes logging keystrokes to obtain passwords?

A) Phishing B) Social engineering C) Malware D) Spyware

Computer Science & Information Technology