

MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering knowledge and support exam preparation. Choose a topic below to get started.
1. |
Choose the fault class in which the following automated static analysis check would fall: Pointer Arithmetic . |
A. | Storage management faults |
B. | Data Faults |
C. | Input/Output Faults |
D. | Interface faults |
Answer» B. Data Faults | |
2. |
Static analysis is now routinely used in the development of many safety and security critical systems. |
A. | True |
B. | False |
Answer» B. False | |
3. |
Choose the fault class in which the following automated static analysis check would fall: Non-usage of the results of functions . |
A. | Storage management faults |
B. | Data Faults |
C. | Input/Output Faults |
D. | Interface faults |
Answer» E. | |
4. |
Choose the fault class in which the following automated static analysis check would fall: Unreachable code . |
A. | Control Faults |
B. | Data Faults |
C. | Input/Output Faults |
D. | Interface faults |
Answer» B. Data Faults | |
5. |
Choose the fault class in which the following automated static analysis check would fall: Variables declared but never used . |
A. | Control Faults |
B. | Data Faults |
C. | Input/Output Faults |
D. | Interface faults |
Answer» C. Input/Output Faults | |