Software Engineering (3150711) MCQs

MCQs of Software Coding & Testing

Showing 11 to 20 out of 59 Questions
11.
__________ helps to detect the algorithmic and logical error in code.
(a) Code walkthrough
(b) Code inspection
(c) Both
(d) None
Answer:

Option (a)

12.
__________ helps to detect common programming errors in code.
(a) Code walkthrough
(b) Code inspection
(c) Both
(d) None
Answer:

Option (b)

13.
Which of the following are some classical programming error?
(a) Use of uninitialized variables
(b) Jumps into loops
(c) Array indices out of bound
(d) All of the given options
Answer:

Option (d)

14.
Which of the following defines Static Analysis?
(a) The analysis of batch programs.
(b) The reviewing of test plans.
(c) The analysis of program code
(d) The use of black box testing.
Answer:

Option (c)

15.
Which of the following is true regarding Static Analysis Tools?
(a) It compares actual and expected results.
(b) It can detect memory leaks.
(c) It gives quality information about code without executing it.
(d) It tell about percentage of a code coverage.
Answer:

Option (c)

16.
ITG stands for __________.
(a) instantaneous test group
(b) integration testing group
(c) individual testing group
(d) independent test group
Answer:

Option (d)

17.
Which term describes testing?
(a) Finding broken code
(b) Evaluating deliverable to find errors
(c) A stage of all projects
(d) None of the mentioned
Answer:

Option (b)

18.
What are the various Testing Levels?
(a) Unit Testing
(b) System Testing
(c) Integration Testing
(d) All of the mentioned
Answer:

Option (d)

19.
Unit testing is performed by __________.
(a) Users
(b) Developers
(c) Customers
(d) None of the mentioned
Answer:

Option (b)

20.
__________ serve to replace modules that are subordinate (called by) the component to be tested.
(a) Stubs
(b) Driver
(c) Carrier
(d) All of the given options
Answer:

Option (a)

Showing 11 to 20 out of 59 Questions