Back to the 2019 paper
Similar questions
Software EngineeringIf all tasks must be executed in the same time-span, what type of cohesion is being exhibited? (i) Functional (ii) Spatial (iii) Temporal (iv) Sequential20192mSoftware EngineeringThe most desirable form of cohesion is (i) sequential cohesion (ii) procedural cohesion (iii) coincidental cohesion (iv) functional cohesion20242mSoftware Engineering_____ is a measure of the degree of interdependence between modules. (i) Cohesion (ii) Global variable (iii) Coupling (iv) Call sequence20192mSoftware Engineering______ is a measure of the degree of interdependence between modules. (i) Cohesion (ii) Coupling (iii) None of the mentioned (iv) All of the mentioned20212m
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