Compare dynamic versus static analysis.

What will be an ideal response?


The practices of XP promote both dynamic and static analysis of code. Static analysis involves analyzing software programs without executing them. Code review is a classic example of "manual" static analysis, and pair programming provides an environment in which constant code review is performed by partners. Automatic static analysis is the process where a code-analysis tool is used to analyze source code and generate reports for the reviewer to inspect. On the other hand, dynamic analysis is software analysis that involves actually running software programs. The automatic test cases in XP are good examples of dynamic analysis where the software to be inspected is actually run and checked against the automatic unit test cases.

Computer Science & Information Technology

You might also like to view...

Which of the following security templates is designed to increase the security and communications with domain controllers?

A) Hisecdc.inf B) Hisecws.inf C) Setup security.inf D) Securews.inf

Computer Science & Information Technology

By far the most popular AAA service, what open-source service runs in the Application layer and can use UDP or TCP in the Transport layer?

a. Google Authenticator b. RADIUS c. TACACS+ d. Kerberos

Computer Science & Information Technology

 In a relational database, each row should be ____.

A. updated B. unique C. normalized D. non-descript

Computer Science & Information Technology

If you want to be a designer or developer of interactive material you need to know current usability and accessibility standards and practices.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology