Which of the following is the best description of a component-based system development method?

admin2013-12-19  54

问题 Which of the following is the best description of a component-based system development method?

选项 A、Components periodically revisit previous stages to update and verify design requirements
B、Minimizes the use of arbitrary transfer control statements between components
C、Uses independent and standardized modules that are assembled into serviceable programs
D、Implemented in module-based scenarios requiring rapid adaptations to changing client requirements

答案C

解析 C正确。基于组件的开发(component-based development)涉及独立模块和标准化模块的使用。每个标准模块都是由一个功能算法(functional algorithm)或指令集(instruction set)组成的,且提供彼此通信的接口。基于组件的开发增加了程序的可重用性和可插拔功能,所以被广泛用于现代编程之中,这加强了程序的一致性,大大降低软件的维护成本。这些模块的一个常见例子是在面向对象编程中频繁使用的“对象”(object)。
A不正确。因为螺旋式系统开发方法(spiral method of system development)将周期性地回访前面的阶段以更新和验证设计要求。螺旋式方法建立在瀑布方法之上。它使用离散的开发阶段,将重点放在风险分析、原型和模拟之上。螺旋式方法并没有明确规定组件的开发和测试。
B不正确。因为结构化程序开发(structured programming development)使用逻辑块来实现使用程序化编程的系统设计。结构化程序布局减少了类似GOTO这样的任意转换控制语句的使用,侧重于单一的入口和出口。分层方法使得程序更容易被理解和在以后被修改。
D不正确。因为极限编程(extreme programming)是一种一般在要求快速适应不断变化的客户需求情况下使用的方法。极限编程非常重视使用客户反馈来评估项目成果和分析可能需要进一步关注的项目领域。极限编程的编码原理摒弃了传统长期使用的编码重用计划,转而关注创建供当期任务使用的、简单的优化编码。
转载请注明原文地址:https://kaotiyun.com/show/6AhZ777K
0

随机试题
最新回复(0)