All of the following are weaknesses of the payback period EXCEPT:

A) a disregard for cash flows after the payback period.
B) only an implicit consideration of the timing of cash flows.
C) the difficulty of specifying the appropriate payback period.
D) it uses cash flows, not accounting profits.

D

Business

You might also like to view...

Which of the following tools is used to analyzing customer buying patterns?

A) CLTV B) Analytical CRM C) Operational CRM D) Demand planning. E) SFA

Business

Given the tablesSTUDENT(StudentID, StudentName, AdvisorID)ADVISOR(AdvisorID, AdvisorName, Office, Phone)which of the following SQL statements would be used to implant a join between the two tables?

A) WHERE STUDENT MATCH ADVISOR B) WHERE STUDENT.AdvisorID MATCH ADVISOR.AdvisorID C) WHERE STUDENT = ADVISOR D) WHERE STUDENT JOIN ADVISOR E) WHERE STUDENT JOIN ADVISOR ON STUDENT.AdvisorID = ADVISOR.AdvisorID

Business