Multiple Choice
When using the Visual Basic .NET Financial.Pmt function, Financial.Pmt(Rate, NPer, PV[,FV, Due]) , which of the following is correct for a 7%, $10,000, 5 year loan with monthly payments?
A) Financial.Pmt(.07, 5, 10000, 0, DueDate.EndOfPeriod)
B) Financial.Pmt(.07, 5, 10000, 0, DueDate.BegOfPeriod)
C) Financial.Pmt(.07/12, 5*12, 10000, 0, DueDate.EndOfPeriod)
D) Financial.Pmt(7, 5*12, 10000, 0, DueDate.EndOfPeriod)
Correct Answer:

Verified
Correct Answer:
Verified
Q5: To prevent a text box from accepting
Q12: The parallelogram is used in a flowchart
Q13: The oval symbol is used in a
Q15: Which of the following events occurs when
Q17: To make a decision in the logic
Q18: The value of the following expression 9
Q19: The _ property controls the placement of
Q20: An If selection structure contains two sets
Q21: When coding a selection instruction in Visual
Q57: Comparison operators are always evaluated after arithmetic