二级二级VB2014年全国计算机等级《二级VB》上机考试冲刺试题(3)
题目内容

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

2024-07-09

A.Private Sub Co mmand1_Click()Di nt BAs BooksOpen "c :\Person .txt"For Output As #1B .Name =InputBox("输入姓名")B .TelNum=InputBox("输入电话号码")Write #1,B.Name ,B.TelNumClose #1End Sub

B.Private Sub Co mmand1_Click()Di m BAs BooksOpen "c :\Person .txt"For Input As #1B .Name =InputBox("输入姓名")B .TelNum=InputBox("输入电话号码")Print #1,B.Name ,B.TelNumClose #1End Sub

C.Private Sub Co mmand1_Click()Di m BAs BooksOpen "c :\Person .txt"For Output As #1Name =InputBox("输入姓名")TelNo m=InputBox("输入电话号码")Write #1,BClose #1End Sub

D.Private Sub Co mmand1_Click()Di m BAs BookOpen "c :\Person .txt"For Input As #1Name =InputBox("输入姓名")TelNum-InputBox("输入电话号码")Print #1,B.Name .B.TelNumClose #1End Sub

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端