Eamon is wondering where he can create a vector graphic for use in Photoshop. What do you tell him?
a. He can use Adobe Illustrator, but not Photoshop itself.
b. He must use Photoshop itself to create the graphic.
c. He can use either Adobe Illustrator or Photoshop itself.
d. He must obtain a program other than Adobe Illustrator or Photoshop.
C. He can use either Adobe Illustrator or Photoshop itself.
You might also like to view...
State which of the following statements are true and which are false. If a statement is false, explain why.
1) The template parameters of a function-template definition are used to specify the types of the arguments to the function, to specify the return type of the function and to declare variables within the function. 2) Keywords typename and class as used with a template type parameter specifically mean “any user-defined class type.” 3) A function template can be overloaded by another function template with the same function name. 4) Template parameter names among template definitions must be unique. 5) Each member-function definition outside a class template must begin with a template header.
What is the main use of inner classes?
A. To alter the behavior of the outer class B. To handle events C. To implement cascaded method calls D. To provide information hiding
Which of the following is the version of CSS that is currently under development?
A) CSS1 B) CSSP C) CSS2 D) CSS3
Evaluate (00001000 & 11000101) ^ (11110000)
a) 00111101 b) 11000000 c) 00111101 d) 11110000