Susan wants to prepare a presentation that will calculate the total cost of ownership for the system. What financial analysis tools are available to her, and what are the advantages (and possible disadvantages) of each tool?

What will be an ideal response?


Instructors should recommend that students review the financial analysis tools described in Part C of the Systems Analyst’s Toolkit. Payback analysis, return on investment (ROI), and net present value (NPV) are explained, together with the advantages and disadvantages of each tool.

Computer Science & Information Technology

You might also like to view...

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

1. Java does not require that a variable be declared before it is used within a program. 2. A variable of type boolean can be explicitly converted to that of type int. 3. The modulus operator, %, returns the remainder of integer division. 4. The result of integer division is truncated in Java.

Computer Science & Information Technology

In which view can you rearrange the order of slides by dragging the chosen slide to a different location

A) Slide Master B) Preview C) Slide Sorter D) Outline

Computer Science & Information Technology

You created a slicer on the field State. What items would you be most likely to see in the slicer?

A) State 1, State 2 B) Sales totals for each state C) A map of the US with the states represented as active. D) AL, CA, GA, KY, MS, NC, OR, and VA

Computer Science & Information Technology

In a(n) ____ loop, the condition is tested before any statements in the loop are executed.

a. posttest b. pretest c. prior d. early-test

Computer Science & Information Technology