When using the ____________________ tool, you can change the shield color and opacity of the area outside the crop using the Color and Opacity settings on the Options bar.

Fill in the blank(s) with the appropriate word(s).


Crop

Computer Science & Information Technology

You might also like to view...

Write one or more statements that perform the following tasks for an array called fractions:

a) Define a constant variable arraySize to represent the size of an array and initialize it to 10 b) Declare an array with arraySize elements of type double, and initialize the elements to 0. c ) Name the fourth element of the array. d) Refer to array element 4. e) Assign the value 1.667 to array element 9. f) Assign the value 3.333 to the seventh element of the array. g) Display array elements 6 and 9 with two digits of precision to the right of the decimal point, and show the output that’s actually displayed on the screen. h) Display all the array elements using a counter-controlled for statement. Define the in- teger variable i as a control variable for the loop. Show the output.

Computer Science & Information Technology

Users can add controls from the ________ Tab in Design View

A) Design B) Home C) Create D) Format

Computer Science & Information Technology

If you have a lot of text that you want to use in a presentation, it is always easier to just type it into PowerPoint, rather than typing it into a word processing program first.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a variation of a sequential search, we can put a target in the list by adding an extra element (sentinel entry) at the end of the array and placing the target in the sentinel. The sentinel is used to optimize the loop and determine after the loop completes whether we found actual data or the sentinel.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology