Explore topic-wise MCQs in Software Engineering Mcqs.

This section includes 43 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering Mcqs knowledge and support exam preparation. Choose a topic below to get started.

1.

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» C. Dynamic
2.

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» B. Reliability
3.

Size and Complexity are a part of____________________?

A. Product Metrics
B. Process Metrics
C. Project Metrics
D. All of the mentioned
Answer» B. Process Metrics
4.

Cost and schedule are a part of_________________________?

A. Product Metrics
B. Process Metrics
C. Project Metrics
D. All of the mentioned
Answer» D. All of the mentioned
5.

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» D. all of the mentioned
6.

Which of the following is not categorized under Component-Level Design Metrics ?

A. Complexity Metrics
B. Cohesion Metrics
C. Morphology Metrics
D. Coupling Metrics
Answer» D. Coupling Metrics
7.

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» E.
8.

MTTC falls the the category of____________________?

A. correctness
B. integrity
C. maintainability
D. all of the mentioned
Answer» D. all of the mentioned
9.

Percentage of modules that were inspected is a part of__________________?

A. Product Metrics
B. Process Metrics
C. Project Metrics
D. All of the mentioned
Answer» C. Project Metrics
10.

Which of the following is an indirect measure of product ?

A. Quality
B. Complexity
C. Reliability
D. All of the Mentioned
Answer» E.
11.

SMI stands for_______________?

A. Software Mature Indicator
B. Software Maturity Index
C. Software Mature Index
D. Software Maturity Indicator
Answer» C. Software Mature Index
12.

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
13.

Function Points in software engineering was first proposed by_______________?

A. Booch
B. Boehm
C. Albrecht
D. Jacobson
Answer» D. Jacobson
14.

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» D. Word Count
15.

How many Information Domain Values are used for Function Point Computation ?

A. three
B. four
C. five
D. six
Answer» D. six
16.

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.
17.

Architectural Design Metrics are ______________ in nature ?

A. Black Box
B. White Box
C. Gray Box
D. Green Box
Answer» B. White Box
18.

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» E.
19.

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
20.

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)
21.

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» E.
22.

Statement and branch coverage metrics are part of______________________?

A. Analysis Model
B. Testing
C. Design Model
D. Source Code
Answer» C. Design Model
23.

Which metric gives the idea about the contents on a web page ?

A. Word Token
B. Word Count
C. Word Size
D. Word Length
Answer» C. Word Size
24.

How is the complexity of a web page related to link count ?

A. Directly
B. Indirectly
C. No relation
D. All of the mentioned
Answer» B. Indirectly
25.

Number of dynamic web pages provides an idea about____________ for a web page that is to be built?

A. size
B. complexity
C. effort
D. all of the mentioned
Answer» E.
26.

Which of the following web engineering metric measures the extent of relatedness between two or more web pages ?

A. Number of Static Content Objects
B. Number of Dynamic Content Objects
C. Web Page Similarity
D. Number of Internal Page Links
Answer» D. Number of Internal Page Links
27.

Usability can be measured in terms of_________________?

A. Intellectual skill to learn the system
B. Time required to become moderately efficient in system usage
C. Net increase in productivity
D. All of the mentioned
Answer» E.
28.

Identify the correct option with reference to Software Quality Metrics ?

A. Integrity = [Sigma(1 – threat)] * (1 – security)
B. Integrity = [1 – Sigma(threat)] * (1 – security)
C. Integrity = [1 – threat * Sigma(1 – security)]
D. Integrity = Sigma[1 – threat * (1 – security)]
Answer» E.
29.

Which of the following is not an information domain required for determining function point in FPA ?

A. Number of user Input
B. Number of user Inquiries
C. Number of external Interfaces
D. Number of errors
Answer» E.
30.

Which of the following is the task of project indicators ?

A. help in assessment of status of ongoing project
B. track potential risk
C. help in assessment of status of ongoing project & track potential risk
D. none of the mentioned
Answer» D. none of the mentioned
31.

Defects removal efficiency (DRE)depends on ______________________?

A. E – errors found before software delivery
B. D – defects found after delivery to user
C. Both E and D
D. Varies with project
Answer» D. Varies with project
32.

The intent of project metrics is_____________________?

A. minimization of development schedule
B. for strategic purposes
C. assessing project quality on ongoing basis
D. minimization of development schedule and assessing project quality on ongoing basis
Answer» E.
33.

Which of the following is not a direct measure of SE process ?

A. Efficiency
B. Cost
C. Effort Applied
D. All of the mentioned
Answer» B. Cost
34.

A graphical technique for finding if changes and variation in metrics data are meaningful is known as_________________?

A. DRE (Defect Removal Efficiency)
B. Function points analysis
C. Control Chart
D. All of the mentioned
Answer» D. All of the mentioned
35.

Which of the following does not affect the software quality and organizational performance ?

A. Market
B. Product
C. Technology
D. People
Answer» B. Product
36.

In size oriented metrics, metrics are developed based on the _____________________?

A. number of Functions
B. number of user inputs
C. number of lines of code
D. amount of memory usage
Answer» D. amount of memory usage
37.

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
38.

Size and Complexity are a part of____________________?

A. Product Metrics
B. Process Metrics
C. Project Metrics
D. All of the mentioned
Answer» B. Process Metrics
39.

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» B. Reliability
40.

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
41.

Statement and branch coverage metrics are part of______________________?

A. Analysis Model
B. Testing
C. Design Model
D. Source Code
Answer» C. Design Model
42.

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» E.
43.

SMI stands for_______________?

A. Software Mature Indicator
B. Software Maturity Index
C. Software Mature Index
D. Software Maturity Indicator
Answer» C. Software Mature Index