in IS&Software Engineering retagged by
5,228 views
6 votes
6 votes

Which product metric gives the measure of the average length of words and sentence in documents?

  1. SCI number
  2. Cyclomatic complexity
  3. LOC
  4. Fog index
in IS&Software Engineering retagged by
by
5.2k views

1 Answer

12 votes
12 votes
Best answer

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
by

1 comment

 Ans:D

Fog index:

It is the measure of the average length of words and sentences in a documents . The higher the value of fog index , the more difficult the document is to understanud.

4
4
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true