Case G-1Ben is the owner of a large hotel, and he wants to use Photoshop to create new advertising pamphlets for his business.  Because his hotel is on the National Registry of Historical Places, he wants to give the photos in his pamphlet an "old-timey" feel by giving everything a slightly yellowed, sepia tone. He decides to use the Multiply blending mode to accomplish this goal. Ben knows that Multiply makes the blend pixels ____.

A. opaque
B. transparent
C. darker
D. lighter


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode, what is the internal name used to work with the file on disk?

``` Declare String item Declare Integer numOrdered Declare InputFile stuffBought Open stuffBought "inventory.dat" Display "Your orders:" While NOT eof(stuffBought) Read stuffBought item, numOrdered Display item, ": " , numOrdered End While Close stuffBought ``` a. numOrdered b. item. c. stuffBought d. inventory.dat

Computer Science & Information Technology

Case-Based Critical Thinking Question ? Cedric is a web developer who works with a graphic design team to create websites for small and medium sized businesses. Before finalizing his current project, he tests the loading speed for each page. Cedric simulates the experience of a user at home or at work on a local wireless connection, which is also known as __________.

A. WiFi B. Regular 2G/Good 2G C. GPRS D. Regular 4G

Computer Science & Information Technology

_____ selectors are used to select elements based on elements that are adjacent to them in the document hierarchy.?

A. ?Parent B. ?Child C. ?Sibling D. ?Descendant

Computer Science & Information Technology

Virtual reality (VR) strives to create a virtual or ________ experience by using specialized hardware that includes headgear and gloves.

A. immersive B. ethernet C. duplicate D. internet

Computer Science & Information Technology