Engineering/Software%20Engineering%20Multiple%20Choice%20Questions Sample Test,Sample questions

Question:
 If every requirement can be checked by a cost-effective process, then the SRS is

1.verifiable

2.traceable

3.modifiable

4.complete

Posted Date:-2022-04-19 12:59:42


Question:
 In the spiral model ‘risk analysis’ is performed

1.In the first loop

2.in the first and second loop

3.In every loop

4.before using the spiral model

Posted Date:-2022-04-19 12:48:21


Question:
 Software consists of

1.Set of instructions + operating procedures

2.Programs + documentation + operating procedures

3.Programs + hardware manuals

4.Set of programs

Posted Date:-2022-04-19 13:27:12


Question:
 The problem that threatens the success of a project but which has not yet happened is

1.bug

2.error

3.risk

4.failure

Posted Date:-2022-04-19 13:18:05


Question:
A COCOMO model is

1.Common Cost Estimation Model

2.Constructive Cost Estimation Model.

3.Complete Cost Estimation Model.

4.Comprehensive Cost Estimation Model.

Posted Date:-2022-04-19 12:45:47


Question:
A fault simulation testing technique is ______.

1.Mutation testing

2.Stress testing

3.Black box testing

4.White box testing

Posted Date:-2022-04-19 12:39:40


Question:
A number of clauses used in ISO 9001 to specify quality system requirements are:

1.15

2.20

3.25

4.28

Posted Date:-2022-04-19 13:07:38


Question:
Aggregation represents

1. is_a relationship

2.part_of relationship

3.composed_of relationship

4.None of the above

Posted Date:-2022-04-19 13:05:52


Question:
All activities lying on the critical path have slack time equal to

1.0

2.1

3.2

4.None of the above

Posted Date:-2022-04-19 13:01:48


Question:
All the modules of the system are integrated and tested as a complete system in the case of

1.Bottom-up testing

2.Top-down testing

3.Sandwich testing

4.Big-Bang testing

Posted Date:-2022-04-19 12:34:34


Question:
Alpha and Beta Testing are forms of

1.Acceptance testing

2.Integration testing

3.System Testing

4.Unit testing

Posted Date:-2022-04-19 13:02:47


Question:
An object encapsulates

1.Data

2.Behavior

3.State

4.Both Data and behavior

Posted Date:-2022-04-19 13:03:32


Question:
CASE Tool is

1. Computer Aided Software Engineering

2.Component Aided Software Engineering

3.Constructive Aided Software Engineering

4.Computer Analysis Software Engineering

Posted Date:-2022-04-19 13:25:49


Question:
Changes made to an information system to add the desired but not necessarily the required features are called

1.Preventative maintenance

2.Adaptive maintenance

3.Corrective maintenance

4.Perfective maintenance.

Posted Date:-2022-04-19 12:33:44


Question:
Changes made to the system to reduce the future system failure chances is called

1. Preventive Maintenance

2.Adaptive Maintenance

3.Corrective Maintenance

4.Perfective Maintenance

Posted Date:-2022-04-19 13:11:26


Question:
Coupling and cohesion can be represented using a

1.cause-effect graph

2.dependency matrix

3.Structure chart

4.SRS

Posted Date:-2022-04-19 12:49:52


Question:
Each time a defect gets detected and fixed, the reliability of a software product

1.increases

2.decreases

3.remains constant.

4.cannot say anything.

Posted Date:-2022-04-19 12:51:18


Question:
FAST stands for

1.Functional Application Specification Technique

2.Fast Application Specification Technique

3.Facilitated Application Specification Technique

4.None of the above

Posted Date:-2022-04-19 13:30:19


Question:
For a well-understood data processing application, it is best to use

1.The waterfall model

2.prototyping model

3.the evolutionary model

4.the spiral model

Posted Date:-2022-04-19 12:49:10


Question:
IEEE 830-1993 is an IEEE recommended standard for

1.Software requirement specification.

2.Software design.

3.Testing

4.Both (A) and (B)

Posted Date:-2022-04-19 12:31:11


Question:
If a program in its functioning has not met user requirements is some way, then it is

1.an error

2.a failure.

3.a fault.

4.a defect

Posted Date:-2022-04-19 13:22:32


Question:
If every requirement stated in the Software Requirement Specification (SRS) has only one interpretation, SRS is said to be

1.correct

2.unambiguous

3.consistent

4.verifiable

Posted Date:-2022-04-19 12:38:53


Question:
If P is risk probability, L is a loss, then Risk Exposure (RE) is computed as

1.RE = P/L

2.RE = P + L

3.RE = P*L

4.RE = 2* P *L

Posted Date:-2022-04-19 13:06:56


Question:
In function point analysis, the number of general system characteristics used to rate the system is

1.10

2.14

3.20

4.12

Posted Date:-2022-04-19 13:04:51


Question:
Modifying the software to match changes in the ever-changing environment is called

1.adaptive maintenance

2.corrective maintenance

3.perfective maintenance

4.preventive maintenance

Posted Date:-2022-04-19 13:01:12


Question:
Modules X and Y operate on the same input and output data, then the cohesion is

