edited by
1,084 views
0 votes
0 votes

What is the appropriate pairing of items in the two columns listing various activities encountered in a software life cycle?

$$\begin{array}{llll}\text{P.} & \text{Requirements Capture }&1. & \text{Module Development and integration} \\ \text{Q.} & \text{Design}&2. & \text{Domain Analysis}\\\text{R.} & \text{Implementation}&3. &\text{Structural and Behavioral Marketing} \\\text{S.} & \text{Maintenance}&4. &\text{Performance Tunit}\end{array}$$

  1. $P-3,Q-2,R-4,S-1$
  2. $P-2,Q-3,R-1,S-4$
  3. $P-3,Q-2,R-1,S-4$
  4. $P-2,Q-3,R-4,S-1$
edited by

1 Answer

0 votes
0 votes
option B

$P−2,Q−3,R−1,S−4$

Module Development and Integration is clearly implementation work
Performance Tuning is clearly maintenance work
Domain Analysis is clearly Requirements Capture
Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 30, 2020
778 views
The Cyclomatic complexity of each of the modules $A$ and $B$ shown below is $10$. What is the Cyclomatic complexity of the sequential integration shown on the right hand ...
0 votes
0 votes
1 answer
4
admin asked Mar 30, 2020
1,241 views
Which one of the following is NOT desired in a good Software Requirement Specifications (SRS) document?Functional RequirementsNon-Functional RequirementsGoals of Implemen...