____ refers to using artwork on one layer to mask the artwork on the layer above it.
A. Clipping
B. Kerning
C. Masking
D. Basing
Answer: A
You might also like to view...
Select all that apply. Which of the following are nodes that can be used in a scene graph?
a. tree node b. root node c. leaf node d. branch node
Write a small application with a GUI that could be the basis of a larger application. Your application will allow someone to change a password. The user will enter the new password into each of two text fields and then press a Change button. You should check whether the strings in the two fields match. If they both match, display the message Your password has been updated. on a result label and make the button invisible. If they don’t match, display the message Sorry, the passwords do not match each other. on the result label.
What will be an ideal response?
Each object has ________ or data and ________ or behavior.
a) properties, attributes b) attributes, properties c) attributes, methods d) methods, attributes
In which version of Android was the GridLayout introduced?
a. 1.0 b. 2.0 c. 3.0 d. 4.0