Given a graphic that will appear on the Web site, you want to add shading to its interior to give it the appearance of silky fabric. Which effect in the Layer Style dialog box can you use?

a. Satin
b. Interior Shading
c. Fabric
d. Color Overlay


A. Satin

Computer Science & Information Technology

You might also like to view...

To delete a node, we adjust one of the pointers of the ____.

A. leaf node B. parent node C. branch node D. child node

Computer Science & Information Technology

Linux provides semaphores to help solve the problems of mutual exclusion and of producers and consumers. The Linux semaphore structure contains ____ fields.

A. two B. three C. four D. five

Computer Science & Information Technology

A multiuser operating system processes all  tasks on a first-come, first-served basis.

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

Computer Science & Information Technology

Which of the following expressions would check if a number, x, is outside the range 90 - 100, inclusive (i.e., either less than 90 or greater than 100)?

a. x < 90 AND x > 100 b. x <= 90 AND x >= 100 c. x < 90 OR x > 100 d. x <= 90 OR x >= 100

Computer Science & Information Technology