To position paragraph text evenly between the left and right margins with ragged edges along both margins, the _________ align option is used.?
A. Middle
B. Center
C. Median
D. Pivot

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


Center

Rationale: Center means to position paragraph text evenly between the left and right margins with ragged edges along both margins. Justified paragraphs are flush with both the left and right margins. See 10-6: Formatting Paragraphs

Computer Science & Information Technology

You might also like to view...

Which of the following uses C++11's list initialization to initialize count to 0?

a. int count = 0; b. int count[0]; c. int count(0); d. int count{0};

Computer Science & Information Technology

File ____ are specific types of computer code that you use to save an image for various types of output or use with other applications.

A. supplements B. codes C. formats D. applications

Computer Science & Information Technology

Antivirus servers can only find viruses, not other types of malware.

True False

Computer Science & Information Technology

An organization can use either Social Security Number or Employee ID as the primary key for a table. These two fields are considered ____ keys.

A. primary B. candidate C. alternate D. index

Computer Science & Information Technology