试题内容
软题库参考答案:B(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
Virtualization is an approach to IT that pools and shares (1) so that utilization is optimized and supplies automatically meet demand. Traditional IT environments are often silos, where both technology and human (2)are aligned around an application or business function. With a virtualized (3) , people, processes, and technology are focused on meeting service levels, ( 4) is allocated dynamically, resources are optimized, and the entire infrastructure is simplified and flexible. We offer a br
第56题:Designing object -oriented software is hard,and designing ( )object -oriented software is even harder.You must find pertinent(相关的)objects,factor them into class at the rightgranularity,define class interfaces and inheritances,and establish key relationships among them.You design should be specific to the problem at hand,but also( )enough to address future problems and requirements.You also want to avoid redesign,or atleast minimize it.Experienced object -oriented designers will tell you that a r第51题: 在某企业的营销管理系统设计阶段,属性“员工”在考勤管理子系统中被称为“员工”,而在档案管理子系统中被称为“职工”,这类冲突称为 ( ) 冲突。
A、语义
B、结构
C、属性
D、命名
冗余技术通常分为 4 类,其中 ( ) 按照工作方法可以分为静态、动态和混合冗余。
A、时间冗余
B、信息冗余
C、结构冗余
D、冗余附加技术
若有关系模式R(A,B,C)和S(C,D,E),对于如下的关系代数表达式:
E=∏A,D(σB<'2003'∧R.C=S.C∧E='80'(R×S))
E=∏A,D(σR.C=S.C(σB<'2003'(R)×σE='80'(S)))
E=∏A,D(σB<'2003'(R) σE='80'(S))
E=∏A,D(σB<'2003'∧E='80'(R S))
正确的结论是(1),表达式 (2)的查询效率最高。
(1)A、E1≡E2≡E3≡E4
B、E3≡E4但E1≠E2
C、E1&equiv