Match List - I with List - II.
|
List - I (software design principles) |
List - II (Definition) |
||
|
A. |
Cohesion |
I. |
Degree to which one module relies on another module. |
|
B. |
Coupling |
II. |
Dividing a software system into distinct modules. |
|
C. |
Abstration |
III. |
Degree to which elements of a module belong together. |
|
D. |
Modularity |
IV. |
Simplifying complex reality by modeling classes appropriate to the problem. |
Choose the correct answer from the options given below:
1
(A) - (I), (B) - (II), (C) - (III), (D) - (IV)
2
(A) - (II), (B) - (III), (C) - (IV), (D) - (I)
3
(A) - (III), (B) - (I), (C) - (IV), (D) - (II)
4
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)