UGC-NET | UGC NET CS 2016 July – III | Question 45
Match each application/software design concept in List – I to its definition in List – II.
(A) (1)
(B) (2)
(C) (3)
(D) (4)
Answer: (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.
Quiz of this Question
Please Login to comment...