Case 3-1Carl is creating a brochure for his band's first performance at a neighborhood block party.Carl knows he wants to change the appearance of the text. He discovers that ____ define the style for letters and numbers.

A. words
B. fonts
C. serifs
D. edits


Answer: B

Computer Science & Information Technology

You might also like to view...

What will be the values of k[1] and k[3] after execution of the code fragment below using the data shown?

``` int k[6] = { 0, 0, 0, 0, 0, 0 }; Data: 2 0 1 int n; for ( int i = 3; i < 6; ++i ) { cin >> n; k[n] = i; } ```

Computer Science & Information Technology

Given the MS-DOS file name ?.*, which of the following file names is not referenced?

a. A.B b. A.1 c. AB.C d. A.BC

Computer Science & Information Technology

Expression Builder can be opened by clicking Builder in the:

A) Query Setup group on the DATABASE TOOLS tab. B) Analyze group on the DATABASE TOOLS tab. C) Analyze group on the QUERY TOOLS DESIGN tab. D) Query Setup group on the QUERY TOOLS DESIGN tab.

Computer Science & Information Technology

For the most part, licensing for Microsoft SQL Server 2008 is available under three specific terms. What are these?

What will be an ideal response?

Computer Science & Information Technology