单选题 Windows NT或Windows 2000是当前流行的一类操作系统,______是Windows
NT真正的中心,它提供了一组操作系统原语和机制。Windows
NT采用线程机制提高系统的______。NT采用基于______的方案选定线程执行的次序。
单选题SQL语言也称为 (62) 。
单选题数据库主要有 (30) 两大类操作。
单选题运行Web浏览器的计算机与网页所在的计算机要建立 (66) 连接,采用 (67) 协议传输网页文件。
单选题由于软硬件故障可能造成数据库中数据被破坏,数据库恢复就是
6
。具体的实现方法有多种,如:定期将数据库作备份;在进行事务处理时,对数据更新(插入、删除、修改)的全部有关内容写入
7
;当系统正常运行时,按一定的时间间隔,设立
8
,把内存缓冲区内容还未写入到磁盘中去的有关状态记录到该文件中;当发生故障时,根据现场数据内容及相关文件来恢复系统的状态。
单选题常用的IP地址有A、B、C三类,地址172.16.3.108是一个 (36) 类地址,其网络标识为 (36) 。 A) A,172.16.0.0 B) B,172.16.0.0 C) B,172.16.3.108 D) C,172.16.0.0
单选题存在非主属性部分依赖于码的关系模式属于(55) 。
单选题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.
单选题以下是平行数据库的四种体系结构,在( )体系结构中所有 处理器共享一个公共的主存储器和磁盘。
单选题计算机各功能部件之间的合作关系如图所示。假设图中虚线表示控制流,实线表示数据流,则部件a、b和c分别表示______。A.内存储器、控制器和运算器B.控制器、内存储器和运算器C.内存储器、运算器和控制器D.控制器、运算器和内存储器
单选题设有关系模式R(C,P,S,G,T,W),各属性含义为:C课科,P老师,S学生,G成绩,T时间,W教室,其函数依赖集为:
F={C→,(,)→,(,)→,(,)→,(,)→W)
则关系模式的关键字为______,R的规范化程度最高可达到______ 。若将R分解为关系模式组RI(C,P),R2(S,C,G),R3(S,T,W,C),则R1,R2,R3的规范化程度最高分别可达到______,______,______。
单选题视图设计属于数据库设计的( )阶段。
单选题一棵左右子树不空的二叉树在先序线索化后,其空指针域数为 (15) 。
单选题在学生关系中,对属性“性别”规定只能为“男”或“女”的这种约束属于 (34) 规则。
单选题将一个关系r分解成两个关系rl和r2,再将分解之后的两个关系rl和r2进行自然连接,得到的结果如果比原关系r记录多,则称这种分解为( )
单选题关系的度(degree)是指关系中 (35) 。
单选题在下列进程调度算法中,可能引起进程长时间得不到运行的算法是 (34) 。