You can subtly mask or show non-destructive filters using the ____ mask in conjunction with the Brush tool, a gradient, etc.
A. motion
B. filter
C. spot
D. shadow
Answer: B
You might also like to view...
A ________ displays a subset of data from a table (or tables) based on the specified criteria
A) criteria query B) table query C) select query D) join query
The ____ function can be used to ensure that a number has the appropriate number of decimal places.
A. round() B. set_decimal() C. round_dec() D. decimal_round()
Studies have shown that more than 25 percent of all business worksheets have errors.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1. A method’s changes to a variable that is passed by value do not affect the value of the original variable. 2. Keyword Val is used to pass an argument by value. 3. Passing arguments by reference can weaken security because the called method can modify the caller’s data.