Critical Thinking QuestionsCase B-2Barris has been working on a poster for his band, We Hate Crust, and he's unhappy with the way it looks. For some reason, many of the images he has placed appear to be either pixilated or have rough edges, and he really wants everything to look crisp and clean. Barris knows that the ____ offers you a number of useful options for viewing and refining the edge of a selection.

A. Edge dialog box
B. Refine Edge dialog box
C. Edging Tools dialog box
D. Refining Tools dialog box


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following environment

#include #include int main() { int filedes[2]; pipe(filedes); // Code Fragment Goes Here return 0; } Write a code fragment that duplicates and assigns the read file descriptor to the standard input and then closes the read file descriptor.

Computer Science & Information Technology

Match the following tab styles to their function:

I. XPS format II. HTML format III. MHTML format IV. CSV format V. RTF format A. set of symbols or codes included in a file to indicate how it should be displayed on the Web B. requires an add-in to Microsoft Office C. generic format for Word documents D. generic format for spreadsheets E. binds the components of a Web page together in one file

Computer Science & Information Technology

Which is the base class and which one is the derived class for Plane and Cessna?

A. class Plane is the derived class. B. class Cessna is the base class. C. class Plane is the base class. D. class Plane is an inherited class.

Computer Science & Information Technology

Which of the following is not considered an Excel element?

A) Formula Bar B) Print Preview C) Name Box D) Active cell

Computer Science & Information Technology