...
Oblique-Projections
December 5, 2023
Question 8085 – Operating-Systems
December 5, 2023
Oblique-Projections
December 5, 2023
Question 8085 – Operating-Systems
December 5, 2023

Software-Engineering

Question 454
The Functions Point (FP) metric is
A
Calculated from user requirement
B
Calculated from lines of code
C
Calculated from software complexity assessment
D
None of the above
Question 454 Explanation: 
→ The functional user requirements of the software are identified and each one is categorized into one of five types: outputs, inquiries, inputs, internal files, and external interfaces.
→ Once the function is identified and categorized into a type, it is then assessed for complexity and assigned a number of function points.
→ Each of these functional user requirements maps to an end-user business function, such as a data entry for an Input or a user query for an Inquiry.
→ This distinction is important because it tends to make the functions measured in function points map easily into user-oriented requirements, but it also tends to hide internal functions (e.g. algorithms), which also require resources to implement.
Correct Answer: C
Question 454 Explanation: 
→ The functional user requirements of the software are identified and each one is categorized into one of five types: outputs, inquiries, inputs, internal files, and external interfaces.
→ Once the function is identified and categorized into a type, it is then assessed for complexity and assigned a number of function points.
→ Each of these functional user requirements maps to an end-user business function, such as a data entry for an Input or a user query for an Inquiry.
→ This distinction is important because it tends to make the functions measured in function points map easily into user-oriented requirements, but it also tends to hide internal functions (e.g. algorithms), which also require resources to implement.

Leave a Reply

Your email address will not be published. Required fields are marked *