单选题若对表1按______进行运算,可以得到表2。
表1 商品列表
条形码
商品名
价格
01020210
牙刷
3
01020211
毛巾
10
01020212
毛巾
8
01020213
铅笔
0.5
02110200
钢笔
8
表2 商品运算结果
条形码
商品名
价格
01020211
毛巾
10
010202 12
毛巾
8
02110200
钢笔
8
单选题在数据库系统中,数据完整性约束的建立需要通过数据库管理系统提供的数据 (28) 语言来实现。
单选题耦合性用于度量软件系统中 (35) 互相联系的程度,其耦合程度由高至低为 (35) ;而内聚性用于度量 (36) 的紧密程度,其内聚程度大小由高至低为 (36) 。
单选题
常规的数据加密标准DES主要采用替换和移位的方法加密,它用______位密钥对______位二进制数据块进行加密。
单选题下面所给出的算法的时间复杂度为(56)。(n为大于1的数)x=n;y=1;while(x>y*y)y++;
单选题在互联网中,各种电子媒体按照超链接的方式组织,通常使用
单选题病毒的发展经历了三个阶段,以下 (37) 不属于其发展阶段。 A) DOS时代 B) Minix/Linux时代 C) Windows时代 D) Internet时代
单选题For nearly ten years, the Unified Modeling Language (UML) has been the industry standard for visualizing, specifying, constructing, and documenting the
19
of a software-intensive system. As the
20
standard modeling language, the UML facilitates communication and reduces confusion among project
21
. The recent standardization of UML 2.0 has further extended the language"s scope and viability. Its inherent expressiveness allows users to
22
everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.
The UML is not limited to modeling software. In fact, it is expressive enough to model
23
systems, such as workflow in the legal system, the structure and behavior of a patient healthcare system, software engineering in aircraft combat systems, and the design of hardware.
To understand the UML, you need to form a conceptual model of the language, and this requires learning three major elements: the UML"s basic building blocks, the rules that dictate how those building blocks may be put together, and some common mechanisms that apply throughout the UML.
单选题嵌入式SQL中,若查询结果为多条记录时,将查询结果交予主语言处理时,应使用的机制是______,引入______来解决主语言无空值的问题。
单选题在SQL中,用户()获取权限。
单选题若系统使用频度最高的查询语句为
SELECT*
FROM SC
WHERE Sno=x AND Cno=y; //其中x,y为变量为使该查询语句的执行效率最高,应创建( )。
单选题
给定关系模式R(U,F),属性集u={A,B,C,D,E},函数依赖集F={B→A,D→A,A→E,AC→B},属性AD的闭包为______,R的候选关键字为______。
单选题通常,多媒体数据量较大。为了在有限的信道中并行开通更多业务,应该对多媒体数据进行______压缩。 A.时间域 B.频率域 C.空间域 D.能量域
单选题开发系统的并行性,可以有效提高计算机系统的速度以下哪个不能作为开发并行性系统的途径: (7) 。
单选题授权语句GRANT中,以下关于WITH GRANT OPTION子句的叙述中,正确的是( )
单选题我们用的掌上电脑通常采用的是
24
,其典型特性有
25
。
①完成某一项或有限项功能,不是通用型的
②在性能和实时性方面有严格的限制
③能源、成本和可靠性通常是影响设计的重要因素,占有资源少,易于连接
④系统功能可针对需求进行裁剪、调整和生成,以便满足最终产品的设计要求
单选题数据库系统应该定期备份,如果备份过程中仍有更新事务在运行,则备份结果是不一致的,这种备份称为( )