A.red
B.white
C.green
D.yellow
第1题:
在表格中,如需运算的空格恰好位于表格最底部,需将该空格以上的内容累加,课通过该插⼊那句公式实现
A.=SUM(ABOVE)
B.=ADD(BELOW)
C.=ADD(ABOVE)
D.=SUM(BELOW)
第2题:
运用Excel电子表格进行货币时间价值的有关计算时,求利率或折现率用的函数是().
A.FV(Rate,Nper,Pmt,PV,Type)
B.PV(Rate, Nper, Pmt, FV, Type)
C.PMT (Rate,Nper,PV,FV,Type)
D.RATE(Nper, Pmt, PV, FV, Type)
第3题:
写出下面代码的运行结果。def addInterest(balance,rate): newBalance=balance*(1+rate) balance=newBalance def main(): amount=1000 rate=0.05 addInterest(amount,rate) print (amount) main()
第4题:
运用Excel电子表格进行货币时间价值的有关计算时,求普通年金终值用的函数是()。
A.FV(Rate,Nper,Pmt,PV,Type)
B.PV(Rate, Nper, Pmt, FV, Type)
C.PMT (Rate,Nper,PV,FV,Type)
D.RATE(Nper, Pmt, PV, FV, Type)
第5题:
1、运用Excel电子表格进行货币时间价值的有关计算时,求每期等额现金流量用的函数是()。
A.FV(Rate,Nper,Pmt,PV,Type)
B.PV(Rate, Nper, Pmt, FV, Type)
C.PMT (Rate,Nper,PV,FV,Type)
D.RATE(Nper, Pmt, PV, FV, Type)
第6题:
运用Excel电子表格进行货币时间价值的有关计算时,求普通年金现值用的函数是()。
A.FV(Rate,Nper,Pmt,PV,Type)
B.PV(Rate, Nper, Pmt, FV, Type)
C.PMT (Rate,Nper,PV,FV,Type)
D.RATE(Nper, Pmt, PV, FV, Type)