Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
| Question 293 |
Which one is measure of software complexity ?
| Number of lines of code (LOC) | |
| Number of man years | |
| Number of function points (FP) | |
| All of the above | |
| Both LOC and FP |
Question 293 Explanation:
→ A function point is a “unit of measurement” to express the amount of business functionality an information system (as a product) provides to a user. Function points are used to compute a
functional size measurement (FSM) of software.
→ Lines of code (LOC) is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.
functional size measurement (FSM) of software.
→ Lines of code (LOC) is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.
Correct Answer: E
Question 293 Explanation:
→ A function point is a “unit of measurement” to express the amount of business functionality an information system (as a product) provides to a user. Function points are used to compute a
functional size measurement (FSM) of software.
→ Lines of code (LOC) is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.
functional size measurement (FSM) of software.
→ Lines of code (LOC) is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.
