Pressing and holding ____ when clicking a layer mask toggles a layer mask between being active and inactive.

A. [Ctrl]
B. [Shift]
C. [option]
D. [spacebar]


Answer: B

Computer Science & Information Technology

You might also like to view...

Java stores event handlers in classes called Listeners.

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

Computer Science & Information Technology

Which input statement reads the following standard input stream and stores 6.7 in a (type float), 12 in b (type int), Ben in d (type string) and % in c (type char). :

xyz 6.7Ben % 12 a) cin >> c >> c >> c >> c >> a >> d >> c >> b; b) cin >> d >> a >> b >> c >> d; c) cin >> d >> a >> d >> c >> b; d) cin >> d >> a >> c >> d >> c >> b;

Computer Science & Information Technology

Tab order cannot be changed in a form once it has been created

Indicate whether the statement is true or false

Computer Science & Information Technology

If you make a mistake, you can press the Ctrl+L keys to undo your previous actions.

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

Computer Science & Information Technology