单选题在分布式数据库系统中,应用程序直接使用本结点数据的性质称为( )。
单选题以下关系模型的描述不正确的是
单选题主域名服务器在接收到域名请求后,首先查询的是
单选题(55) ,数据库处于一致性状态。
单选题将数据库对象的操作权限授予用户,属于安全控制机制中的( )。
单选题面向对象数据模型中不包含 (63) 。
单选题若对表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为变量为使该查询语句的执行效率最高,应创建( )。