Software Engineering (3150711) MCQs

MCQs of Software Coding & Testing

Showing 1 to 10 out of 59 Questions
1.
The longer a fault exists in software
(a) The more costly it is to detect and correct
(b) The more tedious its removal becomes
(c) The less likely it is to be properly corrected
(d) All of the given options
Answer:

Option (d)

2.
The objective of __________ phase is to transform the design of the system into high-level language.
(a) Design phase
(b) Unit testing
(c) Coding
(d) Testing
Answer:

Option (c)

3.
The main advantage of adhering to coding standard is
(a) Uniform appearance to the codes written by different engineers
(b) Enhances code understanding
(c) Good programming practice
(d) All of the above
Answer:

Option (d)

4.
Which of the followind is/are representative coding guidelines.
(a) Do not use a coding style that is too clever or too difficult to understand
(b) Do not use an identifier for multiple purposes
(c) The code should be well-documented
(d) All of the above
Answer:

Option (d)

5.
Which activity should be undertaken after the module successfully compiles?
(a) Code review
(b) Unit testing
(c) Integration testing
(d) All of the given options
Answer:

Option (a)

6.
Which of the following is Algorithmic fault?
(a) Logic is wrong Code reviews
(b) Wrong syntax; typos Compiler
(c) Not enough accuracy
(d) Maximum load violated
Answer:

Option (a)

7.
Which of the following is Syntax fault?
(a) Logic is wrong Code reviews
(b) Wrong syntax; typos Compiler
(c) Not enough accuracy
(d) Maximum load violated
Answer:

Option (b)

8.
Which of the following is Precision fault?
(a) Logic is wrong Code reviews
(b) Wrong syntax; typos Compiler
(c) Not enough accuracy
(d) Maximum load violated
Answer:

Option (c)

9.
Which of the following is Stress/Overload fault?
(a) Logic is wrong Code reviews
(b) Wrong syntax; typos Compiler
(c) Not enough accuracy
(d) Maximum load violated
Answer:

Option (d)

10.
Which of the following are type of code review?
(a) Code inspection
(b) Code walkthrough
(c) Both
(d) None
Answer:

Option (c)

Showing 1 to 10 out of 59 Questions