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

Computer Science & Information Technology

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?

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology

Flash Fill is located on the Ribbon

Indicate whether the statement is true or false

Computer Science & Information Technology