2013 June UGC NET Paper 1
November 22, 2023STQC-NIELIT STA 2021
November 22, 2023Software-Engineering
Question 61 |
Consider a software project with the following information domain characteristic for calculation of function point metric.
Number of external inputs (I) = 30
Number of external output (O) = 60
Number of external inquiries (E) = 23
Number of files (F) = 08
Number of external interfaces (N) = 02
It is given that the complexity weighting factors for I, O, E, F and N are 4, 5, 4, 10 and 7, respectively. It is also given that, out of fourteen value adjustment factors that influence the development effort, four factors are not applicable, each of the other four factors have value 3, and each of the remaining factors have value 4.
The computed value of function point metric is ________.
Number of external inputs (I) = 30
Number of external output (O) = 60
Number of external inquiries (E) = 23
Number of files (F) = 08
Number of external interfaces (N) = 02
It is given that the complexity weighting factors for I, O, E, F and N are 4, 5, 4, 10 and 7, respectively. It is also given that, out of fourteen value adjustment factors that influence the development effort, four factors are not applicable, each of the other four factors have value 3, and each of the remaining factors have value 4.
The computed value of function point metric is ________.
612.06 | |
212.05 | |
305.09 | |
806.9 |
Question 61 Explanation:
FP=UFP(unadjusted function point)+ VAF(variable adjustment point)
UFP=No.of inputs*(simple or avg or complex)+No.of outputs*(simple or avg or complex)+No.of inquiries*(simple or avg or complex)+No.of files*(simple or avg or complex)+No.of interfaces*(simple or avg or complex)
VAF=0.65+0.01*Summation of 14 factors
In given problem UFP=30*4+60*5+23*4+8*10+2*7
VAF=0.65+0.01*(4*0+4*3+6*4)
FP=UFP+VAF=612.06
UFP=No.of inputs*(simple or avg or complex)+No.of outputs*(simple or avg or complex)+No.of inquiries*(simple or avg or complex)+No.of files*(simple or avg or complex)+No.of interfaces*(simple or avg or complex)
VAF=0.65+0.01*Summation of 14 factors
In given problem UFP=30*4+60*5+23*4+8*10+2*7
VAF=0.65+0.01*(4*0+4*3+6*4)
FP=UFP+VAF=612.06
Correct Answer: A
Question 61 Explanation:
FP=UFP(unadjusted function point)+ VAF(variable adjustment point)
UFP=No.of inputs*(simple or avg or complex)+No.of outputs*(simple or avg or complex)+No.of inquiries*(simple or avg or complex)+No.of files*(simple or avg or complex)+No.of interfaces*(simple or avg or complex)
VAF=0.65+0.01*Summation of 14 factors
In given problem UFP=30*4+60*5+23*4+8*10+2*7
VAF=0.65+0.01*(4*0+4*3+6*4)
FP=UFP+VAF=612.06
UFP=No.of inputs*(simple or avg or complex)+No.of outputs*(simple or avg or complex)+No.of inquiries*(simple or avg or complex)+No.of files*(simple or avg or complex)+No.of interfaces*(simple or avg or complex)
VAF=0.65+0.01*Summation of 14 factors
In given problem UFP=30*4+60*5+23*4+8*10+2*7
VAF=0.65+0.01*(4*0+4*3+6*4)
FP=UFP+VAF=612.06
Subscribe
Login
0 Comments