0% found this document useful (0 votes)
15 views2 pages

Function Point Analysis Library Management System

The document outlines the Function Point Analysis for a Library Management System, detailing the five components involved: External Inputs, External Outputs, External Inquiries, Internal Logical Files, and External Interface Files. It provides a breakdown of component counts and their complexities, leading to the calculation of Unadjusted Function Points (UFP) totaling 76. After applying a Value Adjustment Factor (VAF), the Adjusted Function Points (AFP) is determined to be approximately 72.

Uploaded by

dkchauhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Function Point Analysis Library Management System

The document outlines the Function Point Analysis for a Library Management System, detailing the five components involved: External Inputs, External Outputs, External Inquiries, Internal Logical Files, and External Interface Files. It provides a breakdown of component counts and their complexities, leading to the calculation of Unadjusted Function Points (UFP) totaling 76. After applying a Value Adjustment Factor (VAF), the Adjusted Function Points (AFP) is determined to be approximately 72.

Uploaded by

dkchauhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Function Point Analysis for Library Management System

Step 1: Identify the Components

Function Point analysis is based on five components:

- External Inputs (EI): Inputs from the user that update internal logical files

- External Outputs (EO): Outputs to the user derived from internal files

- External Inquiries (EQ): Interactive inputs needing immediate output

- Internal Logical Files (ILF): Internal files maintained by the system

- External Interface Files (EIF): Files used for reference only, not maintained by the system

Step 2: Count Components (with assumed values)

| Component Type | Count | Complexity | FP Value |

|--------------------|--------|------------|----------|

| External Inputs (EI) |6 | Average | 6 × 4 = 24 |

| External Outputs (EO) |3 | Average | 3 × 5 = 15 |

| External Inquiries (EQ) |2 | Simple |2×3=6 |

| Internal Logical Files (ILF) |3 | Average | 3 × 7 = 21 |

| External Interface Files (EIF) | 2 | Simple | 2 × 5 = 10 |

Step 3: Calculate Unadjusted Function Points (UFP)

UFP = 24 (EI) + 15 (EO) + 6 (EQ) + 21 (ILF) + 10 (EIF) = 76


Step 4: Compute Value Adjustment Factor (VAF)

Assume Total GSC rating = 30

VAF = 0.65 + (0.01 × 30) = 0.65 + 0.30 = 0.95

Step 5: Calculate Adjusted Function Points (AFP)

AFP = UFP × VAF = 76 × 0.95 = 72.2 = 72

Final Answer:

The Function Point size of the Library Management System is approximately 72 Function Points.

You might also like