Exam CTFL All QuestionsBrowse all questions from this exam
Question 8

What is static analysis?

    Correct Answer: C

    Static analysis is a technique to find defects in software source code and software models, performed without executing the code. It involves the examination of the code to identify issues such as security vulnerabilities, coding standards violations, and logical errors at an early stage in the development process, thus helping to improve the quality and reliability of the software.

Discussion
laraerfOption: C

C is correct

MthethoOption: C

C. A technique to find defects in software source code and software models, performed without executing code.

MthethoOption: C

C. A technique to find defects in software source code and software models, performed without executing code.