edited by
1,603 views
2 votes
2 votes

Match the following :

$\begin{array}{clcl}  & \textbf{List-I} & & \textbf{List-II} \\ \text{(a)}  & \text{Joint Application} & \text{(i)} & \text{Delivers functionality in rapid iteration} \\ & \text{Design (JAD)} && \text{measured in weeks and needs frequent} \\ &&&\text{communication, development, testing and} \\ &&& \text{delivery} \\ \text{(b)}  & \text{Computer Aided} & \text{(ii)} & \text{Reusable applications generally with one}  \\ & \text{Software} &&  \text{ specific function. It is closely linked with}\\ &\text{Engineering}&& \text{   idea of web services and service oriented}  \\ &&& \text{architecture}  \\ \text{(c)}  & \text{Agile development} & \text{(iii)} & \text{Tools to automate many tasks of SDLC} \\ \text{(d)}  & \text{Component} & \text{(iv)} & \text{A group based tool for collecting user} \\ &\text{Based}&& \text{ requirements and creating system design.} \\ & \text{Technology} &&  \text{Mostly used in analysis  and design stages} \\ &&& \text{of SDLC} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-(i), (b)-(iii), (c)-(ii), (d)-(iv)}$
  2. $\text{(a)-(iv), (b)-(iii), (c)-(i), (d)-(ii)}$
  3. $\text{(a)-(iii), (b)-(iv), (c)-(i), (d)-(ii)}$
  4. $\text{(a)-(iii), (b)-(i), (c)-(iv), (d)-(ii)}$
edited by

2 Answers

1 votes
1 votes

ans will be B 

JAD--->JAD (Joint Application Development) is a methodology that involves the client or end user in the design and development of an application, through a succession of collaborative workshops called JAD sessions

CASE Tools->Tools to automate many tasks of SDLC

 Agile development--->Agile SDLC model is a combination of iterative and incremental process models with focus on process adaptability and customer satisfaction by rapid delivery of working software product. Agile Methods break the product into small incremental builds. These builds are provided in iterations.

Component based technology-->Reusable applications generally with one specific function. It is closely linked with idea of web services and service oriented architecture

Answer:

Related questions

4 votes
4 votes
1 answer
1
3 votes
3 votes
1 answer
2
go_editor asked Aug 1, 2016
3,598 views
A Design Concept Refinement is aTop-down approachComplementary of abstraction conceptprocess of elaborationAll of the above
4 votes
4 votes
1 answer
3
3 votes
3 votes
1 answer
4
go_editor asked Aug 1, 2016
2,370 views
Modulo design is used to maximize cohesion and minimize coupling. Which of the following is the key to implement this rule?InheritancePolymorphismEncapsulationAbstractio...