Thursday, 28 March 2019

UGC NET Computer Science July 2018 – II Question 12

Question 12
12. Match the following in Software Engineering :

List - I List - II
(a) Product Complexity (i) Software Requirements Definition
(b) Structured System Analysis (ii) Software Design
(c) Coupling and Cohesion (iii) Validation Technique
(d) Symbolic Execution (iv) Software Cost Estimation

Code :
(a) (b) (c) (d)
(1) (ii) (iii) (iv) (i)
(2) (iii) (i) (iv) (ii)
(3) (iv) (i) (ii) (iii)
(4) (iii) (iv) (i) (ii)

Options:
  1. (1)
  2. (2)
  3. (3)
  4. (4)
Answer: (3)
  1. Product Complexity → Software cost estimation.
    Software cost estimation must be done more diligently throughout the project life cycle so that in the future there are fewer surprises and unforeseen delays in the release of a product.
  2. Structured System Analysis → Software Requirements Definition
  3. Coupling and Cohesion are used in software design. Cohesion measures the strength of relationships between pieces of functionality within a given module while coupling measures inter-dependency between modules.
  4. Symbolic Execution → Validation Technique
Reference : Differentiate between Coupling and Cohesion

PreviousNext
UGC NET CS 2018 July - II Question 11UGC NET CS 2018 July - II Question 13

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts