SlideShare a Scribd company logo
1 of 4
Download to read offline
C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications
               (IJERA)                 ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1732-1735
       An Approach To Estimate Function Point Analysis Using
      Unadjusted Function Points And Value Adjustment Factor
                                         C.V.S.R.SYAVASYA
                         Master of Technology Gitam University, Visakhapatnam, India


ABSTRACT
          Function point analysis was developed          components, or classes. When the objects to be
by Albercht. In this approach, we calculate              classified are the contents of software systems, a set
unadjusted function point by obtaining                   of definitions and rules, or a scheme of
formulated parameter values for all the five             classification, must be used to place these objects
parameters namely: ILF, EIF, EO, and EQ, EI              into their appropriate categories. Function point
based on the complexity and assign the value for         analysis is one such technique: FPA is a method to
each. After calculating the five parameters, the         break systems into smaller components, so they
UAF value is obtained. On the other side, we             can be better understood and analyzed. It also
calculate value adjustment factor by observing           provides a structured technique for problem solving.
fourteen different characteristics and assigning a       Function Point Analysis is a structured method to
value to each characteristic based on its degree of      perform functional decomposition of a software
influence. Finally unadjusted function point is          application.
multiplied by value adjustment factor which                        Function points are a unit measure for
results in Function point analysis. The main             software much like an hour is to measuring time,
reason in carrying out this approach as it reduces       miles are to measuring distance or Celsius is to
the risk of "inflation" of the created lines of code,    measuring temperature. Function Points are interval
and thus reducing the value of the measurement           measures much like other measures such as
system, if developers are incentivized to be more        kilometres, Fahrenheit; hours so on and so forth.
productive. FP advocates refer to this as                Function Points measure software by quantifying its
measuring the size of the solution instead of the        functionality provided to the user based primarily on
size of the problem.                                     the logical design. Frequently the term end user or
                                                         user is used without specifying what is meant. In
Keywords - External Interface Files Internal             this case, the user is a sophisticated user. Someone
Logic Files, Unadjusted Function points, Value           that would understand the system from a functional
Adjusted Function points, Function Point Count           perspective --- more than likely someone that would
                                                         provide requirements or does acceptance testing.
I. INTRODUCTION                                          There are a variety of different methods used to
         Function point analysis is a popular method     count function point, but this book is based upon
for estimating and measuring the size of application     those rules developed by the Alan Albrecht and later
software on the functionality of the software from       revised by the International Function Point User
the user’s point of view. Through this method, the       Group (IFPUG). The IFPUG rules have much to be
size of an application system’s functionality is         desired, so this book attempts to fill in gaps not
calculated in terms of Function Point Count.             defined by IFPUG.
         [1]Allan J Albrecht [6] of IBM proposed
Function point Count as a size measure in the late       1.1 OBJECTIVES OF FPA
1970s. Systems continue to grow in size and              According to IGPUG [2], the objectives of function
complexity, becoming increasingly difficult to           point analysis are as follows:
understand. As improvements in coding tools allow             Measure functionality of a software system
software developers to produce larger amounts of                  as seen from the user’s perspective.
software to meet ever-expanding user requirements,            Measure the size of software systems
a method to understand and communicate size must                  independent of technology used for
be used. A structured technique of problem solving,               implementation.
function point analysis is a method to break systems          Create a measurement methodology that is
into smaller components, so they can be better                    simple enough to minimize the overhead of
understood and analyzed. This book describes                      the measurement process.
function point analysis and industry trends using             Create a consistent measure among various
function points. Human beings solve problems by                   projects and organizations.
breaking them into smaller, understandable pieces.       II. METHODOLOGY
Problems that may initially appear to be difficult are   IDENTIFYING DATA FUNCTIONS                      AND
found to be simple when dissected into their             TRANSACTION FUNCTIONS


                                                                                              1732 | P a g e
C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications
               (IJERA)                 ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1732-1735
2.1 External Inputs [3] [4]:                               and/or external inquiry should include the ILF as an
         External Inputs (EI) - is an elementary           FTR. Simply put, information is stored in an ILF, so
process in which data crosses the boundary from            it can be used later. The EO or EQ could be from
outside to inside. This data is coming external to the     another application. It is worth noting that it is
application. The data may come from a data input           possible that a specific ILF is not referenced by EO
screen or another application. The data may be used        or EQ, but it is used by an EI (other than the EI that
to maintain one or more internal logical files. The        maintains it). Again, even though it is not a rule, an
data can be either control information or business         ILF should have at least one external input.
information. If the data is control information it does
not have to maintain an internal logical file. If an       2.5 External Interface Files
external input adds changes and deletes information                  External Interface Files (EIF) - a user
on an internal logical file, then this represents three    identifiable group of logically related data that is
external inputs. External inputs may be preceded by        used for reference purposes only. The data resides
an external inquiry. Hence a full function screen is       entirely outside the application boundary and is
add, change, delete and inquiry                            maintained by other applications external inputs.
                                                           The external interface file is an internal logical file
