1 Qs · 2015 · 1 marks · 0.1 marks/paperStandard yield
In GATE CS, the Function Point (FP) metric is tested as a direct numerical computation problem evaluating a candidate's grasp of Albrecht's Function Point analysis. Questions requi… Guide
Topic guide
In GATE CS, the Function Point (FP) metric is tested as a direct numerical computation problem evaluating a candidate's grasp of Albrecht's Function Point analysis. Questions require computing the Unadjusted Function Points (UFP) from information domain values and their complexity weights, followed by calculating the Value Adjustment Factor (VAF) from 14 General System Characteristics (GSCs) to determine final adjusted Function Points. The topic relies entirely on standard mathematical formulas with multi-step arithmetic precision.
Standard Function Point (FP) Computation
rare · NAT · 1 marks · 2015
Given counts of the 5 information domain characteristics (External Inputs, Outputs, Inquiries, Internal Files, External Interfaces) along with their respective weighting factors, plus specifications for the 14 Value Adjustment Factors (scale 0-5), compute the adjusted Function Point value.
Unadjusted Function Points (UFP)
Used to aggregate the weighted counts of all five information domain characteristics.
Total Degree of Influence (TDI / $\sum F_i$)
Used to sum the influence ratings (0 to 5) across all 14 General System Characteristics.
Value Adjustment Factor (VAF / CAF)
Used to compute the adjustment factor that scales UFP based on general system complexity.
Adjusted Function Points (FP)
Used to compute the final adjusted function point metric value.
Appears as a Numerical Answer Type (NAT) calculation requiring correct evaluation of both UFP and VAF formula components without providing the VAF formula directly in the prompt.
2015
Easy: Direct substitution when UFP and TDI are already given or weights are simple integers. Medium: Multi-step arithmetic requiring extraction of UFP from 5 characteristics and TDI from a worded distribution of the 14 factors (e.g., GATE 2015). Hard: Backward calculation (e.g., given final FP and some parameters, find an unknown count or missing adjustment factor weight).