中国大学MOOC: The following graph shows the modules of a software system, and the line in the graph shows the invocation relation between the modules. If the system is implemented and integrated using the bottom-up type, module_________ is the driver of the module b.下图显示了软件系统的模块,图中的线显示了模块之间的调用关系。 如果系统是使用自底向上类型实现和集成的,模块_________是模块b的驱动程序。
举一反三
- 中国大学MOOC: Which of the following are disadvantages of bottom-up integration and implementation?下列哪些是自底向上集成和实施的缺点?I. Operational modules may not be adequately tested. 操作模块测试不充分II. Logical modules may not be adequately tested. 逻辑模块测试不充分III. It promotes responsibility-driven design. 促进了职责驱动设计
- Which of the following statements about module is wrong? _________关于模块的以下语句中哪个是错误的? ________ A: Good module design is important for the quality of the whole software system. B: Module design is part of software system design. C: Modules are parts of the whole software system. D: An array in a program can be taken as a module.
- 自底向上的集成需要开发( ) A: 驱动模块 B: 桩模块 C: 驱动模块和桩模块 D: 中间模块
- 在自底向上增殖式集成测试时,对每个被集成的模块( )。 A: 不必设计驱动模块和桩模块 B: 不必设计驱动模块,但要设计桩模块 C: 要设计驱动模块,但不必设计桩模块 D: 要设计驱动模块和桩模块
- 在集成测试中,增值式集成测试方法中的自底向上的增值测试方式需要建立()。 A: 驱动模块 B: 桩模块 C: 驱动模块和桩模块 D: 不需要建立