____ tools are useful when the part of an image or photo that you wish to select fits into rectangular or elliptical shapes.
A. Preset
B. Constrained
C. Marquee
D. Fixed
Answer: C
Computer Science & Information Technology
You might also like to view...
The Windows ________ is a hierarchical database that stores system configuration information. It maintains files used to control the operating system's hardware and software and keeps track of the system's users
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the value of result after the following Java statements execute (assume all variables are of type int)?
a = 4; b = 12; c = 37; d = 51; result = d % a * c + a % b + a; a. 119 b. 51 c. 127 d. 59
Computer Science & Information Technology