
【名词&注释】
数据文件(data file)、不存在(there is no)、关键字、程序代码(program code)、相结合(combination)、传递信息(transfer information)、可更新(renewable)
[单选题]以下属于Visual Basic合法的数组元素是( )。
A. x8
B. x[8]
C. s(0)
D. v[8]
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]下列程序的执行结果为 Private Sub Commandl_Click( ) Dim X As Integer,y As Integer x=12:y=20 Call Value(x,y) Print X;y End Sub Private Sub Value(ByVal m As Integer,ByVal n As Integer) m=m * 2:n=n-5 Print m;n End Sub
A. 20 12 20 15
B. 12 20 12 25
C. 24 15 12 20
D. 24 12 12 15
[单选题]下面有关对视图的描述正确的是 ______。
A. 可以使用MODIFYSTRUCTURE命令修改视图的结构
B. 视图不能删除,否则影响原来的数据文件
C. 视图是对表的复制产生的
D. 使用SQL对视图进行查询时必须事先打开该视图所在的数据库
本文链接:https://www.zhukaozhuanjia.com/download/4z4vwj.html