To remove parts of an image from the top, bottom, or sides, click the ____ button in the Size group.
A. Crop
B. Cut
C. Picture Effects
D. Size
Answer: A
You might also like to view...
Methods are called by writing the name of the method followed by enclosed in parentheses.
a) a condition b) arguments c) a counter d) None of the above.
Which of the following will create a CheckBox that displays pizza and shows up as selected?
a. CheckBox checkOne.setSelected(true) = "pizza"; b. CheckBox checkOne = new CheckBox("pizza"); checkOne.setSelected(true); c. CheckBox checkOne = new CheckBox("pizza"); CheckBox.setSelected(false); d. CheckBox checkOne("pizza") = setSelected(true);
List five of the eight data entry methods mentioned in the book.
What will be an ideal response?
The ONLOAD event fires ________.
(a) when the document finishes loading. (b) whenever an element finishes loading. (c) when the document finishes loading successfully. (d) whenever an element finishes loading successfully.