Which ONE of the following options CANNOT be subjected to static analysis?
A.
COTS (Commercial off-the-shelf)
B.
Source code
C.
BPMN (Business Process Modeling and Notation) models
D.
UML (Unified Modeling Language) models
The Answer Is:
A
This question includes an explanation.
Explanation:
Comprehensive and Detailed In-Depth Explanation:Static analysis requires access towork products like source code, models, or documentation, making itimpossible to analyze Commercial off-the-shelf (COTS) software(A) because its source code is typically unavailable. Static analysis is applicable to source code (B), BPMN models (C), and UML diagrams (D).