Even though a modified stroke is not applied as an appearance, you can select an object with a modified width and apply the ____ command.

A. Create Appearance
B. Merge Appearance
C. Expand Appearance
D. Grow Appearance


Answer: C

Computer Science & Information Technology

You might also like to view...

If a programming language does not use short-circuit evaluation, what is the output of the following code fragment if the value of myInt is 0?

int other=3, myInt; if(myInt !=0 && other % myInt !=0) cout << "other is odd\n"; else cout << "other is even\n"; a. other is even b. other is odd c. 0 d. run-time error, no output

Computer Science & Information Technology

The ____ image file format was created specifically for Web graphics, and it produces high-quality images with small file sizes.

A. JPEG B. GIF C. PNG D. XML

Computer Science & Information Technology

When choosing an option in the Target list of an image map, which of the following displays the destination page in a separate browser window?

A. _blank B. _self C. new D. _parent

Computer Science & Information Technology

The phrase “digital divide” refers to the situation where

a. some people have access to information technology and others do not. b. users of Macintosh computers are at a disadvantage compared to users of Windows computers. c. only stockholders in high-tech companies can get rich in the new economy. d. the U.S. government prevents information technology from being exported to “unfriendly” countries. e. the prices of computers are kept artificially high in order to keep them out of the hands of people in Third World countries.

Computer Science & Information Technology