2.2 External Outputs                                       for another application. An application may count a
         External Outputs (EO) - an elementary             file as either an EIF or ILF not both. An external
process in which derived data passes across the            interface file has the inherent meaning it is
boundary from inside to outside. Additionally, an          externally maintained (probably by some other
EO may update an ILF. The data creates reports or          application), an interface has to be developed to get
output files sent to other applications. These reports     the data and it is stored in a file. Each EIF included
and files are created from information contained in        in a function point count must have at least one
one or more internal logical files and external            external output or external interface file against it.
interface files.                                           At least one transaction, external input, external
         Derived Data is data that is processed            output or external inquiry should include the EIF as
beyond direct retrieval and editing of information         a FTR. Every application, which references the EIF,
from internal logical files or external interface files.   needs to include it in their FP Count. Some
Derived data is usually the result of algorithms, or       organizations have a pull theory and others have a
calculations. Derived data occurs when one or more         push theory of data. The pull theory is an external
data elements are combined with a formula to               application “reaching into” other applications and
generate or derive an additional data element(s).          retrieving data. Those organizations which have
This derived data does not appear in any FTR.              push theory require applications to create interfaces
                                                           (EO or EQ) which other applications read.
2.3 External Inquiries                                               These 5 function types are then ranked
          External Inquiry (EQ) - an elementary            according to their complexity: Low, Average or
process with both input and output components that         High, using a set of prescriptive standards.
result in data retrieval from one or more internal         Organizations that use FP methods develop criteria
logical files and external interface files. The input      for determining whether a particular entry is Low,
process does not update or maintain any FTR’s              Average or High. Nonetheless, the determination of
(Internal Logical Files or External Interface Files)       complexity is somewhat subjective. After
and the output side does not contain derived data.         classifying each of the five function types, the UFP
Transactions between applications should be                is computed using predefined weights for each
referred to as interfaces. You can only have an            function type.
external output or external inquiry of data external
to your application. If you get data from another          III. COMPUTE UNADJUSTEDFUNCTION
application and add it to a file in your application,           POINT(UFP)
this is a combination get and add (external inquiry                  The Unadjusted Function Points [5] for
and external input).                                       each function depends on the function type
                                                           complexity of the function determined in the
2.4 Internal Logic Files :                                 previous section. The Unadjusted function points [6]
          Internal Logical Files (ILF) - a user            to be assigned are given in the table below:
identifiable group of logically related data that          Table-1 showing values for each parameter in
resides entirely within the application boundary and       UFP
is maintained through External Inputs. An internal         Complexity Function Type
logical file has the inherent meaning it is internally                     ILF     EIF       EI     EO   EQ
maintained, it has some logical structure and it is        Simple          7       5         3      4    3
stored in a file. Even though it is not a rule, an ILF     Average         10      7         4      5    4
should have at least one external output and/or                            15      10        6      7    6
                                                           Complex
external inquiry. That is, at least one external output

                                                                                                 1733 | P a g e
C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications
               (IJERA)                 ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1732-1735
The total UFP is determined by summation of all         EI                12*(Average=4)          48
parameters and finally the result is carried to
compute FP.
                                                        EO                7*(Average=5)           35
IV. VALUE ADJUSTMENT FACOR
          The value adjustment factor (VAF) [6] is      EQ                10*(Average=4)          40
based on 14 general system characteristics (GSC’s)
[7] [8] that rate the general functionality of the      ILF               5*(Average=10)          50
application being counted. Each characteristic has
associated descriptions to determine the degrees of     EIF               3*(Average=7)           21
influence. The degrees of influence range on a scale
of zero to five, from no influence to strong
influence. Each characteristic is assigned the rating                     TOTAL UFP=              194
based upon detail descriptions provided by the
IFPUG [9] 4.1 Manual. They ratings are:
0 Not present or no influence                                        In the above table, it is observed that, for
1 Incidental influence                                  Estimated count 12 taken for EI is calculated based
2 Moderate influences                                   on Average Function type for EI which is given as 4
3 Average influences                                    according to table-1. Hence the FP-Count for EI is
4 Significant influences                                48. In case of EO, for Estimated count 7 taken for
5 Strong influences throughout                          EO is calculated based on Average Function type
          The degrees of influence rating of each       for EO which is given as 5 according to table-1.
