Match the following terms with their description

I. Alignment A. Text is aligned evenly on both sides
II. Center alignment B. Words that are evenly aligned on the right
III. Justified C. Words that are evenly aligned on the left
IV. Left-aligned D. Places text in the middle of a line
V. Right-aligned E. The horizontal placement of text

E, D, A, C, B

Computer Science & Information Technology

You might also like to view...

________ is a data visualization tool that can be used to create interactive dashboards and reports

Fill in the blank(s) with correct word

Computer Science & Information Technology

Some people want to eliminate sexism in all forms of communication. You’ve been asked to create a program that can process a paragraph of text and replace gender-spe- cific words with gender-neutral ones. Assuming that you’ve been given a list of gender-specific words and their gender-neutral replacements (e.g., replace “wife” with “spouse,” “man” with “per- son,” “daughter” with “child” and so on), explain the procedure you’d use to read through a para- graph of text and manually perform these replacements. How might your procedure generate a strange term like “woperchild?” In Chapter 4, you’ll learn that a more formal term for “procedure” is “algorithm,” and that an algorithm specifies the steps to be performed and the order in which to perform them.

What will be an ideal response?

Computer Science & Information Technology