
【名词&注释】
完整性(integrity)、基本单位(basic unit)、关键字、第一次(the first time)、Unicode字符集(unicode character set)、返回值、不允许(not allow)、不满足(does not satisfy)、每一个(every single)、数据结构。
[填空题]在关系模型中,为了实现“关系中不允许(not allow)出现相同元组”的约束应使用
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]下列叙述中错误的是( )。
A. 数据结构中的数据元素不能是另一数据结构
B. 数据结构中的数据元素可以是另一数据结构
C. 空数据结构可以是线性结构也可以是非线性结构
D. 非空数据结构可以没有根结点
[单选题]有如下程序。
A. Private Sub Command1_Click()
B. Dim k As Integer, m As Integer
C. Dim op As Integer
D. k=4: m=1
E. op=PPC(k, m) : Print op;
F. op=PPC(k, m) : Print op
G. End Sub
H. Private Function PPC(a As Integer, b As Integer)
I. Static m As Integer, i As Integer
J. m=0: i=2
K. i=i + m + 1
L. m=i + a + b
M. PPC=m
N. End Function
O. 程序运行后,输出的结果为
P. 4 6
Q. 6 6
R. 8 8
S. 10 12
[单选题]下列选项中,不是APPLET>标记的是
A. BODY
B. CODEBASE
C. ALT
[单选题]下列哪个选项是正确计算42°(角度)的余弦值?
A. double d=Math.cos(42);
B. double d= Math.cosine(42);
C. double d=Math.cos(Math.toRadians(42));
D. double d=Math.cos(Math.toDcgrees(42));
[单选题]Java语言使用的字符集是
A. ASCII
B. BCD
C. DCB
D. Unicode
本文链接:https://www.zhukaozhuanjia.com/download/308gqr.html