Question
I have the answer of 1a based on that you just need to answer for 1b and 1c. Question 1 Assume we design a software
I have the answer of 1a based on that you just need to answer for 1b and 1c.
Question 1
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 initialize() {
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.) What type of a cohesion is provided in this design?
answer of 1.A = it is temporal cohesion.
1.B.) What problem will this type of cohesion cause?
1.C.) Suggest a new design to fix this problem youve mentioned in 1B. Please write down your new pesudocode and also explain.
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