In the accompanying figure, the 100 px indicates the ____.

A. size of the blur at the edge of the effect
B. size of the shadow effect before the edge blurs
C. offset distance for the shadow
D. lighting angle at which the effect is applied to the layer


Answer: A

Computer Science & Information Technology

You might also like to view...

Analyze the following program.

``` public class Test { public static void main(String[] args) { try { String s = "5.6"; Integer.parseInt(s); // Cause a NumberFormatException int i = 0; int y = 2 / i; System.out.println("Welcome to Java"); } catch (Exception ex) { System.out.println(ex); } } } ``` a. An exception is raised due to Integer.parseInt(s); b. An exception is raised due to 2 / i; c. The program has a compile error. d. The program compiles and runs without exceptions.

Computer Science & Information Technology

The Analytical Engine was developed by ________

A) Alan Turing B) Charles Babbage C) Ada Lovelace D) Joseph Marie Jacquard

Computer Science & Information Technology

In PowerPoint, the code for a macro is written in the Visual Basic Editor

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is NOT a Web-compatible file type?

A) .gif B) .jpg C) .bmp D) .png

Computer Science & Information Technology