edited by
2,246 views
1 votes
1 votes

Match List-I with List-II:

 

$$\begin{array}{|c|c|c|c|} \hline   & \text{List-I}\\ & \text{(Software} \\ & \text{Process} \\ & \text{Models)} &  & \text{List-II} \\ & &  & \text{(Software Systems)} \\\hline (a) & \text{Waterfall model} & (i) & \text{e-business software that starts with only the}    \\ & & & \text{basic functionalities and then moves on to } \\ & & & \text{more advanced features}  \\\hline(b) & \text{Incremental} \\  & \text{development}  & (ii) & \text{An inventory control system for super-} \\ & & & \text{market to be developed within three months}     \\\hline(c) & \text{Prototyping} & (iii) & \text{A virtual reality system  for  simulating} \\ & & & \text{vehicle nevigation in a highway}  \\\hline (d) & \text{RAD} & (iv) & \text{Automate the manual system for student} \\ & & & \text{record maintenance in a school} \\\hline \end{array}$$

 

Choose the correct option from those given below:

  1. a-ii; b-iv; c-i; d-iii
  2. a-i; b-iii; c-iv; d-ii
  3. a-iii; b-ii; c-iv; d-i
  4. a-iv; b-i; c-iii; d-ii
edited by

1 Answer

2 votes
2 votes

option 4 is right ans 
A. Waterfall model ----->4. Automate the manual system for student record maintenance in a school.          
B. Incremental development --->1. e-business software that starts with only the basic functionalities and then moves on to more                                                                   advanced features.
C. Prototyping---------> 3. A virtual reality system for simulating vehicle navigation in a highway.
D. RAD     --------------> 2. An inventory control system for a supermarket to be develop within three months.

 

incremental SDLC model: Specifies and implements a part of the software, which is then reviewed and further requirements added and implemented in groups

 In RAD model the components or functions are developed in parallel as if they were mini projects. The developments are time boxed

Answer:

Related questions

3 votes
3 votes
2 answers
1
go_editor asked Aug 16, 2016
10,474 views
The ____ model is preferred for software development when the requirements are not clear.Rapid Application DevelopmentRational Unified ProcessEvolutionary ModelWaterfall ...
1 votes
1 votes
1 answer
3
Arjun asked Jul 2, 2019
2,250 views
The M components in MVC are responsible foruser interfacesecurity of the systembusiness logic and domain objectstranslating between user interface actions/events and oper...