Text that is flush left causes the text along the right margin to be ________

A) ragged right B) justified C) centered D) ragged left


A

Computer Science & Information Technology

You might also like to view...

Given the definitions below. Rewrite the definition of this class so that functions

``` f()const and g(const A& x) are inline. const int x = 17; class A public: A( ); A(int n); int f( ) const; int g(const A& x); private: int i; ``` What will be an ideal response?

Computer Science & Information Technology

Name the four generations of cellular technology, and describe each.

What will be an ideal response?

Computer Science & Information Technology

Text can be used as ____ in movies.

a. headings b. body text c. labels d. input fields

Computer Science & Information Technology

Which of the following is a syntax error?

a) Having duplicate cases in the same switch statement. b) Using an int variable in the test expression of a switch statement. c) Having a default case in a switch statement. d) Using a string variable in the test expression of a switch statement.

Computer Science & Information Technology