Static Code Analysis is the analysis of software code when the program is not running. The analysis of the running or compiled, executing code is called Dynamic Code Analysis. The static method of code analysis examines source code, or byte code, or application binaries for security vulnerabilities. Static analysis looks inside each program, at its internal structure, rather than outcome of the program.
Source: Veracode
Additional Reading: Trending in 2020: Static Code Analysis Software Market Growing Immensely at a Global Level 2020 to 2025
Related Terms: Dynamic Code Analysis, Vulnerability