Engineering/Software Engineering Multiple Choice Question Set 4 Sample Test,Sample questions

Question:
	
In software development, value adjustment factors include the following among others:

1.the criticality of the performance and reusability of the code.

2.number of lines of code in the software.

3.number of technical manpower and hardware costs.

4.time period available and the level of user friendliness.


Question:
	
The Function Point (FP) metric is:

1.Calculated from user requirements

2. Calculated from Lines of code

3.Calculated from software’s complexity assessment

4.None of the above


Question:
	
Which of the following types of maintenance takes the maximum chunk of the total Maintenance effort in a typical commercial application environment?

1.Adaptive Maintenance

2.Corrective Maintenance

3.Preventive Maintenance

4.Perfective Maintenance


Question:
A desirable property of module is

1.Independency

2.Low cohesiveness

3.High coupling

4.Multifunctional


Question:
A legacy software system has 940 modules. The latest release required that 90 of these modules be changed. In addition, 40 new modules were added and 12 old modules were removed. Compute the software maturity index for the system.

1.0.849

2.0524

3.0.725

4.0.923


Question:
Among the following, a representation that can be used for designing a system as a collection of procedures or modules:

1.Data flow diagrams

2.Activity Chart

3.Flow chart

4. ER Modeling


Question:
An important aspect in coding is

1.Readability

2.Productivity

3.To use as small memory

4.Brevity space as possible


Question:
Assertions are conditions which are true at the points of execution

1.Always

2.Sometimes

3.Many times

4.No times


Question:
Assume the following regarding the development of a software system P:

- Estimated lines of code of P: 33, 480 LOC
- Average productivity for P: 620 LOC per person-month
- Number of software developers: 6
- Average salary of a software developer: Rs. 50,000 per month

If E, D and C are the estimated development effort (in person-months), estimated development time (in months), and estimated development cost (in Rs Lac) respectively, then (E, D, C) = ...............

1.(48, 8, 24)

2.(54, 9, 27)

3.(60, 10, 30)

4.(42, 7, 21)


Question:
Assuming the existence of a start and end nodes for a program graph (PG), the total number of Paths is equivalent to ..................................set of test data required to test software.

1.Minimum

2.Maximum

3.Optimum

4.Supreme


Question:
Booting the computers means

1.Logging in

2.Loading the resident part of the operating system into memory

3.Turning the computer on

4.Both a and b


Question:
Boundary value analysis is a method for:

1.White box testing

2. Black box testing

3.Structural testing

4.Mutation testing


Question:
Design phase includes

1.Data, architecture and procedural designs only

2.Architectural, Procedural and interface designs only

3.Data, architecture, interface & Procedural designs

4.All of these


Question:
In PERT/CPM, the merge event represents .............. of two or more events.

1.completion

2.beginning

3.splitting

4.joining


Question:
In transform analysis, input portion is called:

1.Afferent branch

2.Efferent branch

3.Central Transform

4.None of the above


Question:
Information hiding is hide from user, details that

1.Are relevant to him

2.Are not relevant to him

3. May be maliciously handled

4.Are confidential


Question:
Interaction modeling cannot be done using:

1.State Diagrams

2.Use-Cases

3.Sequence Diagrams

4.Activity Diagrams


Question:
Match each UML diagram in List I to its appropriate description in List II
List I List I(a) State Diagram (i) Describes how the external entities
(people, devices) can interact with
the system
(b) Use-Case Diagram (ii) Used to describe the static or
structural view of a system
(c) Class Diagram (iii) Used to show the flow of a business
process, the steps of a use-case or
the logic of an object behaviour
(d) Activity Diagram (iv) Used to describe the dynamic behaviour
of objects and could also be used to describe
the entire system behaviourI

1.(a)-(i); (b)-(iv); (c)-(ii); (d)-(iii)

2.(a)-(iv); (b)-(ii); (c)-(i); (d)-(iii)

3.(a)-(i); (b)-(iv); (c)-(iii); (d)-(ii)

4.(a)-(iv); (b)-(i); (c)-(ii); (d)-(iii)


Question:
Match the following in Software Engineering:

List - I
(a) Product Complexity
(b) Structured System Analysis
(c) Coupling and Cohesion
(d) Symbolic Execution

List - II
(i) Software Requirements Definition
(ii) Software Design
(iii) Validation Technique
(iv) Software Cost Estimation
Code:
(a) (b) (c) (d)

1.(ii) (iii) (iv) (i)

2.(iii) (i) (iv) (ii)

3.(iv) (i) (ii) (iii)

4. (iii) (iv) (i) (ii)


Question:
Software coupling involves dependencies among pieces of software called modules. Which of the following are correct statements with respect to module coupling?

P: Common coupling occurs when two modules share the same global data.
Q: Control coupling occurs when modules share a composite data structure and use only parts of it.
R: Content coupling occurs when one module modifies or relies on the internal working of another module.

Choose the correct answer from the code given below:

1.P and Q only

2.P and R only

3.Q and R only

4.All of P, Q and R


Question:
Software products need perfective maintenance for which of the following reasons?

1.To rectify bugs observed while the system is in use

2.When the customers need the product to run on new platforms

3.To support new features that users want it to support

4.To overcome wear and tear caused by the repeated use of the software


Question:
Structure programming codes include

1.Sequencing

2.Alteration

3.Iteration

4.All of these


Question:
The approach used for requirements elicitation in software design and development process:

1.View Points

2.Interview

3.Use-Cases

4.All of these


Question:
The process of testing individual components in a software.

1.Interface Testing

2.Partition Testing

3.Unit Testing

4.Structural Testing


Question:
The Software Requirement Specification (SRS) is said to be ................ if and only if no subset of individual requirements described in it conflict with each other.

1.Correct

2.Consistent

3.Unambiguous

4.Verifiable


Question:
Which of the following is a tool in design phase?

1.Abstraction

2.Refinement

3.Information hiding

4.All of the above


Question:
Which of the following is not one of the principles of agile software development method?

1.Customer involvement

2.Embrace change

3.Incremental delivery

4.Following the plan


Question:
Which of the following statements is/are false?

P: The clean-room strategy to software engineering is based on the incremental software process model.
Q: The clean-room strategy to software engineering is one of the ways to overcome “unconscious” copying of copyrighted code.

1. P only

2. Q only

3. Both P and Q

4. Neither P nor Q


Question:
Which of the following statements is/are true?

P: Software Reengineering is preferable for software products having high failure rates, having poor design and/or having poor code structure.
Q: Software Reverse Engineering is the process of analyzing software with the objective of recovering its design and requirement specification.

1.P only

2.Q only c.

3.Both P and Q

4.Neither P nor Q


Question:
Which one of the following is not typically provided by Source Code Management Software?

1.Synchronisation

2.Versioning and Revision history

3.Syntax highlighting

4.Project forking


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!