Que- Which of the following is not a classification of the web engineering metric, Web Page Similarity ?
a. Content based
b. Link based
c. Usage based
d. Traffic based
Answer- Traffic based
Que- The static content objects are dependent on the actions of the user.
a. TRUE
b. FALSE
c. Nothing Can be Said
d. None of the mentioned
Answer- FALSE
Que- Link based measures rely on ___________ structure of a web graph to obtain related pages.
a. Embedded
b. Hyperlink
c. Dynamic
d. All of the mentioned
Answer- Hyperlink
Que- Which of the following is not a web engineering project metric ?
a. Number of Static Content Objects
b. Number of Dynamic Content Objects
c. Number of Inherited Objects
d. Word Count
Answer- Number of Inherited Objects
Que- Which of the following is not a metric for design model?
a. Interface design metrics
b. Component-level metrics
c. Architectural metrics
d. Complexity metrics
Answer- Complexity metrics
Que- Statement and branch coverage metrics are part of
a. Analysis Model
b. Testing
c. Design Model
d. Source Code
Answer- Testing
Que- Function Points in software engineering was first proposed by
a. Booch
b. Boehm
c. Albrecht
d. Jacobson
Answer- Albrecht
Que- How many Information Domain Values are used for Function Point Computation?
a. three
b. four
c. five
d. six
Answer- five
Que- Function Point Computation is given by the formula
a. FP = [count total * 0.65] + 0.01 * sum(Fi)
b. FP = count total * [0.65 + 0.01 * sum(Fi)].
c. FP = count total * [0.65 + 0.01] * sum(Fi)
d. FP = [count total * 0.65 + 0.01] * sum(Fi)
Answer- FP = count total * [0.65 + 0.01 * sum(Fi)].
Que- Architectural Design Metrics are ___________ in nature.
a. Black Box
b. White Box
c. Gray Box
d. Green Box
Answer- Black Box
Que- Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here?
a. fan check-out of module i
b. fan check-in of module i
c. fan in of module i
d. fan out of module i
Answer- fan out of module i
Que- SMI stands for
a. Software Mature Indicator
b. Software Maturity Index
c. Software Mature Index
d. Software Maturity Indicator
Answer- Software Maturity Index
Que- As the SMI approaches 1.0, the software product starts becoming unstable
a. TRUE
b. FALSE
c. Nothing Can be Said
d. None of the mentioned
Answer- FALSE
Que- SMI = [Mt - (Fa + Fc + Fd)]/Mt. Here Mt is the number of modules
a. in the current release
b. in the current release that have been changed
c. from the preceding release that were deleted in the current release
d. none of the mentioned
Answer- in the current release
Que- The amount of time that the software is available for use is known as
a. Reliability
b. Usability
c. Efficiency
d. Functionality
Answer- Reliability
Que- Usability in metric analysis is defined as the degree to which the software
a. stated needs
b. is easy to use
c. makes optimal use of system resources
d. none of the mentioned
Answer- is easy to use
Que- Size and Complexity are a part of
a. Product Metrics
b. Process Metrics
c. Project Metrics
d. All of the mentioned
Answer- Product Metrics
Que- Cost and schedule are a part of
a. Product Metrics
b. Process Metrics
c. Project Metrics
d. All of the mentioned
Answer- Project Metrics
Que- Number of errors found per person hours expended is an example of a
a. measurement
b. measure
c. metric
d. all of the mentioned
Answer- metric
Que- Which of the following is not categorized under Product Operation of McCall's Software Quality Factors?
a. Flexibility
b. Reliability
c. Usability
d. Integrity
Answer- Flexibility
Que- The arc-to-node ratio is given as r = a/n. What does 'a' represent in the ratio?
a. maximum number of nodes at any level
b. longest path from the root to a leaf
c. number of modules
d. lines of control
Answer- lines of control