What do you click to look for 3-D effects that you can apply to a chart?

A. Shape Effects button
B. Shape Styles button
C. Shape Formats button
D. Shape Designs button

Answer: A

Computer Science & Information Technology

You might also like to view...

A function ________ eliminates the need to place the function definition before all calls to the function.

A) header B) prototype C) argument D) parameter E) that is void

Computer Science & Information Technology

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

1. A function can have zero to many parameters and either zero or one return value(s). 2. Functions are ideal for use in menu-drive programs. When a user selects a menu item, the program can call an appropriate function to carry out the user's choice. 3. When a function just needs to use a copy of an argument passed to it, the argument should normally be passed by value. 4. It is possible for a function to have some parameters with default arguments and some without. 5. A function with a return type of bool must return a value of either true or false.

Computer Science & Information Technology