_________________________ are resolution-dependent bitmap images that are created with the painting or selection tools.

Fill in the blank(s) with the appropriate word(s).

Layer masks

Computer Science & Information Technology

You might also like to view...

What is displayed by the C statements that follow if the value input is 2?

``` scanf("%d", &ctl); switch (ctl) { case 0: case 1: printf("red "); case 2: printf("blue "); case 3: printf("green "); case 4: printf("yellow"); } printf("\n"); ``` a. red b. blue c. green d. yellow e. blue green yellow

Computer Science & Information Technology

A Step value in a For...Next loop can be positive or negative.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology