Identify the letter of the choice that best matches the example.

A. Graphic design independent of language.
B. Contains 24 pictures that give appearance of a physical object.
C. A color scheme.
D. Open the Font dialog box.
E. Copy all formatting changes from one object to another.
F. Turn off the Format Painter.
G. More control over the exact look of an image.
H. Brightness and contrast.
I. Multiple text selections.
J. Live preview.


A. modernist movement
B. Textures gallery
C. six accent colors
D. CTRL+SHIFT+F
E. Format Painter
F. ESC
G. picture effects
H. changed in predefined percentages
I. CTRL
J. view formatting changes before you apply them

Computer Science & Information Technology

You might also like to view...

Given the following search function declaration, what would be the corresponding declaration for a templated search function?

int search( int array[], int start, int target, int size); //pre: start is > 0, and < size //the position of the first occurance of target at or after start is returned, or -1 is returned. a. template int search(int array[], int start, T target, int size); b. template T search(T array[], T start, T target, T size); c. template T search(T array[], int start, T target, int size); d. template int search(T array[], T start, T target, T size); e. all of the above f. none of the above

Computer Science & Information Technology

In addition to adding cell borders using the Borders button, you can draw borders on selected cells using the Draw Borders pointer

Indicate whether the statement is true or false.

Computer Science & Information Technology

To be backward compatible with older browsers, XHTML documents must have an extension of .xhtml.

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

Computer Science & Information Technology

The company you work for has decided to implement a server farm for the company's databases. Which security tenet will this cover?

A. Confidentiality B. Integrity C. Availability D. Accountability

Computer Science & Information Technology