MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these is not a similarity between the v-shaped model and the waterfall model?
A
It is easy to understand
B
Have requirements
C
Little flexibility
D
Testing is applied throughout
Explanation: 

Detailed explanation-1: -In Waterfall, you do requirements, design, implementation, verification and finally maintenance. In the same way, in V-model, you do requirements, design, implementation, verification and maintenance: same steps in both cases. The major differences with Waterfall are the way it is presented and the emphasis on testing.

Detailed explanation-2: -In the V-Model, the probability of total number of defects in the development of application is low as testing is done in parallel to the development. In the Waterfall Model, the probability of total number of defects in the development of application is high as testing is done post development.

Detailed explanation-3: -V Model is a highly disciplined SDLC model which has a testing phase parallel to each development phase. The V model is an extension of the waterfall model wherein software development and testing is executed in a sequential way. It is known as the Validation or Verification Model.

Detailed explanation-4: -The W model is a straightforward successive approach in which the progress flows in just one direction. On the other hand, V Model, also called Verification and Validation Model, is like the waterfall model that takes a successive way of executing procedures.

There is 1 question to complete.