Selecting the ____ means selecting everything in the image outside of the current selection.

A. reverse
B. obverse
C. adverse
D. inverse


Answer: D

Computer Science & Information Technology

You might also like to view...

For String c = "Now is the time for all";

The Java statements String i = c.substring(7); String j = c.substring(4, 15); will result in: a. i = "he time for all" and j = "is the time" b. i = "the time for all" and j = "s the time" c. i = "the time for all" and j = "is the time " d. i = "he time for all" and j = "s the time"

Computer Science & Information Technology

Why, in the SlideColor program, is the value of a slider able to reach 255 but the largest labeled tick mark is 250?

What will be an ideal response?

Computer Science & Information Technology

Which of the following applications is not included with Microsoft Office?

A) Word B) Photoshop C) Excel D) Access

Computer Science & Information Technology

For two tables to be union compatible, the columns of the two tables must be identical.

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

Computer Science & Information Technology