试题

试题 试卷

logo

题型:单选题 题类:常考题 难易度:普通

浙江省温州市苍南县巨人中学2014-2015学年高二下学期期中考试信息技术试题

某Visual Basic 程序的一个事件过程如下:

 Private Sub Command1_Click()

   Dim x As Integer

   Dim y As Integer

   x = 900

   y = Abc(x)

   Label1.Caption = Str(y)

 End Sub

运行程序,单击命令按钮Command1后弹出如图所示的出错信息提示,引起该错误的语句是(   )

A、Dim x As Integer B、x = 900   C、y = Abc(x) D、Label1.Caption = Str(y)
举一反三
返回首页

试题篮