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





1. The feathering feature shown in the accompanying figure hardens the edges of a selection.

2. The New selection, Add to selection, Subtract from selection, and Intersect with selection buttons shown in the accompanying figure are entirely different from the similarly named options you work with when you create vector drawings.

3. The Anti-alias setting is not available for the Elliptical Marquee Tool.

4. With the Photoshop selection tools, you are confined to dragging on the canvas in order to create the selection marquee you need.

1. FALSE
2. FALSE
3. FALSE
4. FALSE

Computer Science & Information Technology

You might also like to view...

The members of a node structure can be accessed with the ______ operator.

a. [] b. & c. -> d. at

Computer Science & Information Technology

The recursive definition of a Fibonacci Number is F(n) = F(n-1) + F(n-2), where F(0)=1 and F(1)=1. What is the value of Fib(3)?

a. 8 b. 5 c. 2 d. 1

Computer Science & Information Technology