The layer functioning as the clipping mask is referred to as the ____.

A. mask layer
B. clipped base
C. base layer
D. clipping layer


Answer: C

Computer Science & Information Technology

You might also like to view...

Create a class to represent a Rectangle.

Your class should contain instance variables for length and width, as well as member method to calculate the area and perimeter.

Computer Science & Information Technology

Class string member function ____________ converts a string to a pointer-based string.

What will be an ideal response?

Computer Science & Information Technology

The following code will execute ___________ times.

``` while (p != NULL) cout << p->item; p= p->link; ```

Computer Science & Information Technology

JSON, JavaScript Object Notation, is useful because it

a. uses PGP to encrypt data. b. allows web services to exchange information. c. makes the Document Object Model usable in HTML. d. is hexadecimal codes that execute quickly on computers.

Computer Science & Information Technology