Which metric gives the idea about the contents on a web page ?
A. Word Token
B. Word Count
C. Word Size
D. Word Length
Explanation: The word count metric gives the total number of words on a web page.
A. Word Token
B. Word Count
C. Word Size
D. Word Length
Explanation: The word count metric gives the total number of words on a web page.
A. stated needs
B. is easy to use
C. makes optimal use of system resources
D. none of the mentioned
A. FP = [count total * 0.65] + 0.01 * sum(Fi)
B. FP = count total * [0.65 + 0.01 * sum(Fi)].
C. FP = count total * [0.65 + 0.01] * sum(Fi)
D. FP = [count total * 0.65 + 0.01] * sum(Fi)
Explanation: Option b is the correct formula for Function Point Computation
A. Booch
B. Boehm
C. Albrecht
D. Jacobson
Explanation: First proposed by Albrecht in 1979, hundreds of books and papers have been written on functions points since then.
A. Reliability
B. Usability
C. Efficiency
D. Functionality
A. Analysis Model
B. Testing
C. Design Model
D. Source Code
Explanation: These metrics lead to the design of test cases that provide program coverage.
A. number of Functions
B. number of user inputs
C. number of lines of code
D. amount of memory usage
Explanation: None.