A(n) ____ is the inverse of a selection.

a. adjustment
b. mask
c. index
d. thumbnail


B. mask

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct boolean expression to test for: int x being a value between, but not including, 500 and 650, or int y not equal to 1000?

a. ((x >= 500 && x <= 650) && (y != 1000)) b. ((x > 500 AND x < 650) OR !(y.equal(1000))) c. ((x > 500 && x < 650) || (y != 1000)) d. ((x < 500 && x > 650) || !(y == 1000))

Computer Science & Information Technology

Which of the following is an HTML attribute that configures inline styles?

a. link b. style c. id d. type

Computer Science & Information Technology

If beverage = "tea", which of the following is true?

a. (beverage != "tea"); b. !(beverage != "tea"); c. (beverage < "coffee"); d. none of these are true

Computer Science & Information Technology

SmartArt diagrams can be modified with the same tools used for other shapes and text boxes

Indicate whether the statement is true or false

Computer Science & Information Technology