1.Sequential

2.Communicational

3.Procedural

4.Logical

Posted Date:-2022-04-19 12:40:34


Question:
One of the fault base testing techniques is

1.unit testing

2.beta testing.

3.Stress testing.

4.mutation testing.

Posted Date:-2022-04-19 12:32:55


Question:
Output comparators are used in

1.static testing of a single module

2.dynamic testing of a single module

3.static testing of single and multiple modules

4.dynamic testing of single and multiple modules

Posted Date:-2022-04-19 12:52:29


Question:
Pseudocode can replace

1.flowcharts

2. structure charts

3.decision tables

4.cause-effect graphs

Posted Date:-2022-04-19 13:20:07


Question:
Requirements can be refined using

1.The waterfall model

2.prototyping model

3.the evolutionary model

4.the spiral model

Posted Date:-2022-04-19 13:12:06


Question:
SRD stands for

1.Software requirements definition

2.Structured requirements definition

3.Software requirements diagram

4.Structured requirements diagram

Posted Date:-2022-04-19 12:44:57


Question:
SRS is also known as the specification of

1. White box testing

2.Stress testing

3.Integrated testing

4.Black box testing

Posted Date:-2022-04-19 12:42:43


Question:
Structured charts are a product of

1.requirements gathering

2.requirements analysis

3.design

4.coding

Posted Date:-2022-04-19 13:17:08


Question:
The desired level of coupling is
 

1.No coupling

2.Control coupling

3.Common coupling

4.Data coupling

Posted Date:-2022-04-19 12:47:31


Question:
The feature of the object-oriented paradigm which helps code reuse is

1.object

2.class

3.inheritance

4.aggregation

Posted Date:-2022-04-19 12:53:39


Question:
The level at which the software uses scarce resources is

1.reliability

2.efficiency

3.portability

4.All of the above

Posted Date:-2022-04-19 12:54:24


Question:
The main purpose of integration testing is to find

1.design errors

2.analysis errors

3.procedure errors

4.interface errors

Posted Date:-2022-04-19 13:19:16


Question:
The model in which the requirements are implemented by category is

1.Evolutionary Development Model

2.Waterfall Model

3.Prototyping

4.Iterative Enhancement Model

Posted Date:-2022-04-19 12:43:43


Question:
The model that assumes that effort and development time are functions of product size alone is

1. Basic COCOMO model

2.Intermediate COCOMO model

3.Detailed COCOMO model

4.All three COCOMO models

Posted Date:-2022-04-19 13:15:52


Question:
The most important feature of the spiral model is

1.requirement analysis.

2.risk management.

3.quality management.

4.configuration management.

Posted Date:-2022-04-19 12:29:22


Question:
The symbol represents

1.mandatory 1 cardinality

2.mandatory many cardinalities

3.optional 0 or 1 cardinality

4.optional zero-many cardinality

Posted Date:-2022-04-19 12:50:34


Question:
The testing that focuses on the variables is called

1.black box testing

2.white box testing

3.data variable testing

4. data flow testing

Posted Date:-2022-04-19 13:24:18


Question:
The tools that support different stages of software development life cycle are called:

1.CASE Tools

2.CAME tools

3.CAQE tools

4.CARE tools

Posted Date:-2022-04-19 13:10:37


Question:
The worst type of coupling is

1.Data coupling.

2.control coupling.

3.stamp coupling.

4.content coupling.

Posted Date:-2022-04-19 12:30:06


Question:
Which is not a step of requirement engineering?

1.Requirements elicitation

2.Requirements analysis

3.Requirements design

4.Requirements documentation

Posted Date:-2022-04-19 13:29:38


Question:
Which is the most important feature of the spiral model?

1.Quality management

2.Risk management

3.Performance management

4.Efficiency management

Posted Date:-2022-04-19 13:27:50


Question:
Which of the following statements is true

1.Abstract data types are the same as classes

2.Abstract data types do not allow inheritance

3.Classes cannot inherit from the same base class

4.Object have state and behavior

Posted Date:-2022-04-19 12:46:30


Question:
Which phase is not available in the software life cycle?

1.Coding

2.Testing

3.Maintenance

4.Abstraction

Posted Date:-2022-04-19 13:28:35


