0. Match each application/software design concept in List – I to its definition in List – II.
List – I | List – II |
I. Coupling | (a) Easy to visually inspect the design of the software and understand its purpose. |
II. Cohesion | (b) Easy to add functionality to a software without having to redesign it. |
III. Scalable | (c) Focus of a code upon a single goal. |
IV. Readable | (d) Reliance of a code module upon other code modules. |
Codes:
I | II | III | IV | |
(1) | (b) | (a) | (d) | (c) |
(2) | (c) | (d) | (a) | (b) |
(3) | (d) | (c) | (b) | (a) |
(4) | (d) | (a) | (c) | (b) |