Match the following terms to their meanings:

I. Compound
II. Dash
III. Cap
IV. Join

A. a style composed of combinations of dashes
B. the style you apply to the end of the line
C. a line style composed of double or triple lines
D. the style to use when two lines intersect at the corner


C, A, B, D

Computer Science & Information Technology

You might also like to view...

What value(s) will be contained in the variable NUMBERS in Function1?

```void Function1(int n[] ); int main() { int num [4] = {6, 23, 72, 24 }; Function1(num); } void Function1(int NUMBERS[]) { //inside the Function1 }``` A. 6, 23, 72, 24 B. num and NUMBERS are different names. This would not compile. C. A hex address will be contained in NUMBERS. D. Four hex addresses will be contained in NUMBERS.

Computer Science & Information Technology

The ____ attribute of a graphic specifies the path to the graphic's source file.

A. Align B. Alt C. Src D. H Space

Computer Science & Information Technology

To change a paragraph from Outline Level 1 to Outline Level 2, you would use the ________ button

A) Demote B) Promote C) Collapse D) Expand

Computer Science & Information Technology

____ often resemble a comic strip and have space to include a sketch and comments.

a. Storyboards b. Metadata c. Adobe AIR formats d. Flash documents

Computer Science & Information Technology