Case 2
?
Alex, an artist, has made a bet. He bet his friend, Blaine, that he could create a digital painting that Blaine wouldn't be able to differentiate from a digital scan of a real painting. Blaine is skeptical, because he knows that a real painting contains certain brushstrokes that he doesn't believe can be duplicated digitally.

Alex knows that he needs to be able to create a stroke that contains multiple colors, the same way a real brush might. What tool should he use?

A. Fade
B. Color Mixer
C. Mixer Brush
D. Smudge


Answer: C

Computer Science & Information Technology

You might also like to view...

You can use layers to make shapes appear to be stacked on top of one another. To move a shape from one layer to another, use options from the _____ group.

A. Arrange B. Reorder C. Layers D. Styles

Computer Science & Information Technology

When you pass a variable by ____, the computer passes a copy of the variable's contents to the receiving procedure.

A. value B. contents C. location D. reference

Computer Science & Information Technology

In which direction are nodes calculated?

A. From left to right B. From right to left C. In both ways, depending on how they're connected D. From top to bottom

Computer Science & Information Technology

An array calledstate()is loaded as follows:Dim state() As String = {"Ohio", "Michigan", "California", "Arizona"}What is the value of the subscript used to reference "Arizona"?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology