Software Engineering MCQ Questions and Answers
Practice ModeShowing 10 of 288 questions
Q21
In unit testing of a module, it is found that for a set of test data, at the maximum 90% of the code alone were tested with the probability of success 0.9. The reliability of the module is
Answer: Option C
Q22
Which of the following testing methods is normally used as the acceptance test for a software system ?
Answer: Option D
Q23
A computer program can often be a very satisfactory ..... of a physical system such as road traffic conditions.
Answer: Option C
Q24
for ( i = 0, s = 0 ; i < n; i++) s += a [i] ;
the symbolic execution with n = 3 at i = 2, s is
Answer: Option B
Q25
Software testing techniques are most effective if applied immediately after
Answer: Option B
Q26
For the above code, using symbolic execution, after the iteration with N = 5, IFACT is
Answer: Option C
Q27
Which of the following is not an assertion ?
Answer: Option D
Q28
The reliability of a program be 0.8. The reliability of an equivalent program (ie., another program that serves the same purpose)is 0.9. The probability that both the programs give the wrong result for the same input is
Answer: Option D
Q29
The program volume of a source code that has 10 operators including 6 unique operators, and 6 operands including 2 unique operands is
Answer: Option A
Q30
To increase reliability, fault tolerance is included in the system in the form of multiple modules. If the problem can be solved by 5 different modules, each with probability of success 0.7. the probability that it can be solved even if 4 modules fail is approximately
Answer: Option B