Which of the following controls which pixels will be affected by changes in the Replace Color dialog box?

A. Scope
B. Fuzziness
C. Blur
D. Adjacent


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following data structures does not yield an efficient sort?

a. STL set b. stack c. priority queue d. all can be used for efficient sorting e. none can be used for efficient sorting

Computer Science & Information Technology

The ________ provides a structure for managing complex information technology projects

Fill in the blank(s) with correct word

Computer Science & Information Technology

Examples of restricted________ include .gov, and .edu.

a. domains b. protocols c. TLDs (top-level domains) d. websites

Computer Science & Information Technology

Suppose that ch1 and ch2 are char variables and the input is:WXYZWhat is the value of ch2 after the following statements execute?cin >> ch1;ch2 = cin.peek();cin >> ch2; 

A. W B. X C. Y D. Z

Computer Science & Information Technology