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

1. The Oil Paint filter allows you to correct perspective errors and straighten curves and lines in photos taken with a wide-angle lens.
2. Some filter effects can be memory-intensive, especially when applied to a high-resolution image.
3. A smart filter is a substitute to creating a copy of the layer on which to apply filters, and renaming it to include the filter name and settings.
4. The Polygon Tool options bar allows you to fill, stroke, set the width, choose the number of sides, and select other tools to work with paths.
5. Typefaces are only available in the Postscript format.


1. False
2. True
3. True
4. False
5. False

Computer Science & Information Technology

You might also like to view...

When you pass an array or an individual array element of a reference type to a method, the called method receives ________. When you pass an individual element of a primitive type, the called method receives ________.

a. a copy of the element’s reference, a copy of the element’s reference b. a copy of the element’s value, a copy of the element’s reference c. a copy of the element’s value, a copy of the element’s value d. a copy of the element’s reference, a copy of the element’s value

Computer Science & Information Technology

A list can be considered a recursive data structure because

A) list classes implement list interfaces B) list objects are instances of list classes C) if you remove the head of the list, what remains is also a list D) None of the above: only methods can be considered recursive.

Computer Science & Information Technology

Which of these correctly defines a field in a class?

• private INT count; • public INT count; • private int count = ”HI”; • private int count;

Computer Science & Information Technology

Define saturation, giving an example.

What will be an ideal response?

Computer Science & Information Technology