Domain Value Count Simple Average Complex

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

B.

1 Estimated project cost


LOC for each module

o Search-2500

o Register

Verify-500

Display Choices-1500

o Display-3000

o Posts and blog-2000

Total- 9500 LOC


Avg. productivity for systems of this type: 900 LOC pm
Labour cost: 25000pm
the cost per line of code =25000/900=27.77
the total estimated project cost = 9500 x 31.25= 287875
the estimated effort = 9500/900=11 persons per month

B.2 Function point


Domain Value Count Simple Average Complex
External Inputs 6x 4 = 24
External Outputs 8x 5 = 40
External Inquiries 15 x 2 = 30
Internal Logical Files 7x 10 =70
External Interface Files 8x 3 = 24
Count
total 189

1) Does the system require reliable backup and recovery? 5


2) Are specialized data communications required to transfer information to or from
the application? 4
3) Are there distributed processing functions? 2
4) Is performance critical? 2
5) Will the system run in an existing, heavily utilized operational
environment? 2
6) Does the system require on-line data entry? 3
7) Does the on-line data entry require the input transaction to be built over multiple
screens or operations? 4
8) Are the internal logical files updated on-line? 3
9) Are the inputs, outputs, files, or inquiries complex? 3
10) Is the internal processing complex? 3
11) Is the code designed to be reusable? 3
12) Are conversion and installation included in the design? 2
13) Is the system designed for multiple installations in different
organizations? 0
14) Is the application designed to facilitate change and for ease of use by the
user? 4

You might also like