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

1. During rendering, it is best to use commands on the original image for efficiency’s sake.
2. Many interesting effects can be created when combining filters as well as applying them more than
3. The Emboss filter in the Stylize category converts fill color to gray.
4. The Stained Glass filter repaints an image as single-colored adjacent pentagon and hexagon cells outlined in the background color.
5. All filters are included in the dialog box featured in the Filter Gallery.


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

Computer Science & Information Technology

You might also like to view...

Why did C++11 introduce the nullptr constant when we already have NULL?

What will be an ideal response?

Computer Science & Information Technology

The number of elements is always one number more than the array's highest subscript.

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

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.The following pseudocode is not working correctly.  What code needs to be corrected? This is the call to the method:  displayName()And this is the method:displayName(string name)    output "My name is " name return

A. Change the method call to displayName("Sean") B. Change the method call to displayName(Sean) C. Change the return statement to return output D. Change the return statement to return name

Computer Science & Information Technology

In A1 to A5 input the same formula: ="" In A6 is the function: =COUNTBLANK(A1:A5) What is the result of A6

A. 2 B. 5 C. 1 D. An error E. 0

Computer Science & Information Technology