Case G-2Flippy and Hammy, two local party clowns, have been taking lots of digital photos during their recent gigs. They want to use the photos for promotion, both by posting them to their Web site and by creating some eye-catching ads and hand-outs. Most of their pictures have been taken against a solid black background. Flippy wants to make the pictures of Hammy really pop, and he decides to sharpen the edges using the ____.
A. Focus adjustment
B. Low Pass filter
C. Sharpen brush
D. High Pass filter
Answer: D
You might also like to view...
When a file is opened for reading, the file stream object's "read position" is
A) at the end of the file. B) at the beginning of the file. C) nonexistent, until the programmer declares it. D) in the middle of the file. E) None of the above
When you test a movie, it loops endlessly unless you add a(n) ____________________ to stop the movie at a certain frame.
Fill in the blank(s) with the appropriate word(s).
What is displayed in the left pane of the Start menu?
A) Access to system folders such as Documents, Pictures, and Music B) Areas to access help, shut down the computer, and log off a user account C) A short list of commonly accessed programs from your hard drive D) Options to adjust system settings
Which of the following is the correct way to set a background color of blue to an HTML element with id = "color_change"?
a. ``` document.getElementById("color_change").style.background = "blue"; ``` b. ``` document.getElementById("color_change").innerHTML = "blue"; ``` c. ``` ``` document.getElementById("color_change").style = blue(this.id); d. ``` document.getElementById("color_change").this.id = background("blue"); ```