单项选择题

为用户与数据库系统提供接口的语言是

A.高级语言
B.数据描述语言(DD
C.数据操纵语言(DM
D.汇编语言
<上一题 目录 下一题>
热门 试题

单项选择题
运行下面的程序后,输出的结果为 Cls Dim t(5,5) as Integer For i=1 To 5:t(i,i)=1:Next For i=1 To 5 For j=1 To 5 Print t(i,j), Next j Print Next I
A.1 1 1 1 1   1 1 1 1 1   1 1 1 1 1   1 1 1 l 1   1 1 1 1 1
B.1   1     l       1         1
C.1 0 0 0 0   0 1 0 0 0  0 0 1 0 0  0 0 0 1 0  0 0 0 0 1
D.1 1 1 1 1
单项选择题
下列程序段的执行结果为 a=95 If a > 60 Then degree=1 If a > 70 Then degree=2 If a > 80 Then degree=3 If a > 90 Then degree=4 Print degree= ;degree
A.degree=1
B.degree=2
C.degree=3
D.degree=4
相关试题
  • 单击命令按钮时,下列程序的执行结果是 Pr...
  • 有如下事件过程: Function UNC (ByVal...
  • 有如下程序:Private Sub Command1_Cli...
  • 在结构化设计方法中,生成的结构图(SC)中...
  • Sub过程与Function过程最根本的区别是