In spreadsheet software, use ____ to test multiple scenarios by temporarily changing one or more variables to see the effect on related calculations.?
A. ?filters
B. ?macros
C. ?pivot tables
D. ?what-if analysis
Answer: D
Computer Science & Information Technology
You might also like to view...
A(n) ____ license provides a flexible range of protections and freedoms.
A. Creative Community B. Creative Commons C. Common Community D. None of the above
Computer Science & Information Technology
The following is an example of the creation of a(n) ____ in C.first = &t1;t1.nextaddr = &t2;t2.nextaddr = &t3;t3.nextaddr = NULL;
A. array B. stack C. linked list D. queue
Computer Science & Information Technology