When you ____ a graphic, you cut off portions that you do not want to show.
A. resize
B. outcrop
C. crop
D. select
Answer: C
You might also like to view...
Discuss what the privacy specialist does to support the need to set the controls that ensure that risks to personal data are controlled.
What will be an ideal response?
What is output of the following code:
``` public class Test { public static void main(String[] args) { int list[] = {1, 2, 3, 4, 5, 6}; for (int i = 1; i < list.length; i++) list[i] = list[i - 1]; for (int i = 0; i < list.length; i++) System.out.print(list[i] + " "); } } ``` a. 1 2 3 4 5 6 b. 2 3 4 5 6 6 c. 2 3 4 5 6 1 d. 1 1 1 1 1 1
The ________ button found on the Quick Access Toolbar shares the same button location as Redo and causes the last action to be done again
Fill in the blank(s) with correct word
Flash Fill is located on the Ribbon
Indicate whether the statement is true or false