July2016 cs Q45

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:

 IIIIIIIV
(1)(b)(a)(d)(c)
(2)(c)(d)(a)(b)
(3)(d)(c)(b)(a)
(4)(d)(a)(c)(b)

  • Option : C
  • Explanation :
  • Coupling is reliance of a code module upon other code modules.
  • Cohesion is easy to visually inspect the design of the software and understand its purpose.
  • Scalable is focus of a code upon a single goal.
  • Readable is easy to add functionality to a software without having to redesign it.
  • So, option (C) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *