Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 : Coupling between Objects ( CBO ) measures: A ) Class cohesion, because it indicates that some methods should be removed from the
Question : Coupling between Objects CBO measures:
AClass cohesion, because it indicates that some methods should be removed from the class.
BClass coupling, because it measures to what extent the given class depends on other classes.
CClass memory utilization, CBO estimates the memory needs of the class.
DResponse time, CBO is a performance metric.
Question : A high value of Depth of Inheritance Tree DIT for a class indicates what?
AThe class is easy to test.
BThe class resuability is high.
CThe class is easy to maintain.
DThe class is easy to understand.
Question : Modularity can be achieved by
ADividing the class into fixed sized modules.
BIncreasing cohesion and lowering coupling.
CIntensive use of inheritance.
DFixing the methods size to lines of code.
Question : A high value of the Response for Class RFC metric indicates that....
AThe class testability and understandability are low.
BThe class is easy to understand high understandability
CThe class is easy to test high testability
DThe class modularity is high.
Question : Functional independence is assessed using two qualitative criteria: and
ACohesion and coupling.
BCoupling and consistency.
CConsistency and connectivity.
DCohesion and consistency.
Question : In the GoalQuestionMetric approach, the relation between a metric and a question is to That is the metric can be used to answer one question only.
ATrue
BFalse
Question : Modularity can be increased if
AUse global variables.
BLower cohesion and increase coupling.
CLower coupling and increase cohesion.
DKeep each method size less than lines of code.
Question :A design concept called Blank suggests that any complex problem can be more easily handled if it is subdivided into pieces that can be solved independently.
Answer:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started