CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 8


What is static analysis?

Show Answer
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

3 comments
Sign in to comment
MthethoOption: C
Feb 17, 2023

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

MthethoOption: C
Feb 19, 2023

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

laraerfOption: C
Jun 8, 2023

C is correct