A scenario summary is an Excel table that compiles data from ____.

A. the changing cells and corresponding result cells for each scenario
B. the results cells for each scenario only
C. the changing cells for each scenario only
D. all notes in a workbook


Answer: A

Computer Science & Information Technology

You might also like to view...

To rethrow an exception, the exception handler must:

a. Use the throw; statement. b. Use the throw command with the same parameters as the original exception. c. Return a reference to whatever caused the original exception. d. Not have attempted to process that exception at all.

Computer Science & Information Technology

If an array variable is dropped onto a placeholder variable or value, Alice displays a menu from which you can select the write version of the subscript operation.

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

Computer Science & Information Technology

What is the purpose of the protected access specifier?

A. Protected is the same as private. B. Protected is the same as public. C. It allows members to be inherited in derived classes. D. A and B.

Computer Science & Information Technology

The Telnet protocol encrypts transmitted data, which therefore cannot be read by others on the network.

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

Computer Science & Information Technology