The Effects menu in the accompanying figure is available by clicking the Effects button in the Picture Styles group on the ____ tab.
A. Format Picture
B. Image
C. Picture Effects
D. Graphics
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following prints the address of character string string given the following declaration?
char * string = "test"; a. cout << string; b. cout << *&string; c. cout << static_cast< void * >( string ); d. cout << * string;
Computer Science & Information Technology
To view the Info panel, press the ____ key.
a. Page Up b. Esc c. F8 d. I
Computer Science & Information Technology
Write the lines of code that will define a compound border using three borders. Use a line border on the inner edge, an etched border on the outer edge, and a raised bevel border in between.
What will be an ideal response?
Computer Science & Information Technology
The Convert Shape command is found on the ____.
A. Object menu B. Shape menu C. Tools menu D. Edit menu
Computer Science & Information Technology