retagged by
5,221 views

1 Answer

Best answer
12 votes
12 votes

It's d fog index.

  • Cyclomatic complexity  : This is a measure of the control complexity of a program. This control complexity may be related to program understandability.
  • Length of identifiers : This is a measure of the average length of identifiers (names for variables. classes, methods, etc.) in a program. The longer the identifiers, the more likely they are to be meaningful and hence the more understandable the program.
  • Depth of conditional nesting  : This is a measure of the depth of nesting of if-statements in a program. Deeply nested if-statements are hard to understand and potentially error-prone.
  • Fog index :  This is a measure of the average length of words and sentences in documents. The higher the value of a document's Fog index. the more difficult the document is to understand. 

Reference:https://www.cs.ucy.ac.cy/~cs00pe/epl603/lectures/Lect19-20.pdf

edited by
Answer:

Related questions

4 votes
4 votes
1 answer
1
sh!va asked May 7, 2017
5,178 views
In software maintenance tackling the changes in the hardware or software environment where the software works, isCorrective maintenancePerfective maintenanceAdaptive main...
5 votes
5 votes
3 answers
2
sh!va asked May 7, 2017
7,327 views
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
6 votes
6 votes
2 answers
3
sh!va asked May 7, 2017
4,621 views
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
8 votes
8 votes
1 answer
4
sh!va asked May 7, 2017
6,483 views
Estimation at software development effort for organic software in basic COCOMO is:E = 2.0 (KLOC) 1.05 PME = 3.4 (KLOC) 1.06 PME = 2.4 (KLOC) 1.05 PME = 2.4 (KLOC) 1.07...