Which of the following is the process of using a programming tool to not only identify syntactic problems in the code but to also discover weaknesses that can lead to memory leaks and buffer overflows?
A. runtime debugging
B. sandboxing
C. memory dumping
D. fuzzing
A
Explanation: Runtime debugging is the process of using a programming tool to not only identify syntactic problems in the code but to also discover weaknesses that can lead to memory leaks and buffer overflows. Runtime debugging tools operate by examining and monitoring the use of memory.
Computer Science & Information Technology
You might also like to view...
The ________ action pauses a macro so the message can be displayed
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following files does not contain settings for the User State Migration Tool?
a. MigApp.xml b. MigDocs.xml c. MigUser.xml d. MigProg.xml
Computer Science & Information Technology