General System Characteristics are added to give        Hence the FP-Count for EO is 35. In the same way
Total Degree of Influence (TDI). Therefore VAF          the remaining FP-Count values are calculated and
[10] is computed as,                                    finally the total Unadjusted Function Point (UFP) is
                                                        obtained as 194.
VAF = (TDI * 0.01) + 0.65                                         To calculate TDI, the 14 General
The value of TDI ranges from a minimum of 0 to a        characteristics are values according to their degree
maximum of 70. As a result the value of VAF can         of influence from 0 to 5. For 0 there is no influence,
range from 0.65 to 1.35, where the mid-point is 1.      1= Incidental, 2 = Moderate, 3 = Average, 4 =
                                                        Significant, 5= Essential
V. Computing the Function Point Count:                               The General Characteristics for 0-10 are
For the development project, the function point         assigned as 0 and from 11 to 14 are assigned as 4.
count is computed as,                                   Finally, The Total Degree of Influence (TDI) is
                                                        resulted as 16.
                                                        Therefore,
  FPC = UFP * VAF
                                                               V.A.F = (T.D.I * 0.01) + 0.65
                                                                       = (16 *0.01) +0.65
The above is the formula used to compute the                           = 0.81
Function point count.                                                Value adjustment factor which is
VI. RESULTS AND DISCUSSION                              calculated in the above is obtained as 0.81 is one of
                                                        the parameter obtained to obtain the function point
PROJECT-1:                                              count [7]. The result obtained by value adjustment
In this project taken as example, we take values of     factor is multiplied by the unadjusted function point
Estimated Count for each parameter (EI, EO, EQ,         to result in function point count (FPC) which is
ILF, and EIF) and multiply those values to the          shown as follows:
weight of function type according to table-1.           Finally, FPC = UFP * VAF
Table-2 showing the results of parameters in                           = 194*0.81
Function point analysis of to calculate UFP                              = 157
                                                                     The Function Point Count [12] is
                                                        obtained as 157 is the final result of this project
                                                        which evolved after detailed calculation of the
                                                        obtained necessary parameter values.

                                                        VII.     CONCLUSION
                                                                 The main objective of taking up this project
                                                        is to explore the new results in the field of Size
                                                        Estimation as software size is one of the important
                                                        software attribute. The fast growth of software
                                                        development is allowing maintenance of large

                                                                                               1734 | P a g e
C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications
                  (IJERA)                 ISSN: 2248-9622        www.ijera.com
                      Vol. 2, Issue 5, September- October 2012, pp.1732-1735
repositories of project related information which         11.   Eijogu, L. O., Software Engineering with
stores information about software size. Value                   Formal     Metrics,    QED Information
adjustment factor here in this case plays a major role          Sicences, Wellesley, Massachusetts, 1991.
in evolving the final output after computing              12.   Low, G. C., and Ross, J. D., Function
randomly assigned values to find out total degree of            Points in the Estimation and Evaluation of
influence. This final output tends to be a part of the          the Software Process, IEEE Trans.
basic formulae for computing the function point                 Software Eng. 16, 64-71 (1990).
count. Function points can be used to size software
project [7] applications accurately, as sizing is an
important factor in determining productivity.
          Since function point has a unique and
consistent method, different people measuring them
will give almost the same result with very little
margin of error. A non-technical person can easily
understand function points, which helps in
communicating the same to the end-user effectively
and easily. This work can be extended further by
taking up different rating projects to general
characteristics according to its system influence and
by applying new functionalities of estimation count
under unadjusted function points, which tends to
innovating new results of function point analysis
into action.

REFERENCES
  1.       Software Requirements and Estimation by
           Estimation by Swapna Kishore and Rajesh
           Naik published in 2001 by Tata McGRAW
           HILL Company Limited.
  2.       “Function Points: A Study of Their
           Measurement        Processes    and    Scale
           Transformations”, J. System Software,
           1994; 25:171-184
  3.       http://www.ifpug.org/?page_id=10
  4.       http://www.compaid.com/caiinternet/ezine/
           garmus-functionpointintro.pdf
  5.       Abran, A., and Robillard, P. N.,
           Identification of the structural weakness of
           function point metrics, in 3rdAnnual
           Oregon Workshop on Software Metrics,
           March 18, 1991.
  6.       Albrecht, A. J., and Gaffney, J. E.,
           Software Function, Source Lines of Code,
           and Development Effort Prediction: A
           Software Science Validation, IEEE Trans.
           Software Eng. SE-9, 639-648 (1983).
  7.       Behrens, C. A., Measuring the Productivity
           of Computer Systems Development
           Activities with Function Points, IEEE
           Trans. Software Eng., SE-9, 648-652
           (1989).
  8.       IFPUG, http://www.ifpug.org/
  9.       Dunn, R. H., Software Quality-Concepts
           and Plans, Prentice-Hall, Englewood Cliffs,
           New Jersey, 1990.
  10.      Eijogu, L. O., Beyond Structured
           Programming: An Introduction to the
           Principles of Applied Software Metrics, J.
           Struct. Progr. 11 (1990).



                                                                                          1735 | P a g e

