Just as you can use a ____________________ attribute to make some text stand out from the rest, you can use contrasting elements to make certain graphic objects stand out.

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


font

Computer Science & Information Technology

You might also like to view...

Given the following code fragment, and an input value of 3, what is the output that is generated?

int x; cout <<"Enter a value\n"; cin >> x; if(x=0) { cout << "x is zero\n"; } else { cout << "x is not zero\n"; } a. x is zero b. x is not zero c. unable to determine d. x is 3

Computer Science & Information Technology

Which of the following uses would be most appropriate for a mainframe computer?

A) processing insurance claims B) transactions at a clothing store C) a computer that uses specialized software to support Web pages D) design of airplanes

Computer Science & Information Technology

The System Restore utility can be started from command line using what executable?

A. msconfig.exe B. sfc.exe C. services.msc D. rstrui.exe

Computer Science & Information Technology

When a report is the current Access object, the Property Sheet button is found in the ________ group on the Design tab

A) Controls B) Grouping & Totals C) Themes D) Tools

Computer Science & Information Technology