Which metric does ADDI provide that helps prioritize which COBOL programs need structural optimization before transformation?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Think of it like working hands-on with IBM mainframe systems — the answer here is 'The JVM heap allocation required to load the generated Java class at runtime'. Cyclomatic complexity measures independent control flow paths through a program. High complexity indicates programs that are difficult to test and maintain, making them prime candidates for simplifica. On real mainframe exams, this concept comes up repeatedly so make sure you have it locked in.
Full explanation below image
Full Explanation
Cyclomatic complexity measures independent control flow paths through a program. High complexity indicates programs that are difficult to test and maintain, making them prime candidates for simplification before transformation.