Function point (FP)-based estimation is based on problem decomposition which focuses on

A. information domain values 
B. software functions
C. project schedule
D. process activities


Answer: A

Computer Science & Information Technology

You might also like to view...

The non-leaf root of a B-tree of order m has a minimum of how many children?

a) 0 b) 1 c) 2 d) m/2 e) None of these is correct

Computer Science & Information Technology

________ are rules that are specific for each field in a table

A) Cardinality B) Integrity constraints C) Junctions D) Domain integrity constraints

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.The following pseudocode is not working correctly. How should the for loop be changed?start   Declarations      num count = 0      num scores[6] = 0,0,0,0,0,0      num SIZE = 6    for count 0 to SIZE step       input entry      scores[count] = entry    endforstop

A. for count 0 to SIZE + 1 step 1 B. for count 0 to SIZE - 1 step 1 C. for count 0 to SIZE - 1 step D. for count 0 to SIZE - 1 step -1

Computer Science & Information Technology

Iteration is a design process the involves,____________ , ________________ and ____________

Fill in the blank(s) with correct word

Computer Science & Information Technology