More Related Content

What's hot

CS8592 Object Oriented Analysis & Design - UNIT V
CS8592 Object Oriented Analysis & Design - UNIT V CS8592 Object Oriented Analysis & Design - UNIT V
CS8592 Object Oriented Analysis & Design - UNIT V pkaviya
 
14 si(systems analysis and design )
14 si(systems analysis and design )14 si(systems analysis and design )
14 si(systems analysis and design )Nurdin Al-Azies
 
Software development life cycle
Software development life cycle Software development life cycle
Software development life cycle shefali mishra
 
SE18_Lec 01_Introduction to Software Engineering
SE18_Lec 01_Introduction to Software EngineeringSE18_Lec 01_Introduction to Software Engineering
SE18_Lec 01_Introduction to Software EngineeringAmr E. Mohamed
 
SE2018_Lec 16_ Architectural Design
SE2018_Lec 16_ Architectural DesignSE2018_Lec 16_ Architectural Design
SE2018_Lec 16_ Architectural DesignAmr E. Mohamed
 
02 si(systems analysis and design )
02 si(systems analysis and design )02 si(systems analysis and design )
02 si(systems analysis and design )Nurdin Al-Azies
 
Online eaxmination
Online eaxminationOnline eaxmination
Online eaxminationAditi_17
 
Object Oriented Design
Object Oriented DesignObject Oriented Design
Object Oriented DesignAMITJain879
 
Software engineering Unit-2
Software engineering Unit-2Software engineering Unit-2
Software engineering Unit-2Samura Daniel
 
Function Point Analysis: An Overview
Function Point Analysis: An OverviewFunction Point Analysis: An Overview
Function Point Analysis: An OverviewDCG Software Value
 
Review on Automation Tool for ERD Normalization
Review on Automation Tool for ERD NormalizationReview on Automation Tool for ERD Normalization
Review on Automation Tool for ERD NormalizationIRJET Journal
 
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUESBEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUESijaia
 
There is a system out there! SW Engineering Education from Programming to Eng...
There is a system out there! SW Engineering Education from Programming to Eng...There is a system out there! SW Engineering Education from Programming to Eng...
There is a system out there! SW Engineering Education from Programming to Eng...Prof. Amir Tomer
 
05 si(systems analysis and design )
05 si(systems analysis and design )05 si(systems analysis and design )
05 si(systems analysis and design )Nurdin Al-Azies
 

What's hot (17)

CS8592 Object Oriented Analysis & Design - UNIT V
CS8592 Object Oriented Analysis & Design - UNIT V CS8592 Object Oriented Analysis & Design - UNIT V
CS8592 Object Oriented Analysis & Design - UNIT V
 
14 si(systems analysis and design )
14 si(systems analysis and design )14 si(systems analysis and design )
14 si(systems analysis and design )
 
Software development life cycle
Software development life cycle Software development life cycle
Software development life cycle
 
SE18_Lec 01_Introduction to Software Engineering
SE18_Lec 01_Introduction to Software EngineeringSE18_Lec 01_Introduction to Software Engineering
SE18_Lec 01_Introduction to Software Engineering
 
SE2018_Lec 16_ Architectural Design
SE2018_Lec 16_ Architectural DesignSE2018_Lec 16_ Architectural Design
SE2018_Lec 16_ Architectural Design
 
02 si(systems analysis and design )
02 si(systems analysis and design )02 si(systems analysis and design )
02 si(systems analysis and design )
 
Online eaxmination
Online eaxminationOnline eaxmination
Online eaxmination
 
Object Oriented Design
Object Oriented DesignObject Oriented Design
Object Oriented Design
 
Swise arc2015
Swise arc2015Swise arc2015
Swise arc2015
 
Software engineering Unit-2
Software engineering Unit-2Software engineering Unit-2
Software engineering Unit-2
 
Function Point Analysis: An Overview
Function Point Analysis: An OverviewFunction Point Analysis: An Overview
Function Point Analysis: An Overview
 
Sdlc
SdlcSdlc
Sdlc
 
Review on Automation Tool for ERD Normalization
Review on Automation Tool for ERD NormalizationReview on Automation Tool for ERD Normalization
Review on Automation Tool for ERD Normalization
 
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUESBEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
 
