Examveda

The Incremental Model is a result of combination of elements of which two models?

A. Build & FIX Model & Waterfall Model

B. Linear Model & RAD Model

C. Linear Model & Prototyping Model

D. Waterfall Model & RAD Model

Answer: Option C

Solution (By Examveda Team)

The correct answer is C: Linear Model & Prototyping Model
Let's break down why:

Incremental Model Explained:
The Incremental Model develops software in stages or increments.
Each increment builds upon the previous one, gradually adding functionality until the whole system is complete.

Why Option C is Correct:
* Linear Model (like Waterfall): The Linear Model (think Waterfall) provides the structured, sequential flow for each increment.
Each increment goes through requirements, design, implementation, testing, and deployment phases in a linear fashion.
* Prototyping Model: The Prototyping Model allows for creating a working model of a part of the system during each increment.
This helps gather feedback early and refine requirements for that specific increment.

Why other options are incorrect:
* A: Build & Fix & Waterfall: The Build & Fix model is too chaotic, and the incremental model needs structure that Build & Fix model not provide.
* B: Linear & RAD: RAD (Rapid Application Development) focuses on speed through techniques like timeboxing and code reuse, which are not core element of incremental model, although we can consider RAD model as part of increment.
* D: Waterfall & RAD: While both are structured, RAD's rapid development style doesn't directly explain how the Incremental Model builds software step-by-step like the Prototyping Model does within each linear stage.

In short: The Incremental Model uses a linear (Waterfall-like) approach for each increment, and it can use Prototyping to refine the functionalities for each increment.

This Question Belongs to Computer Science >> Software Engineering

Join The Discussion

Comments (1)

  1. DEAD HEART
    DEAD HEART:
    4 months ago

    And is D

Related Questions on Software Engineering