Multiple choice technology testing

Which of the following is a dynamic analysis technique related to improving application performance?

  1. Code complexity analysis

  2. Profiling

  3. Network Packet sniffing

  4. spelling and Grammer checking

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Profiling is a dynamic analysis technique that measures program behavior during execution to identify performance bottlenecks. Code complexity is static analysis, packet sniffing is network monitoring, and spelling checks are unrelated.