企业信息集成按照组织范围分为企业内部的信息集成和外部的信息集成。在企业内部的信息集成中, (8) 实现了不同系统的互操作,使得不同系统之间能够实现数据和方法共享;
A. 技术平台集成
B. 数据集成
C. 应用系统集成
D. 业务过程集成
OSPF is a link-state routing protocol。It is designed to be run internal to a single __(71__system。Each OSPF router maintains an identical __(72)__ describing the autonomous system’s topology。From this database,a routing table is calculated by constructing a shortest-path __(73)__。OSPF recalculates routes quickly in the face of topological changes,utilizing a minimum of routing __(74)__ traffic。OSPF provides support for equal-cost multipath。An area routing capability is provided,enabling an additional level of routing protection and a reduction in routing protocol __(75)__。
A. autonomous
B. network
C. computer
D. server
RIP是一种基于 (25) 的内部网关协议.
A. 链路状态算法
B. 距离矢量算法
C. 集中式路由算法
D. 固定路由算法
下列关于面向对象软件测试的说法中,正确的是 (6) 。
A. 在测试一个类时,只要对该类的每个成员方式都进行充分的测试就完成了对该类充分的测试
B. 存在多态的情况下,为了达到较高的测试充分性,应对所有可能的绑定都进行测试
C. 假设类B是类A的子类,如果类A已经进行了充分的测试,那么在测试类B时不必测试任务类B继承自类A的成员方法
D. 对于一棵继承树上的多个类,只有处于叶子节点的类需要测试