

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which is not involved in debugging? |
A. | Identifying |
B. | Isolating |
C. | Fixing |
D. | Test |
E. | |
Answer» E. | |
2. |
Delta Debugging is a technique of automating test case simplification |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» B. FALSE | |
3. |
_________ is debugging of the program after it has already crashed. |
A. | Remote debugging |
B. | Print debugging |
C. | Wolf fence algorithm |
D. | Post-mortem debugging |
Answer» E. | |
4. |
The terms bug and debugging are popularly attributed to Admiral Grace Hopper in the? |
A. | 1940 |
B. | 1960 |
C. | 1980 |
D. | 1995 |
Answer» B. 1960 | |
5. |
Print debugging also called? |
A. | Remote debugging |
B. | Post-mortem debugging |
C. | Tracing |
D. | Static analysis |
Answer» D. Static analysis | |
6. |
Which of the following are Debugging Tools? |
A. | Radare2 |
B. | WinDbg |
C. | Valgrind |
D. | All of the above |
Answer» E. | |
7. |
The process of debugging begins as soon as the code of the software is___________. |
A. | Started |
B. | Completed |
C. | Both A and B |
D. | None of the above |
Answer» C. Both A and B | |
8. |
Debugging is the process of fixing a ______ in the software |
A. | warning |
B. | exception |
C. | bug |
D. | function |
Answer» D. function | |