By default, Word formats bulleted items with a first line indent of ________ and a hanging indent of ________

A) 0.25"; 0.5" B) 0.35"; 0.5" C) 0.5"; 1.0" D) 0.5"; 0.5"

A

Computer Science & Information Technology

You might also like to view...

If a do…while statement is used,

a) an infinite loop will not take place b) the counter must be preincremented if it’s also the condition c) the body of the loop will execute at least once d) an off-by-one error will not occur

Computer Science & Information Technology

If bulk candy costs $4.00 a pound, how much will '/4 pound cost?

Let x equal what you are trying to find x = ($ / purchase) Note: The unit "purchase" is made up. Reciprocal factors 4 ($ / lb) 1 /4 (lb / $) Build an equation x ($ / purchase) = 4.00 ($ /1b) * 1/4 (lb / purchase)

Computer Science & Information Technology