

MCQOPTIONS
Saved Bookmarks
This section includes 11 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engg knowledge and support exam preparation. Choose a topic below to get started.
1. |
WHICH_OF_THE_FOLLOWING_IS_THE_WAY_OF_ENSURING_THAT_THE_TESTS_ARE_ACTUALLY_TESTING_CODE??$ |
A. | Control structure testing |
B. | Complex path testing |
C. | Code coverage |
D. | Quality assurance of software |
Answer» D. Quality assurance of software | |
2. |
Which of the following is a common pointwer problem?$ |
A. | Data sharing errors |
B. | Accessing data elements of the wrong type |
C. | Attempting to use memory areas after freeing them |
D. | All of the mentioned |
Answer» E. | |
3. |
Effective testing will reduce _______ cost.$ |
A. | maintenance |
B. | design |
C. | coding |
D. | documentation |
Answer» B. design | |
4. |
Which is a black box testing technique appropriate to all levels of testing? |
A. | Acceptance testing |
B. | Regression testing |
C. | Equivalence partitioning |
D. | Quality assurance |
Answer» D. Quality assurance | |
5. |
Cyclomatic Complexity method comes under which testing method. |
A. | Yellow box |
B. | White box |
C. | Gray box |
D. | Black box |
Answer» C. Gray box | |
6. |
Which of the following is not a part of Execution Flow during debugging? |
A. | Step Over |
B. | Step Into |
C. | Step Up |
D. | Step Out |
Answer» D. Step Out | |
7. |
Which of the following is not a part of bug report? |
A. | Test case |
B. | Output |
C. | Software Version |
D. | LOC |
Answer» E. | |
8. |
Test should be conducted for every possible |
A. | data |
B. | case |
C. | variable |
D. | all of the mentioned |
Answer» E. | |
9. |
Name an evaluation technique to assess the quality of test cases. |
A. | Mutation analysis |
B. | Validation |
C. | Verification |
D. | Performance analysis |
Answer» B. Validation | |
10. |
Software mistakes during coding are known as |
A. | errors |
B. | failures |
C. | bugs |
D. | defects |
Answer» D. defects | |
11. |
What is testing process’ first goal? |
A. | Bug prevention |
B. | Testing |
C. | Execution |
D. | Analyses |
Answer» B. Testing | |