Match the following terms to their meanings:

I. reverse
II. masthead
III. drop cap
IV. typography
V. styles

A. identifying information at the top of a newsletter
B. set of formatting options applied to characters or paragraphs
C. arrangement and appearance of fonts, styles, and sizes of a document
D. large capital letter that begin a paragraph
E. light text on a dark background


E, A, D, C, B

Computer Science & Information Technology

You might also like to view...

Explain the benefits of logging in with your Microsoft account.

What will be an ideal response?

Computer Science & Information Technology

What is wrong with the following compare function to used by the ADT?bool compareStu (void* stu1, void* stu2){   STUDENT s1;   STUDENT s2;   s1 = *(STUDENT*)stu1;   s2 = *(STUDENT*)stu2;   if ( s1.id != s2.id)      return false;   return true;}

A. It should return low (-1), equal (0), or high (+1). B. s1 and s2 should be defined as STUDENT *s1 and STUDENT *s2. C. The assignment of s1 should be written as "s1 = *(STUDENT)stu1"; the same for s2. D. The id field should be referenced as "s1->id" and "s2->id".

Computer Science & Information Technology

You can save an InDesign file as an SWF file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____________________ is an Internet discussion group where participants with common interests post messages in a bulletin-board atmosphere.

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

Computer Science & Information Technology