Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q# 02: (Marks: 10) Cohesion is the qualitative indication of the degree to which a module focuses on just one thing. Functional, temporal, procedural and
Q# 02: (Marks: 10) Cohesion is the qualitative indication of the degree to which a module focuses on just one thing. Functional, temporal, procedural and communicational cohesion are some of the Levels/Ranges of cohesion. You are required to identify the type of cohesion that the following statements represent. Justify your answer with solid reason. A function/routine that initializes data used by many modules throughout a system. All the parameter which require initialization are set to their starting values irrespective of their functional relationship are initialized in this function/routine 1. 2. Suppose there is a module which intends to repair the damaged record of the database and then update the maintenance file. 3. Suppose a complex module A which have numerous sub modules like al, a2, a3 etc. and all sub module of module A are only performed to carry out the task of the parent module (i.e module A)
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