题目内容

2016年5月4日,某企业自证券市场购入面值为1000万元的债券,作为债权投资核算。购入时实际支付的价款为950万元,另支付交易费用5万元。该债券是2015年5月1日发行的,系分期付息到期还本,上年利息费用于次年5月15日支付。已知债券票面年利率为5%,则企业取得债券时的入账价值为( )万元。

A. 950
B. 955
C. 1000
D. 905

查看答案
更多问题

The reason why we often appear to know more than many great scientists a few hundred years ago is because many great minds ____what they knew. And that’s why the professor places great emphasis on books, saying that they are man’s ____, because no other ____is able to pass on its experience in writing.

The professors divides the 16 ____hours of ____people more or less into two equal parts. He says that in the first eight hours, people usually are busy making ____. It is in the other 8 hours that he begins to look for things that really make them human. And that is what education is ____.

The professor thinks that those who are only interested in learning a trade are ____of becoming a new “species.” He calls them ____and ____, meaning uncivilized people, although they may know how to push buttons and run machines.

【单选题】若要实现total=1+2+3+4+5求和,以下程序段错误的是( )

A. int i=1,total=1; while(i<5) { total+=i; i+=1;}
B. int i=1,total=0; while(i<=5) { total+=i; i+=1; }
C. int i=0,total=0; while(i<5) { i+=1; total+=i; }
D. int i=0,total=0; while(i<=5) { total+=i; i+=1; }

答案查题题库