题目内容

设在工程中有一个标准模块,其中定义了如下记录类型:Type Books Name As String *10 TelNum As String*20 End Type 在窗体上画一个名为Command1的命令按钮,要求当执行事件过程Command1_ Click时,在顺序文件 Person.txt中写入一条记录。下列能够完成该操作的事件过程是______。

A. Private Sub Command1_ Click() Dim x As Books Open "C:\Person. txt" for Output As #1 x. Name=InputBox(“输入姓名”) x. TelNum=InPutBox(“输入电话号码”) Write #1,x.Name,x.TelNum Close #1 End Sub
B. Private Sub Command1_ Click() Dim x As Books Open "c:\Person. txt" for Input As #1 x.Name=InputBox(“输入姓名”) x. TelNum=InputBox(“输入电话号码”) Print #1,x. Name,x. TelNum Close #1End Sub
C. Private Sub Command1_ Click() Dim x As Books Open "c:\Person. txt" for Output As #1 x. Name=InputBox(“输入姓名”) x. TelNum= InputBox(“输入电话号码”) Write #1,x Close #1End Sub
D. Private Sub Command1_ Click() Dim x As Books Open "c:\Person. txt" for Input As #1 x. Name= InputBox(“输入姓名”) x.TelNum=InputBox(“输入电话号码”) Print #1,Name,TeINum Close #1End Sub

查看答案
更多问题

听力原文:W: Hello, Utopia Products. Jenny Butler speaking. How can I help you?
M: Good morning. This is Tony Green of Europrint speaking. Could you confirm that you've received our samples?
W: Ah yes, the samples. No, I'm afraid they haven't arrived yet.
M: Well, Er...we sent them to you by airmail on February 6.
W: But I'm sorry we haven't received them. Maybe they've got lost in the post. Would you mind sending us a second set? You see, we do need them rather urgently.
M: Yes, all right, I'll see to it right away.
W: Thank you. When can I expect them?
M: In about two days.
W: I think that will be OK.
(8)

A. To see if she has received the samples.
B. To invite her to visit his company.
C. To tell her he had sent her some samples.
D. lb make an appointment with her.

听力原文:M: Let's go outside and practice our golf.
W: I can't right now. I have to do the dishes.
Q: Why can't the woman play golf?
(9)

A. She doesn't know how to.
B. She doesn't want to.
C. She has to do the dishes.
D. It's raining outside.

A.To completeB.CompletingC.CompletionD.To be completed

A. To complete
B. Completing
Completion
D. To be completed

L注册会计师负责对XYZ公司对2007年度的财务报表进行审计时,对其他应收款实施了函证、检查记录等审计程序,在取得了充分适当的审计证据后,注册会计师对该项目的相关认定予以确认。XYZ公司内部审计人员查实发现XYZ公司在“其他应收款”科目中挂账的部分往来款项,系公司按照销售回款金额的一定比例,向购买方财务人员个人支付的回扣款,由于无法取得相关手续,XYZ公司以本单位工作人员A个人借款的名义隐瞒了这一事实,虽然,注册会计师在审计时,检查了相关的借款单据,单据上有XYZ公司授权领导人的签字,通过向A进行询问,也获得了A的签字确认,但有关部门仍要求注册会计师对这一问题承担审计责任。请判断注册会计师的下列陈述是否正确:
即使注册会计师依据审计准则,保持应有的职业谨慎,也不可能保证查出财务报表中的所有错报,甚至是重大的错报。()

A. 正确
B. 错误

答案查题题库