单选题设有关系R、S和T如图16-1所示。则下列元组演算表达式的运算结果是(2)。t|(u)((R(u)S(u))(v)(T(v)→(w)((R(w)S(w))w[1]=u[1]w[2]=v[1][3]=v[2]))t[1]=u[1]))
单选题________
是计算机辅助软件工程技术的简称。
单选题事务的ACID性质中,关于原子性(atomicity)的描述正确的是 (1) 。
单选题在DB技术中,“脏数据”是指______。
单选题设有关系R(A,B,C)的值如下:下列叙述正确的是______。
单选题系统测试是将软件系统与硬件、外设和网络等其他因素结合,对整个软件系统进行测试。 (4) 不是系统测试的内容。
单选题以下哪类网络使用双绞线作为传输媒体?______
单选题
13.模块内聚度是用来衡量模块内部各个成分之间彼此结合的紧密程度的,模块的内聚度可以分为以下几个层次。
①一组语句在程序的多处出现,为了节省内存空间把这些语句放在一个模块中,该模块的内聚度是{{U}} (1) {{/U}}的。
②将几个逻辑上相似的成分放在一个模块中,该模块的内聚度是{{U}} (2) {{/U}}的。
③模块中的所有成分引用共同的数据,该模块的内聚度是{{U}} (3) {{/U}}的。
④模块内的某成分的输出是另一些成分的输入,该模块内聚度是{{U}} (4) {{/U}}的。
⑤模块中所有成分结合起来完成一项任务,该模块的内聚度是{{U}} (5)
{{/U}}的。它具有简明的外部界面,由它构成的软件易于理解、测试和维护。
单选题Application development increasingly means Windows development, and the popularity of visual development tools has (95) in tandem with Windows itself. These tools create beautiful windowing (96) , and their fast development cycles and easy learning curves make them a good (97) for many types of PC development projects. Today's developers are leveraging these tools and the abundance of heap, powerful PCs to shift the balance of power to the desktop. As the world moves inexorably toward Windows and other (98) user interfaces, developers can choose from an abundance of (99) oriented tools. Popular examples include Microsoft Corp.'s Visual Basic, Powersoft Corp.'s PowerBuilder, Gupta Technology Corp.'s SQL Windows, and so on.
单选题OSI安全体系方案X.800将安全性攻击分为两类,即被动攻击和主动攻击,主动攻击包括篡改数据流或伪造数据流,这种攻击试图改变系统资源或影响系统运行。下列攻击方式中不属于主动攻击的为______。
单选题软件设计的主要任务是设计软件的结构、过程和模块,其中软件结构设计的主要任务是要确定
________
。
单选题新开发的数据库管理系统中,数据库管理员张工发现被用户频繁运行的某个查询处理程序使用了多个表的连接,产生这一问题的原因在于 (6) 。在保证该处理程序功能的前提下提高其执行效率,他应该 (7) 。
单选题容量为64块的Cache采用组相联方式映像,每块大小为128个字,每4块为一组。若主存容量为4096块,且以字编址,那么主存地址应该为
30
位,主存区号为
31
位。
单选题In (85) software, one question of near-universal interest is how rapidly Windows NT, which began shipping last summer, will be (86) in the marketplace and for what uses. For the most part, observers are (87) about the operating system's long term prospects, but expect it to remain on (88) rather than desktops during 1994, saying that it won't become a mainstream product until (89) PCs typically have 16 to 24 MB of RAM, which is unlikely to happen next year.
单选题若关系诊疗科和医师进行自然连接运算,其结果集为 (10) 元关系。医师和患者之间的治疗观察关系模式的主键是 (11) 。
单选题关于RS-232-C,以下叙述中正确的是 (63) 。
单选题在关系模式R分解成ρ={R1,…,Rk)时,R上的关系r和其投影连接表达式mρ(r)之间满足______。
单选题企业职工和部门的关系模式如下所示,其中部门负责人也是一个职工。 职工(职工号,姓名,年龄,月薪,部门号,电话,地址) 部门(部门号,部门名,电话,负责人代码,任职时间) 请将下面的SQL语句空缺部分补充完整。 CREATE TABLE部门(部门号CHAR(4)PRIMARY KEY,部门名CHAR(20),电话CHAR(13),负责人代码CHAR(5),任职时间DATE,FOREIGN KEY (33) ); 查询比软件部所有职工月薪都要少的职工姓名及月薪的SQL语句如下: SELECT姓名,月薪FROM职工 WHERE月薪<(SELECT (34) FROM职工 WHERE部门号= (35) ));
单选题就目前计算设备的计算能力而言,数据加密标准DES不能抵抗对密钥的穷举搜索攻击,其原因是______。
单选题For users, microkernel technology promises (90) , compact and sophisticated operating systems that are typically (91) across a range of hardware platforms. These operating systems will be customizable to let users run multiple operating system and application "personalities" on top of a single microkernel (92) . Microkernel based systems can provide this flexibility because the core operating system functions are (93) from the large number of utilities, features and extensions that are layered on top of them. As a result, updating and maintaining operating system is easier, since developers don't have to modify the (94) every time they must acid a new feature.