More MCQS

  1. Civil Engineering MCQS -Building Materials Section 1
  2. Civil Engineering MCQS -Building Materials Section 2
  3. Civil Engineering MCQS -Building Materials Section 3
  4. Civil Engineering MCQS -Building Materials Section 4
  5. Mechanical Engineering Engineering MCQS -Mechanics Section-1
  6. Mechanical Engineering Engineering MCQS -Mechanics Section-2
  7. Civil Engineering MCQS -Building Materials Section 5
  8. Civil Engineering MCQS -Building Materials Section 6
  9. Civil Engineering MCQS -Building Materials Section 7
  10. Civil Engineering MCQS -Building Materials Section 8
  11. Civil Engineering MCQS-Surveying Section 1
  12. Civil Engineering MCQS-Surveying Section 2
  13. Civil Engineering MCQS-Surveying Section 3
  14. Civil Engineering MCQS-Surveying Section 4
  15. Civil Engineering MCQS-Surveying Section 5
  16. Civil Engineering MCQS-Surveying Section 6
  17. Civil Engineering MCQS-Surveying Section 7
  18. Civil Engineering MCQS-Surveying Section 8
  19. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 1
  20. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 2
  21. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 3
  22. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 4
  23. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 5
  24. Civil Engineering (MCQS) Soil Mechanics and Foundation Engineering SET 6
  25. Civil Engineering [MCQS] Applied Mechanics Section -1
  26. Civil Engineering [MCQS] Applied Mechanics Section -2
  27. Civil Engineering [MCQS] Applied Mechanics Section -3
  28. Civil Engineering [MCQS] Applied Mechanics Section -4
  29. Civil Engineering [MCQS] Applied Mechanics Section -5
  30. Civil Engineering -MCQS-Hydraulics Section 1
  31. Civil Engineering -MCQS-Hydraulics Section 2
  32. Civil Engineering -MCQS-Hydraulics Section 3
  33. Civil Engineering -MCQS-Hydraulics Section 4
  34. Civil Engineering -MCQS-Hydraulics Section 5
  35. Civil Engineering -MCQS-Hydraulics Section 6
  36. Civil Engineering -MCQS-Waste Water Engineering - Section 1
  37. Civil Engineering -MCQS-Waste Water Engineering - Section 2
  38. Civil Engineering -MCQS-Waste Water Engineering - Section 3
  39. Civil -MCQ RCC Structures Design - Section 1
  40. Civil -MCQ RCC Structures Design - Section 2
  41. Civil -MCQ RCC Structures Design - Section 3
  42. Engineering Electrical Engineering Dc Motors part1
  43. Engineering Electrical Engineering Dc Motors part 2
  44. Engineering Electrical Engineering Dc Motors part3
  45. Electric Drives MCQ Questions and Answers
  46. Automobile Engineering MCQ Set 01
  47. Automobile Engineering MCQ Set 02
  48. Automobile Engineering MCQ Set 03
  49. Compressors, Gas Turbines and Jet Engines MCQ Practice Test - Set 01
  50. Compressors, Gas Turbines and Jet Engines MCQ Practice Test - Set 02
  51. Compressors, Gas Turbines and Jet Engines MCQ Practice Test - Set 03
  52. Compressors, Gas Turbines and Jet Engines MCQ Practice Test - Set 04
  53. Machine Design Mcq set 01
  54. Machine Design Mcq set 02
  55. Machine Design Mcq set 3
  56. Mechanical Engineering Design MCQ SET 03
  57. Mechanical Engineering Design MCQ SET 04
  58. Advanced Surveying mcq set 1
  59. Automobile Engineering MCQ
  60. Basic Civil Engineering Mcq
  61. Microwave Engineering Mcq Set 1
  62. Microwave Engineering Mcq Set 2
  63. Microwave Engineering Mcq Set 3
  64. Mechanical Engineering Basic Mcq Questions Set 1
  65. Mechanical Engineering Basic Mcq Questions Set 2
  66. Basic Chemical Engineering MCQ
  67. Chemical Engineering MCQ Question Set 1
  68. Chemical Engineering Mcq Question Set 2
  69. Chemical Engineering Mcq Question Set 3
  70. Chemical Engineering Mcq Question Set 4
  71. Chemical Engineering Mcq Question Set 5
  72. Chemical Engineering Mcq Question Set 6
  73. Chemical Engineering Mcq Question Set 7
  74. Chemical Engineering Mcq Question Set 8
  75. Civil Engineering Basic Set 1
  76. Chemical Engineering Mcq Question Set 9
  77. Chemical Engineering Mcq Question Set 10
  78. Civil Engineering Basic Set 2
  79. Chemical Engineering Mcq Question Set 11
  80. Chemical Engineering Mcq Question Set 12
  81. Engineering Electrical Engineering
  82. Chemical Engineering Mcq Question Set 14
  83. Chemical Engineering Mcq Question Set 15
  84. Chemical Engineering Mcq Question Set 16
  85. Chemical Engineering Mcq Question Set 17
  86. Engineering Electronics & Communication Engineering
  87. Engineering Computer Science & Engineering
  88. Computer Science & Engineering Computer Networks Mcq
  89. Environmental Engineering MCQ
  90. Microwave Engineering ECE Mcq
  91. Electrical Engineering Mcq
  92. Engineering Branch Wise MCQs
  93. Software Engineering Multiple Choice Questions
  94. Traffic Engineering MCQ
  95. Highway Engineering MCQs
  96. Engineering Thermodynamics MCQs
  97. Materials and Processes -Notch Toughness
  98. Software Engineering Multiple Choice Question Set 1
  99. Software Engineering Multiple Choice Question Set 2
  100. Software Engineering Multiple Choice Question Set 3
  101. Software Engineering Multiple Choice Question Set 4
  102. Hydraulic Machines MCQs Set-1
  103. Hydraulic Machines MCQs Set-2
  104. Hydraulic Machines MCQs Set-3
  105. Hydraulic Machines MCQs Set-4
  106. Basic Civil Engineering MCQ
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!