Back to the 2019 paper
Similar questions
Software EngineeringThe most desirable form of cohesion is (i) sequential cohesion (ii) procedural cohesion (iii) coincidental cohesion (iv) functional cohesion20242mSoftware EngineeringDefine cohesion and coupling. Explain various types of each of them.20227mSoftware EngineeringDefine cohesion and coupling. Explain various types of each of them.20207mSoftware EngineeringDifferentiate between cohesion and coupling, and explain their types in brief.20237m
Previous_____ is a measure of the degree of interdependence between modules. (i) Cohesion (ii) Global variable (iii) Coupling (iv) Call sequenceNextIndependent modules are easier to maintain and test because of (i) code modification is limited (ii) reusable modules are possible (iii) error propagation is reduced (iv) All of the above