📜  门| GATE-CS-2014-(Set-1) |问题 28

📅  最后修改于: 2021-09-24 05:14:56             🧑  作者: Mango

和以下相符:

1) Waterfall model        a) Specifications can be
                              developed incrementally

2) Evolutionary model     b) Requirements compromises 
                             are inevitable

3) Component-based        c) Explicit recognition of risk
software engineering

4) Spiral development     d) Inflexible partitioning of 
                             the project into stages

(A) 1-a、2-b、3-c、4-d
(B) 1-d, 2-a, 3-b, 4-c
(C) 1-d, 2-b, 3-a, 4-c
(D) 1-c, 2-a, 3-b, 4-d答案:(乙)
解释:

  • 瀑布模型:我们不能一进入下一阶段就回到之前的项目阶段,所以不灵活
  • 进化:它随着进化而不断变化,本质上是渐进的
  • 基于组件:基于重用的方法来定义、实现和组合松散耦合的独立组件到系统中
  • 螺旋:螺旋模型是最先进的。它包括四个面,其中一个是风险。
    • 阶段:规划、风险分析、工程和评估

这个问题的测验