0
0
Software Engineeringknowledge~10 mins

Function Point Analysis in Software Engineering - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to define Function Point Analysis.

Software Engineering
Function Point Analysis is a technique to measure the [1] of software based on its functionality.
Drag options to blanks, or click blank then click option'
Asize
Bcolor
Cspeed
Dweight
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing size with speed or weight.
2fill in blank
medium

Complete the sentence to identify a key component counted in Function Point Analysis.

Software Engineering
One of the components counted in Function Point Analysis is [1], which represents user inputs to the system.
Drag options to blanks, or click blank then click option'
AData Stores
BInternal Logic
CExternal Inputs
DSystem Errors
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Data Stores or Internal Logic instead of External Inputs.
3fill in blank
hard

Fix the error in the sentence about Function Point Analysis calculation.

Software Engineering
The total function points are calculated by multiplying the unadjusted function points by the [1] factor.
Drag options to blanks, or click blank then click option'
Acomplexity
Badjustment
Cerror
Dspeed
Attempts:
3 left
💡 Hint
Common Mistakes
Using complexity or error instead of adjustment factor.
4fill in blank
hard

Fill both blanks to complete the formula for unadjusted function points.

Software Engineering
Unadjusted Function Points = [1] + [2] + External Outputs + External Inquiries + Internal Logical Files
Drag options to blanks, or click blank then click option'
AExternal Inputs
BData Stores
DInternal Logical Files
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up External Inputs with Internal Logical Files.
5fill in blank
hard

Fill all three blanks to complete the description of Function Point Analysis steps.

Software Engineering
Step 1: Count [1] components. Step 2: Calculate the [2] function points. Step 3: Apply the [3] factor to get adjusted function points.
Drag options to blanks, or click blank then click option'
Afunctional
Bunadjusted
Cadjustment
Dnon-functional
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing functional with non-functional components.