You can adjust the brightness, contrast, and color of a picture by selecting the graphic and choosing an option from the _____ button in the Adjust group.
A. Fix Photo
B. Corrections
C. Adjustments
D. Enhancements
Answer: B
You might also like to view...
What does each iteration of the insertion sort algorithm do?
a. Each iteration takes the next smallest element and inserts it at the beginning of the array. b. Each iteration takes the next element in the unsorted portion of the array and inserts it into the sorted portion. c. Sorted subarrays are inserted into the larger array. d. Each iteration determines the location of a pivot and inserts it into place.
An object is always anchored to a paragraph
Indicate whether the statement is true or false
Draw a flowchart for the program fragments (no need to show start and stop)
``` IF value = 0 THEN OUTPUT "Value equals zero" END IF ```
A link or anchor element can have a behavior attached to it that causes a window to open (the action) when the link is clicked (the ____).
A. event B. attribute C. behavior D. call