Slides chapters 28-32
Slides chapters 28-32Slides chapters 28-32
Slides chapters 28-32
 
There is a system out there! SW Engineering Education from Programming to Eng...
There is a system out there! SW Engineering Education from Programming to Eng...There is a system out there! SW Engineering Education from Programming to Eng...
There is a system out there! SW Engineering Education from Programming to Eng...
 
05 si(systems analysis and design )
05 si(systems analysis and design )05 si(systems analysis and design )
05 si(systems analysis and design )
 

Viewers also liked (20)

Ha2512781284
Ha2512781284Ha2512781284
Ha2512781284
 
Iz2515941602
Iz2515941602Iz2515941602
Iz2515941602
 
Jg2516381645
Jg2516381645Jg2516381645
Jg2516381645
 
Lw2520622067
Lw2520622067Lw2520622067
Lw2520622067
 
Ky2519111913
Ky2519111913Ky2519111913
Ky2519111913
 
Gx2512581264
Gx2512581264Gx2512581264
Gx2512581264
 
Hd2512951299
Hd2512951299Hd2512951299
Hd2512951299
 
Hk2513361341
Hk2513361341Hk2513361341
Hk2513361341
 
Jd2516161623
Jd2516161623Jd2516161623
Jd2516161623
 
Hw2514161420
Hw2514161420Hw2514161420
Hw2514161420
 
Ip2515381543
Ip2515381543Ip2515381543
Ip2515381543
 
Jm2516821688
Jm2516821688Jm2516821688
Jm2516821688
 
Lt2520382043
Lt2520382043Lt2520382043
Lt2520382043
 
Is2515571559
Is2515571559Is2515571559
Is2515571559
 
Ku2518881893
Ku2518881893Ku2518881893
Ku2518881893
 
Lk2519761985
Lk2519761985Lk2519761985
Lk2519761985
 
Lc2519321935
Lc2519321935Lc2519321935
Lc2519321935
 
Gz3113501354
Gz3113501354Gz3113501354
Gz3113501354
 
De31726728
De31726728De31726728
De31726728
 
el chat
el chatel chat
el chat
 

Similar to Ju2517321735

Function point analysis
Function point analysisFunction point analysis
Function point analysisRosu Gabi
 
DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)Glen Alleman
 
3 Software Estmation.ppt
3 Software Estmation.ppt3 Software Estmation.ppt
3 Software Estmation.pptSoham De
 
Software estimation using fp analysis
Software estimation using fp analysis Software estimation using fp analysis
Software estimation using fp analysis Rohit Sinha
 
Software estimation using fp analysis
Software estimation using fp analysisSoftware estimation using fp analysis
Software estimation using fp analysisrohitsinha99
 
Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size EstimationMuhammad Asim
 
Object Oriented Programming using C++.pptx
Object Oriented Programming using C++.pptxObject Oriented Programming using C++.pptx
Object Oriented Programming using C++.pptxparveen837153
 
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMGENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMijcseit
 
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMGENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMijcseit
 
Development of Information Extraction for Data Analysis using NLP
Development of Information Extraction for Data Analysis using NLPDevelopment of Information Extraction for Data Analysis using NLP
Development of Information Extraction for Data Analysis using NLPIRJET Journal
 
CHAPTER FOUR buugii 2023.docx
CHAPTER FOUR buugii 2023.docxCHAPTER FOUR buugii 2023.docx
CHAPTER FOUR buugii 2023.docxRUKIAHASSAN4
 
An Integrated ERP with Web Portal
An Integrated ERP with Web Portal An Integrated ERP with Web Portal
An Integrated ERP with Web Portal acijjournal
 
software effort estimation
 software effort estimation software effort estimation
software effort estimationBesharam Dil
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword ExtractionIRJET Journal
 

Similar to Ju2517321735 (20)

Function point analysis
Function point analysisFunction point analysis
Function point analysis
 
Ijetr011834
Ijetr011834Ijetr011834
Ijetr011834
 
DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)
 
Function Point Analysis
Function Point AnalysisFunction Point Analysis
Function Point Analysis
 
3 Software Estmation.ppt
3 Software Estmation.ppt3 Software Estmation.ppt
3 Software Estmation.ppt
 
Estimation
EstimationEstimation
Estimation
 
F pdoc1
F pdoc1F pdoc1
F pdoc1
 
Software estimation using fp analysis
Software estimation using fp analysis Software estimation using fp analysis
Software estimation using fp analysis
 
Software estimation using fp analysis
Software estimation using fp analysisSoftware estimation using fp analysis
Software estimation using fp analysis
 
