Which of the following is TRUE about cropping?

A) When you crop an image, the portion cropped from the photo is deleted.
B) If you crop half of an image, the size of the Word document is reduced.
C) Cropping reduces the size of a graphic.
D) Cropping adjusts the amount of a picture that displays.


D

Computer Science & Information Technology

You might also like to view...

Write a program called thetime that displays the time of day in am or pm notation rather than in 24-hour clock time.

$ date Wed Aug 28 19:34:01 EDT 2002 $ thetime 7:21 pm Suggestion: Use the shell's built-in integer arithmetic to convert from 24-hour clock time. Then rewrite the program to use a case command instead. Rewrite it again to perform arithmetic with the expr command.

Computer Science & Information Technology

List all instructors and how many sections they teach. .

What will be an ideal response?

Computer Science & Information Technology

Which function is best suited to determine a student's test score percentile based on all class scores?

A) PERCENTRANK.EXC B) RANK.AVG C) AVERAGEIFS D) AVERAGE

Computer Science & Information Technology

Which command would a technician use to apply a new group policy to a computer?

A) gpupdate B) services.msc C) regedit D) cipher

Computer Science & Information Technology