When you add a new color stop to the gradient slider, a ____ appears next to the pointer.

A. plus sign
B. color stop icon
C. hand icon
D. triangle


Answer: A

Computer Science & Information Technology

You might also like to view...

MC A property may be executed when an attribute is______ .

a) accessed. b) assigned a value. c) deleted. d) All of the above.

Computer Science & Information Technology

What is the output of the following code?

``` #include using namespace std; void f1(int x, int &y, int *z) { x++; y++; (*z)++; } int main() { int i = 1, j = 1, k = 1; f1(i, j, &k); cout << "i is " << i << endl; cout << "j is " << j << endl; cout << "k is " << k << endl; return 0; } ```

Computer Science & Information Technology

Which is better, a hands-on client or one who has a hands-off approach?

What will be an ideal response?

Computer Science & Information Technology

Individual pages in a publication that you want to upload to an iPad are referred to as which of the following:

A. Folios B. Articles C. Files D. Documents

Computer Science & Information Technology