Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Out of these types of cohesion: 1. informational 2.Functional 3. Communicational 4.Procedural 5.Temporal 6.Logical 7.Coincidental Question 1 (25 POINTS) Assume we design a software for
Out of these types of cohesion:
1. informational
2.Functional
3. Communicational
4.Procedural
5.Temporal
6.Logical
7.Coincidental
Question 1 (25 POINTS) Assume we design a software for a company. As part of this software we write an initialize module which is displayed in pseudocode as follows: procedure initialize0 open all files initialize arrays and all variables initialize employee table initialize income table initialize expenses table set all constants set all flags read the first transaction 1.A.) (5 POINTS) What type of a cohesion is provided in this design? Why? 1.B.) (5 POINTS) What problem will this type of cohesion cause? 1.C.) (15 POINTS) Suggest a new design to fix this problem you've mentioned in IB. Please write down your new pesudocode and also explain. Question 1 (25 POINTS) Assume we design a software for a company. As part of this software we write an initialize module which is displayed in pseudocode as follows: procedure initialize0 open all files initialize arrays and all variables initialize employee table initialize income table initialize expenses table set all constants set all flags read the first transaction 1.A.) (5 POINTS) What type of a cohesion is provided in this design? Why? 1.B.) (5 POINTS) What problem will this type of cohesion cause? 1.C.) (15 POINTS) Suggest a new design to fix this problem you've mentioned in IB. Please write down your new pesudocode and also explainStep 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