CTAL-TAE · Question #43
Which statement about static analysis is TRUE?
The correct answer is A. It can suggest areas where code could be better commented. Static analysis can highlight areas where code lacks sufficient comments or documentation, helping improve code readability and maintainability. While it can assist in identifying some security issues, it does not detect all vulnerabilities, nor does it replace manual reviews…
Question
Which statement about static analysis is TRUE?
Options
- AIt can suggest areas where code could be better commented.
- BIt can detect any security vulnerability in code.
- CIt removes the need for manual code reviews.
- DIt is more important for SUT code than for TAF code.
How the community answered
(63 responses)- A90% (57)
- B3% (2)
- C5% (3)
- D2% (1)
Explanation
Static analysis can highlight areas where code lacks sufficient comments or documentation, helping improve code readability and maintainability. While it can assist in identifying some security issues, it does not detect all vulnerabilities, nor does it replace manual reviews. It is equally important for both SUT and TAF code.
Topics
Community Discussion
No community discussion yet for this question.