Press ____ (Win) to invert a layer mask from white to black.

A. [Ctrl][G]
B. [Ctrl][A]
C. [Ctrl][I]
D. [Alt][I]

Answer: C

Computer Science & Information Technology

You might also like to view...

Which property needs to be set to "Allow Edits" in the datasheet section?

A) Split Form Size B) Split Form Orientation C) Split Form Splitter Bar D) Split Form Datasheet

Computer Science & Information Technology

What is the error in the following code? Why is this wrong?

``` int f(int x) { int x; // code for function body } ``` What will be an ideal response?

Computer Science & Information Technology