Podcast
Questions and Answers
Which of the following is NOT a reason why lines of code (LOC) is considered a simple and automatically measurable metric?
Which of the following is NOT a reason why lines of code (LOC) is considered a simple and automatically measurable metric?
- It depends on the skill of the developers.
- It is not available for early planning stages.
- It has a vague definition that is not language-dependent. (correct)
- It correlates with programming effort and cost.
According to Halstead's theory, which of the following is NOT one of the basic elements that make up a program P?
According to Halstead's theory, which of the following is NOT one of the basic elements that make up a program P?
- Operands
- Operators
- Constants (correct)
- Addresses
In Halstead's theory, which of the following represents the total number of occurrences of operators in the program P?
In Halstead's theory, which of the following represents the total number of occurrences of operators in the program P?
- µ2
- N2
- µ1
- N1 (correct)
What is the relationship between the program vocabulary (µ) and the number of distinct operators (µ1) and distinct operands (µ2) according to Halstead's theory?
What is the relationship between the program vocabulary (µ) and the number of distinct operators (µ1) and distinct operands (µ2) according to Halstead's theory?
According to Halstead's theory, which of the following is NOT one of the factors that determines the effort required to generate a program P?
According to Halstead's theory, which of the following is NOT one of the factors that determines the effort required to generate a program P?
What is the relationship between the time required for developing a program P and the total effort according to Halstead's theory?
What is the relationship between the time required for developing a program P and the total effort according to Halstead's theory?
Which of the following is NOT a measure of software size related to code length?
Which of the following is NOT a measure of software size related to code length?
What does the ratio CLOC/LOC represent?
What does the ratio CLOC/LOC represent?
Which of the following statements about software size metrics is NOT true?
Which of the following statements about software size metrics is NOT true?
What is the relationship between the length of the specification, design, and code in a software development effort?
What is the relationship between the length of the specification, design, and code in a software development effort?
What is the purpose of measuring software size using internal product attributes?
What is the purpose of measuring software size using internal product attributes?
Which of the following statements about software size metrics is true?
Which of the following statements about software size metrics is true?