0% found this document useful (0 votes)
60 views1 page

Funcpt

This document is a function point worksheet used to calculate the size of a software project. It lists measurement parameters like user inputs, outputs, inquiries and files. These are counted and assigned weightings of simple, average, or complex. General characteristics of the project are then rated on a scale to determine their influence level. These ratings are summed and used in a formula along with the weighted counts to calculate the function point metric, which provides an overall size estimate of the project.

Uploaded by

Abul Hassan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Funcpt

This document is a function point worksheet used to calculate the size of a software project. It lists measurement parameters like user inputs, outputs, inquiries and files. These are counted and assigned weightings of simple, average, or complex. General characteristics of the project are then rated on a scale to determine their influence level. These ratings are summed and used in a formula along with the weighted counts to calculate the function point metric, which provides an overall size estimate of the project.

Uploaded by

Abul Hassan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 1

Function Point Worksheet

Weighting Factor

Measurement parameter Count simple average complex Choice

# of user inputs X 3 4 6 = 0
# of user outputs X 4 5 7 = 0
# of user inquiries X 3 4 6 = 0
# of files X 7 10 15 = 0
# of external interfaces X 5 7 10 = 0

Count-total = 0

Rate each factor on a scale of 0 to 5: 0 - No Influence 1 - Incidental 2 - Moderate


3 - Average 4 - Significant 5 - Essential

1. Does the system require reliable backup and recovery?


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

sum of Fi = 0
Funtion Point Metric = count-total * [.65+.01*sum Fi]
= 0

You might also like