Software Quality Metrics
Software Quality MetricsSoftware Quality Metrics
Software Quality Metrics
 
OOP ppt.pdf
OOP ppt.pdfOOP ppt.pdf
OOP ppt.pdf
 
Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size Estimation
 
Object Oriented Programming using C++.pptx
Object Oriented Programming using C++.pptxObject Oriented Programming using C++.pptx
Object Oriented Programming using C++.pptx
 
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMGENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
 
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEMGENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
GENETIC-FUZZY PROCESS METRIC MEASUREMENT SYSTEM FOR AN OPERATING SYSTEM
 
Development of Information Extraction for Data Analysis using NLP
Development of Information Extraction for Data Analysis using NLPDevelopment of Information Extraction for Data Analysis using NLP
Development of Information Extraction for Data Analysis using NLP
 
CHAPTER FOUR buugii 2023.docx
CHAPTER FOUR buugii 2023.docxCHAPTER FOUR buugii 2023.docx
CHAPTER FOUR buugii 2023.docx
 
An Integrated ERP with Web Portal
An Integrated ERP with Web Portal An Integrated ERP with Web Portal
An Integrated ERP with Web Portal
 
software effort estimation
 software effort estimation software effort estimation
software effort estimation
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword Extraction
 

Ju2517321735

  • 1. C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1732-1735 An Approach To Estimate Function Point Analysis Using Unadjusted Function Points And Value Adjustment Factor C.V.S.R.SYAVASYA Master of Technology Gitam University, Visakhapatnam, India ABSTRACT Function point analysis was developed components, or classes. When the objects to be by Albercht. In this approach, we calculate classified are the contents of software systems, a set unadjusted function point by obtaining of definitions and rules, or a scheme of formulated parameter values for all the five classification, must be used to place these objects parameters namely: ILF, EIF, EO, and EQ, EI into their appropriate categories. Function point based on the complexity and assign the value for analysis is one such technique: FPA is a method to each. After calculating the five parameters, the break systems into smaller components, so they UAF value is obtained. On the other side, we can be better understood and analyzed. It also calculate value adjustment factor by observing provides a structured technique for problem solving. fourteen different characteristics and assigning a Function Point Analysis is a structured method to value to each characteristic based on its degree of perform functional decomposition of a software influence. Finally unadjusted function point is application. multiplied by value adjustment factor which Function points are a unit measure for results in Function point analysis. The main software much like an hour is to measuring time, reason in carrying out this approach as it reduces miles are to measuring distance or Celsius is to the risk of "inflation" of the created lines of code, measuring temperature. Function Points are interval and thus reducing the value of the measurement measures much like other measures such as system, if developers are incentivized to be more kilometres, Fahrenheit; hours so on and so forth. productive. FP advocates refer to this as Function Points measure software by quantifying its measuring the size of the solution instead of the functionality provided to the user based primarily on size of the problem. the logical design. Frequently the term end user or user is used without specifying what is meant. In Keywords - External Interface Files Internal this case, the user is a sophisticated user. Someone Logic Files, Unadjusted Function points, Value that would understand the system from a functional Adjusted Function points, Function Point Count perspective --- more than likely someone that would provide requirements or does acceptance testing. I. INTRODUCTION There are a variety of different methods used to Function point analysis is a popular method count function point, but this book is based upon for estimating and measuring the size of application those rules developed by the Alan Albrecht and later software on the functionality of the software from revised by the International Function Point User the user’s point of view. Through this method, the Group (IFPUG). The IFPUG rules have much to be size of an application system’s functionality is desired, so this book attempts to fill in gaps not calculated in terms of Function Point Count. defined by IFPUG. [1]Allan J Albrecht [6] of IBM proposed Function point Count as a size measure in the late 1.1 OBJECTIVES OF FPA 1970s. Systems continue to grow in size and According to IGPUG [2], the objectives of function complexity, becoming increasingly difficult to point analysis are as follows: understand. As improvements in coding tools allow  Measure functionality of a software system software developers to produce larger amounts of as seen from the user’s perspective. software to meet ever-expanding user requirements,  Measure the size of software systems a method to understand and communicate size must independent of technology used for be used. A structured technique of problem solving, implementation. function point analysis is a method to break systems  Create a measurement methodology that is into smaller components, so they can be better simple enough to minimize the overhead of understood and analyzed. This book describes the measurement process. function point analysis and industry trends using  Create a consistent measure among various function points. Human beings solve problems by projects and organizations. breaking them into smaller, understandable pieces. II. METHODOLOGY Problems that may initially appear to be difficult are IDENTIFYING DATA FUNCTIONS AND found to be simple when dissected into their TRANSACTION FUNCTIONS 1732 | P a g e
  • 2. C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1732-1735 2.1 External Inputs [3] [4]: and/or external inquiry should include the ILF as an External Inputs (EI) - is an elementary FTR. Simply put, information is stored in an ILF, so process in which data crosses the boundary from it can be used later. The EO or EQ could be from outside to inside. This data is coming external to the another application. It is worth noting that it is application. The data may come from a data input possible that a specific ILF is not referenced by EO screen or another application. The data may be used or EQ, but it is used by an EI (other than the EI that to maintain one or more internal logical files. The maintains it). Again, even though it is not a rule, an data can be either control information or business ILF should have at least one external input. information. If the data is control information it does not have to maintain an internal logical file. If an 2.5 External Interface Files external input adds changes and deletes information External Interface Files (EIF) - a user on an internal logical file, then this represents three identifiable group of logically related data that is external inputs. External inputs may be preceded by used for reference purposes only. The data resides an external inquiry. Hence a full function screen is entirely outside the application boundary and is add, change, delete and inquiry maintained by other applications external inputs. The external interface file is an internal logical file 2.2 External Outputs for another application. An application may count a External Outputs (EO) - an elementary file as either an EIF or ILF not both. An external process in which derived data passes across the interface file has the inherent meaning it is boundary from inside to outside. Additionally, an externally maintained (probably by some other EO may update an ILF. The data creates reports or application), an interface has to be developed to get output files sent to other applications. These reports the data and it is stored in a file. Each EIF included and files are created from information contained in in a function point count must have at least one one or more internal logical files and external external output or external interface file against it. interface files. At least one transaction, external input, external Derived Data is data that is processed output or external inquiry should include the EIF as beyond direct retrieval and editing of information a FTR. Every application, which references the EIF, from internal logical files or external interface files. needs to include it in their FP Count. Some Derived data is usually the result of algorithms, or organizations have a pull theory and others have a calculations. Derived data occurs when one or more push theory of data. The pull theory is an external data elements are combined with a formula to application “reaching into” other applications and generate or derive an additional data element(s). retrieving data. Those organizations which have This derived data does not appear in any FTR. push theory require applications to create interfaces (EO or EQ) which other applications read. 2.3 External Inquiries These 5 function types are then ranked External Inquiry (EQ) - an elementary according to their complexity: Low, Average or process with both input and output components that High, using a set of prescriptive standards. result in data retrieval from one or more internal Organizations that use FP methods develop criteria logical files and external interface files. The input for determining whether a particular entry is Low, process does not update or maintain any FTR’s Average or High. Nonetheless, the determination of (Internal Logical Files or External Interface Files) complexity is somewhat subjective. After and the output side does not contain derived data. classifying each of the five function types, the UFP Transactions between applications should be is computed using predefined weights for each referred to as interfaces. You can only have an function type. external output or external inquiry of data external to your application. If you get data from another III. COMPUTE UNADJUSTEDFUNCTION application and add it to a file in your application, POINT(UFP) this is a combination get and add (external inquiry The Unadjusted Function Points [5] for and external input). each function depends on the function type complexity of the function determined in the 2.4 Internal Logic Files : previous section. The Unadjusted function points [6] Internal Logical Files (ILF) - a user to be assigned are given in the table below: identifiable group of logically related data that Table-1 showing values for each parameter in resides entirely within the application boundary and UFP is maintained through External Inputs. An internal Complexity Function Type logical file has the inherent meaning it is internally ILF EIF EI EO EQ maintained, it has some logical structure and it is Simple 7 5 3 4 3 stored in a file. Even though it is not a rule, an ILF Average 10 7 4 5 4 should have at least one external output and/or 15 10 6 7 6 Complex external inquiry. That is, at least one external output 1733 | P a g e
  • 3. C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1732-1735 The total UFP is determined by summation of all EI 12*(Average=4) 48 parameters and finally the result is carried to compute FP. EO 7*(Average=5) 35 IV. VALUE ADJUSTMENT FACOR The value adjustment factor (VAF) [6] is EQ 10*(Average=4) 40 based on 14 general system characteristics (GSC’s) [7] [8] that rate the general functionality of the ILF 5*(Average=10) 50 application being counted. Each characteristic has associated descriptions to determine the degrees of EIF 3*(Average=7) 21 influence. The degrees of influence range on a scale of zero to five, from no influence to strong influence. Each characteristic is assigned the rating TOTAL UFP= 194 based upon detail descriptions provided by the IFPUG [9] 4.1 Manual. They ratings are: 0 Not present or no influence In the above table, it is observed that, for 1 Incidental influence Estimated count 12 taken for EI is calculated based 2 Moderate influences on Average Function type for EI which is given as 4 3 Average influences according to table-1. Hence the FP-Count for EI is 4 Significant influences 48. In case of EO, for Estimated count 7 taken for 5 Strong influences throughout EO is calculated based on Average Function type The degrees of influence rating of each for EO which is given as 5 according to table-1. General System Characteristics are added to give Hence the FP-Count for EO is 35. In the same way Total Degree of Influence (TDI). Therefore VAF the remaining FP-Count values are calculated and [10] is computed as, finally the total Unadjusted Function Point (UFP) is obtained as 194. VAF = (TDI * 0.01) + 0.65 To calculate TDI, the 14 General The value of TDI ranges from a minimum of 0 to a characteristics are values according to their degree maximum of 70. As a result the value of VAF can of influence from 0 to 5. For 0 there is no influence, range from 0.65 to 1.35, where the mid-point is 1. 1= Incidental, 2 = Moderate, 3 = Average, 4 = Significant, 5= Essential V. Computing the Function Point Count: The General Characteristics for 0-10 are For the development project, the function point assigned as 0 and from 11 to 14 are assigned as 4. count is computed as, Finally, The Total Degree of Influence (TDI) is resulted as 16. Therefore, FPC = UFP * VAF V.A.F = (T.D.I * 0.01) + 0.65 = (16 *0.01) +0.65 The above is the formula used to compute the = 0.81 Function point count. Value adjustment factor which is VI. RESULTS AND DISCUSSION calculated in the above is obtained as 0.81 is one of the parameter obtained to obtain the function point PROJECT-1: count [7]. The result obtained by value adjustment In this project taken as example, we take values of factor is multiplied by the unadjusted function point Estimated Count for each parameter (EI, EO, EQ, to result in function point count (FPC) which is ILF, and EIF) and multiply those values to the shown as follows: weight of function type according to table-1. Finally, FPC = UFP * VAF Table-2 showing the results of parameters in = 194*0.81 Function point analysis of to calculate UFP = 157 The Function Point Count [12] is obtained as 157 is the final result of this project which evolved after detailed calculation of the obtained necessary parameter values. VII. CONCLUSION The main objective of taking up this project is to explore the new results in the field of Size Estimation as software size is one of the important software attribute. The fast growth of software development is allowing maintenance of large 1734 | P a g e
  • 4. C.V.S.R.SYAVASYA / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1732-1735 repositories of project related information which 11. Eijogu, L. O., Software Engineering with stores information about software size. Value Formal Metrics, QED Information adjustment factor here in this case plays a major role Sicences, Wellesley, Massachusetts, 1991. in evolving the final output after computing 12. Low, G. C., and Ross, J. D., Function randomly assigned values to find out total degree of Points in the Estimation and Evaluation of influence. This final output tends to be a part of the the Software Process, IEEE Trans. basic formulae for computing the function point Software Eng. 16, 64-71 (1990). count. Function points can be used to size software project [7] applications accurately, as sizing is an important factor in determining productivity. Since function point has a unique and consistent method, different people measuring them will give almost the same result with very little margin of error. A non-technical person can easily understand function points, which helps in communicating the same to the end-user effectively and easily. This work can be extended further by taking up different rating projects to general characteristics according to its system influence and by applying new functionalities of estimation count under unadjusted function points, which tends to innovating new results of function point analysis into action. REFERENCES 1. Software Requirements and Estimation by Estimation by Swapna Kishore and Rajesh Naik published in 2001 by Tata McGRAW HILL Company Limited. 2. “Function Points: A Study of Their Measurement Processes and Scale Transformations”, J. System Software, 1994; 25:171-184 3. http://www.ifpug.org/?page_id=10 4. http://www.compaid.com/caiinternet/ezine/ garmus-functionpointintro.pdf 5. Abran, A., and Robillard, P. N., Identification of the structural weakness of function point metrics, in 3rdAnnual Oregon Workshop on Software Metrics, March 18, 1991. 6. Albrecht, A. J., and Gaffney, J. E., Software Function, Source Lines of Code, and Development Effort Prediction: A Software Science Validation, IEEE Trans. Software Eng. SE-9, 639-648 (1983). 7. Behrens, C. A., Measuring the Productivity of Computer Systems Development Activities with Function Points, IEEE Trans. Software Eng., SE-9, 648-652 (1989). 8. IFPUG, http://www.ifpug.org/ 9. Dunn, R. H., Software Quality-Concepts and Plans, Prentice-Hall, Englewood Cliffs, New Jersey, 1990. 10. Eijogu, L. O., Beyond Structured Programming: An Introduction to the Principles of Applied Software Metrics, J. Struct. Progr. 11 (1990). 1735 | P a g e