填空题
在数据库设计中,将E-R图转换成关系数据模型的过程属于______阶段。
【参考答案】
逻辑设计
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
假设用一个长度为100的数组(数组元素的下标从0到99)作为栈的存储空间,栈底指针bottom指向栈底元素,栈顶指针top指向栈顶元素,如果bottom=99,top=60(数组下标),则栈中具有______个元素。
点击查看答案&解析
单项选择题
设有如下程序: Private Sub Form_Load() Show Dim b()As Variant Dim n As Integer b=Array(21, 64, 92, 15, 72, 38, 45, 72) Call search(b,45,n) Print n End Sub Private Sub search(a()As Variant, ByVal key As Variant, index%) Dim i % For i=LBound(a)To UBound(a) If key=a(i) Then index=i Exit Sub End If Next i index=-1 End Sub 程序运行后,输出结果是______。
A) 2
B) 6
C) 10
D) 12
点击查看答案&解析
相关试题
Visible
n
CD1.FileName
Text1.Text
a=a+1