Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can you explain in GSC and VAF in function points
Can you explain in GSC and VAF in function points?
✍: Guest
In GSC (General System Characteristic) there are 14 factors which are rated on 1 to 5
depending on the complexity of the factor. Below are the 14 factors:
Data communications: - How many communication facilities are there to aid in the
transfer or exchange of information with the application or system?
Distributed data processing: - How are distributed data and processing functions
handled?
Performance: - Did the user require response at times or throughout?
Heavily used configuration: - How heavily used is the current hardware platform
where the application will be executed?
Transaction rate:-How frequently are transactions executed; daily, weekly, monthly,
etc.?
On-Line data entry:-What percentage of the information is entered On-Line?
End-user efficiency:-Was the application designed for end-user efficiency?
On-Line update: - How many ILFfs are updated by On-Line transaction?
Complex processing:-Does the application have extensive logical or mathematical
processing?.
Reusability:-Was the application developed to meet one or many users needs?
Installation ease: - How difficult is conversion and installation?
Operational ease: - How effective and/or automated are start-up, back up, and
recovery procedures?
Multiple sites: - Was the application specifically designed, developed, and supported
to be installed at multiple sites for multiple organizations?
Facilitate change: - Was the application specifically designed, developed, and supported
to facilitate change?
From the GSC we get the VAF i.e. Value added function points by the below formulae.
VAF = 0.65 + ((sum of all GSC factor)/100).
2007-10-30, 6442👍, 0💬
Popular Posts:
Describe in detail Basic of SAO architecture of Remoting? For these types of questions interviewer e...
Does there exist any other function which can be used to convert an integer or a float to a string? ...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...