Which of the programs below takes a picture and removes all the blue from every pixel that already has a blue value of more than 100?

What will be an ideal response?

The answer is number two: D only.

What do the other ones do?

A. Sets the blue value of the top left 100 by 100 pixels of a picture to 100.
B. For each pixel in the picture, if it has any blue value, sets the blue value to 100.
C. For each pixel in the picture, if the distance from its color to the color (0, 0, 100)
is greater than 100, set its blue value to 0.

Computer Science & Information Technology

You might also like to view...

In object-oriented analysis, classes are defined by

a. objects and data. b. data and methods. c. operators and objects. d. behaviors and keywords.

Computer Science & Information Technology

Removing the checkmark to the left of the Show Markup option ________ such elements as comments

A) deletes B) hides C) lists in a dialog box D) bolds

Computer Science & Information Technology