单选题
单选题一个数据库系统必须能表示实体和关系,关系可与 (43) 实体有关。
单选题需求分析阶段生成的文档中,用来描述企业中各项业务流程的是
单选题单链表中,增加头结点的目的是为了 (46) 。 A) 运算上的方便 B) 标识单链的位置 C) 为了使单链表统一长度,便于管理 D) 说明单链表是线性表的链式存储实现
单选题有两个关系模式R(A,B,C,D)和S(A,C,E;G),则X=RxS的关系模式是( )。
单选题异步串行通信方式中每帧包括 (40) 。
单选题在以下有关经营性性互联网和公益性互联网的说法中不正确的是 (54) 、A) 经营性互联网络应当享受同等的资费政策 B) 经营性互联网络应当享受同等的技术支撑条件 C) 公益性互联网络是指为社会提供公益服务的,不以盈利为目的的互联网络 D) 公益性互联网络所使用信道的资费不能享受优惠政策
单选题在计算机执行的各种指令中,有些指令的操作数部分是地址。若想变址的话,则在指令执行前,应先将操作数部分的地址与指定的 (1) 中的地址值相加,从而求出有效地址。
单选题关于聚类算法K-Means和DBSCAN的叙述中,不正确的是______。
单选题以下哪个不是网络加密方式 (59) 。
单选题
单选题C is sometimes referred to as a 'high -level (66) language'. Some people think that's an insult, but it's actually a deliberate and significant aspect of the language. If you have (67) in assembly language, youll probably find C very natural and comfortable (although if you continue to focus too heavily on machine - level details, youll probably end up with unnecessarily non- portable programs). If you havent programmed in assembly language, you may be frustrated by C 's lack of certain higher - level features. In either case, you should understand why C was de- signed this way: so that seemingly - simple constructions expressed in C would not expand to arbitrarily expensive ( in time or (68) ) machine language constructions when (69) . If you write a C program simply and succinctly, it is likely to result in a succinct, efficient machine language executable. If you find that the (70) resulting from a C program is not efficient, it's probably because of something silly you did, not because of something the compiler did behind your back which you have no control over. In any case, there's no point in complaining about C's low - level flavor: C is what it is.
单选题在三级结构/两级映像体系结构中,对一个表创建聚簇索引,改变的是数据库的______,通过创建视图,构建的是外模式和______。
单选题不常用作数据挖掘的方法是 (53) 。
单选题若系统中存在一个等待事务集{T
0
,T
1
,T
2
,…,T
n
},其中T
0
正等待被T
1
锁住的数据项D
1
,T
1
正等待被T
2
锁住的数据项D
2
,…,T
n-1
正等待被T
n
锁住的数据项D
n
,T
n
正等待被T
0
锁住的数据项D
0
,则系统处于______的工作状态。
单选题以下聚合类型中,内聚程度最高的是______。 A.偶然内聚 B.时间内聚 C.逻辑内聚 D.通信内聚
单选题与逆波兰式“abc*+-d*ef--”对应的中缀表达式是______。 A.-(a*b+c-d*e-f) B.-(a+b*c)-(d*e*f) C.-(a+b*c-d*e-f) D.-(a+b*c)*d-(e-f)
单选题分布式数据库中每个节点都能够执行局部应用请求,是指 (59) 。
单选题假定用户A、B分另lFm2两个叫取得了各自的证书,下面( )是A、B互信的必要条件。