题目内容

上市公司进行债务重组时,经与债权人协商,即可将债务转为资本。()

A. 正确
B. 错误

查看答案
更多问题

管制、拘役属于刑罚的附加刑。()

A. 正确
B. 错误

某公司于2001年12月1日为建造固定资产从银行专门借入1000万元,年利率为12%,期限为3年,公司于当日支出600万元,用于办公楼的建造,该月未发生其他资产支出。则该公司当年12月份的资本化利息为()万元。

A. 6
B. 10
C. 12
D. 3

W: Really? But he always tells me that he usually arrives ten minutes early for the class. This time he is surely to get punished.
At what time does the boy arrive at school according to himself?

A. He is sometimes late for the class for thirty minutes.
B. For three hours.
C. Twenty five minutes late for the class.
D. Ten minutes earlier for the school.

假定在工程文件中有一个标准模块,其中定义了如下记录类型 Type Books Name As String*10 TelNum As String*20 End Type 要求当执行事件过程Commandl_Click时,在顺序文件Person.txt中写入一条记录。下列能够完成该操作的事件过程是:

A. Prirate Sub Commandl Click() Dim B As Books Open"C:\Person.txt"For Output As #1B.Name=InputBox("输入姓名")B.TelNum=InputBox("输入电话号码") Write #1,B.Name,B.TelNum Close #1 End Sub
B. Pdrate Sub Commandl Cliok() Dim B As Books Open"c:\Person.txt"For Input As #1B.Name=InputBox("输入姓名")B.TeINum=InputBox("输入电话号码") Print #1,B.Name,B.TelNum Close #1 End Sub
C. Private Sub Commandl Click() Dim B As Books Open"c:\Person.txt"For Output As #1 Name=InputBox("输入姓名") TelNunl=InputBox("输入电话号码") Write #1,B Close #1 End Sub
D. Private Sub Commandl Click() Dim B As Books Open"c:\Person.txt"For Input As #1 Name=InputBox("输入姓名") Temum=InputBox("输入电话号码") Write #1,B.Name,B.TelNuin Close #1 End Sub

答案查题题库