Question : What is the primary objective of project management?
Solution :
Correct Answer : Deliver software within scope, time, cost, and quality
Description -
Question : Which phase comes first in software project management?
Solution :
Correct Answer : Planning
Description -
Question : Which of the following is NOT a project management activity?
Solution :
Correct Answer : Debugging Every Program
Description -
Question : Which project management tool represents tasks over time?
Solution :
Correct Answer : Gantt Chart
Description -
Question : Which tool identifies the critical path in a project?
Solution :
Correct Answer : CPM
Description -
Question : Software metrics are mainly used to:
Solution :
Correct Answer : Measure software quality and productivity
Description -
Question : Which metric is based on Lines of Code (LOC)?
Solution :
Correct Answer : Size-Oriented Metric
Description -
Question : LOC stands for:
Solution :
Correct Answer : Lines of Code
Description -
Question : Halstead metrics are based on:
Solution :
Correct Answer : Operators and Operands
Description -
Question : Halstead Volume estimates:
Solution :
Correct Answer : Program Size
Description -
Question : Function Point (FP) measures:
Solution :
Correct Answer : User functionality
Description -
Question : Function Point analysis is independent of:
Solution :
Correct Answer : Programming Language
Description -
Question : Which is NOT considered in FP analysis?
Solution :
Correct Answer : Number of Comment Lines
Description -
Question : Extended Function Point (EFP) mainly improves:
Solution :
Correct Answer : Traditional FP for modern systems
Description -
Question : Data Structure Metrics evaluate:
Solution :
Correct Answer : Complexity of data organization
Description -
Question : Information Flow Metrics were introduced by:
Solution :
Correct Answer : Henry and Kafura
Description -
Question : Information Flow Metric depends on:
Solution :
Correct Answer : Fan-in and Fan-out
Description -
Question : Cyclomatic Complexity was proposed by:
Solution :
Correct Answer : McCabe
Description -
Question : Cyclomatic Complexity measures:
Solution :
Correct Answer : Number of independent paths
Description -
Question : Cyclomatic Complexity formula is:
Where E = Edges, N = Nodes, P = Connected Components.
Solution :
Correct Answer : E − N + 2P
Description -
Question : A Cyclomatic Complexity of 1 indicates:
Solution :
Correct Answer : No Decision Point
Description -
Question : High Cyclomatic Complexity indicates:
Solution :
Correct Answer : More Complex Testing
Description -
Question : CASE stands for:
Solution :
Correct Answer : Computer Aided Software Engineering
Description -
Question : CASE tools help in:
Solution :
Correct Answer : All of the above
Description -
Question : Which metric estimates software effort?
Solution :
Correct Answer : Halstead Effort
Description -
Question : Which metric is language dependent?
Solution :
Correct Answer : LOC
Description -
Question : Which of the following improves project tracking?
Solution :
Correct Answer : All of the above
Description -
Question : Increasing fan-out generally:
Solution :
Correct Answer : Increases module complexity
Description -
Question : Which metric is most suitable during the requirement phase?
Solution :
Correct Answer : Function Point
Description -
Question : Which statement is TRUE?
Solution :
Correct Answer : Halstead metrics use operators and operands.
Description -