MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engg knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
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» B. in the current release that have been changed | |
| 2. |
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» C. makes optimal use of system resources | |
| 3. |
The amount of time that the software is available for use is known as$ |
| A. | Reliability |
| B. | Usability |
| C. | Efficiency |
| D. | Functionality |
| Answer» B. Usability | |
| 4. |
As the SMI approaches 1.0, the software product starts becoming unstabl? |
| A. | True |
| B. | False |
| Answer» C. | |
| 5. |
SMI stands fo? |
| A. | Software Mature Indicator |
| B. | Software Maturity Index |
| C. | Software Mature Index |
| D. | Software Maturity Indicator |
| Answer» C. Software Mature Index | |
| 6. |
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 <em>i</em> |
| B. | “fan check-in” of module <em>i</em> |
| C. | “fan in” of module <em>i</em> |
| D. | “fan out” of module <em>i</em> |
| Answer» E. | |
| 7. |
Architectural Design Metrics are ___________ in nature. |
| A. | Black Box |
| B. | White Box |
| C. | Gray Box |
| D. | Green Box |
| Answer» B. White Box | |
| 8. |
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» C. FP = count total * [0.65 + 0.01] * sum(Fi) | |
| 9. |
How many Information Domain Values are used for Function Point Computation? |
| A. | three |
| B. | four |
| C. | five |
| D. | six |
| Answer» D. six | |
| 10. |
Function Points in software engineering was first proposed by |
| A. | Booch |
| B. | Boehm |
| C. | Albrecht |
| D. | Jacobson |
| Answer» D. Jacobson | |
| 11. |
Statement and branch coverage metrics are part of |
| A. | Analysis Model |
| B. | Testing |
| C. | Design Model |
| D. | Source Code |
| Answer» C. Design Model | |
| 12. |
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» E. | |