单选题软件设计中划分程序模块通常遵循的原则是要使各模块间的耦合性尽可能 (58) 。三种可能的模块耦合是: (59) 。例如,一个模块直接引用另一模块中的数据。 (60) 。例如,一个模块把开关量作为参数传送给另一模块。 (61) 。例如,一个模块把一个数值量作为参数传送给另一模块。其中 (62) 的耦合性最强。
单选题首先提出支持面向对象数据模型的SQL标准是 (37) 。
单选题
30.给定关系模式R(U,F),u={A,B,C,D,E},F={B→A,D→A,A→E,
AC→B}, 那么属性集AD的闭包为{{U}} (1) {{/U}},R的候选键为{{U}} (2)
{{/U}}。
单选题假设磁盘上每个磁道划分成9个物理块,每块存放1个逻辑记录。逻辑记录R1, R2,…,R9存放在同一个磁道上,记录的安排顺序如表5-5所示。 表5-5 R1~R9的安排顺序 物理块 1 2 3 4 5 6 7 8 9 逻辑记录 R1 R2 R3 R4 R5 R6 R7 R8 R9 假定磁盘的旋转速度为27ms/周,磁头当前处在R1的开始处,系统使用单缓冲区,当缓冲区内容处理完时才能再存放新的记录,且每个记录的处理时间为3ms。若系统顺序处理这些记录,则处理这9个记录的最长时间为 (18) ;若对信息存储进行优化分布后,处理9个记录的最少时间为 (19) 。
单选题在事务等待图中,如果两个事务的等待关系形成一个循环,那么就会______。
单选题下列式子中,不正确的是______。
单选题Programming is a (46) that has various engineering and (47) aspects. Although most of these aspects are interrelated, each of them covers a number of (48) and goals winch are very specific. The progress being made in teaching (49) is reflected by the fact that most (50) science curricula contain a broad spectrum of programming courses, each emphasizing a different aspect of programming.
单选题Mobile computers-which (71) laptops, notebooks, subnotebooks and handhelds- (72) so ubiquitous in such a short time, no surprise to hear who say: "It will define the leading edge (73) the next five years or so." The most remarkable (74) mobile computers is the amount of data storage and memory packed (75) their tiny boxes. These devices not only handle windows easily but also run storage-hungry programs.
单选题如果主存容量为16M字节,且按字节编址,表示该主存地址至少应需要
________
位。
单选题在元组关系演算中,与公式(s)(P1(s))等价的公式是______。A.┐(s)(P1(s))B.(s)(┐Pl(s))C.┐(s)(┐P1(s))D.┐(s)(┐P1(s))
单选题数据存储在磁盘上的排列方式会影响I/O服务的总时间。假设每磁道划分成10个物理块,每块存放1个逻辑记录。逻辑记录R1,R2,…,R10存放在同一个磁道上,记录的安排顺序如表2-1所示。 表2-1 记录的安排顺序 物理块 1 2 3 4 5 6 7 8 9 10 逻辑记录 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 假定磁盘的旋转速度为20ms/周,磁头当前处在R1的开始处。若系统顺序处理这些记录,使用单缓冲区,每个记录处理时间为4ms,则处理这10个记录的最长时间为 (7) ;对信息存储进行优化分布后,处理10个记录的最少时间为 (8) 。
单选题SOL2事务的隔离级别中的READ COMMITTED,等同于______。
单选题下图是某局域网网络的拓扑结构,它是
33
,其特点是
34
。
单选题若给出关系Student(S_no, Sname, Sage, S_sex, SD_name, S_add, S_tel),并用SQL语言定义Student关系如下: CREATE Student(S_no CHAR(6), Sname CHAR(30)NOT NULL, Sage CHAR(30), S_sex CHAR(1), SD_name CHAR(20), S_add CHAR(30), S_tel CHAR(20), PRIMARY KEY(S_no)); 采用 (45) 向Student中插入记录能被正确地执行。
单选题消息摘要算法是一种常用的函数。MD5算法以一个任意长数据运动块作为输入,其输出为一个 (23) 比特的消息摘要。
单选题企业系统规划方法(BSP)是指导公司建立信息系统的方法。一个企业的信息系统应当满足各个管理层次关于信息的需求。以下选项中不属于企业系统规划层次的是 (3) 。 A.战略控制层 B.管理控制层 C.操作控制层 D.数据产生层
单选题
22.计算机总线在机内各部件之间传输信息。在同一时刻{{U}} (1) {{/U}}。系统总线由3部分组成{{U}}
(2) {{/U}}。
单选题Networks can be interconnected by different devices. In the physical layer, networks can be connected by (1) or hubs, which just move the bits from one network to an identical network. One layer up we find bridges and switches, which operate at data link layer. They can accept (2) , examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer, we have routers that can connect two networks. If two networks have (3) network layer, the router may be able to translate between the packet formats. In the transport layer we find transport gateway, which can interface between two transport connections. Finally, in the application layer, application gateways translate message (4) . As an example, gateways between Internet e-mail and X.400 e-mail must (5) the e-mail message and change various header fields.
单选题设有教师关系如下表所示,则δF(教师)为( )(F:性别="男"∧职称="教授")。 工 号 姓 名 性 别 职 称 3701 3702 3703 3704 王小梅 李 松 杨学平 王 萍 女 男 男 女 教授 助教 教授 助教 A) 3703杨学平男 教授 B) 3701 小梅女 教授 C) 3702李松男 助教 D) 3704 萍 女 助教
单选题以下关于原型化开发方法的叙述中,不正确的是 (29) 。