The ____________________ Blur filter simulates zooming or rotation.

Fill in the blank(s) with the appropriate word(s).


Radial

Computer Science & Information Technology

You might also like to view...

We would like to make a dynamic array that can store 10 Check objects, and we would declare arr to be the “name” of the array. We would use the line of code:

A. Check arr = new Check arr[ 10 ]; B. Check arr = new Check [10]; C. Check arr = new Check [10]; D. Check new arr[10];

Computer Science & Information Technology

A zero-day exploit refers to the fact that many hackers can create a new virus in less than a day

Indicate whether the statement is true or false

Computer Science & Information Technology

Related records are kept in a _________.

A. data file B. data chain C. record file D. file sheet

Computer Science & Information Technology

The expression (int)(76.0252175 * 100) / 100 evaluates to _________.

a. 76.02 b. 76 c. 76.0252175 d. 76.03

Computer Science & Information Technology